Removed the Kate plugin.
This commit is contained in:
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…
Reference in a new issue