dot_files/dot_oh-my-zsh/plugins/kate/kate.plugin.zsh
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00

9 lines
No EOL
106 B
Bash

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