1
0
Fork 0

Removed the Kate plugin.

pull/4/head
Sorin Ionescu 13 years ago
parent f430bd75c6
commit 31dfd1fd6d

@ -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