Browse Source

Removed the Kate plugin.

master
Sorin Ionescu 13 years ago
parent
commit
31dfd1fd6d
  1. 12
      plugins/kate/init.zsh

12
plugins/kate/init.zsh

@ -1,12 +0,0 @@ @@ -1,12 +0,0 @@
# Aliases
alias kate='kate >/dev/null 2>&1' # Silent start.
# Functions
function kt() {
if [[ -z "$1" ]]; then
kate .
else
( [[ -d "$1" ]] && cd "$1" && kate . )
fi
}
Loading…
Cancel
Save