ohmyzsh/plugins/kate/kate.plugin.zsh
Handsome Cheung a8150660e0 compaudit fo zsh
2013-09-07 08:34:47 +08:00

9 lines
No EOL
106 B
Bash
Executable file

# Kate
# Start kate always silent
alias kate='kate >/dev/null 2>&1'
function kt () {
cd $1
kate $1
}