1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-09 12:13:53 +00:00
prezto/plugins/kate/init.zsh
2012-01-23 20:40:57 -05:00

9 lines
112 B
Bash

# Aliases
alias kate='kate >/dev/null 2>&1' # Silent start.
# Functions
function kt() {
cd "$1" && kate .
}