GitList
About
Refresh
Report bug
Help
browsing:
62a3ef643328a05c11a62cd42de12cf271ca1e69
Branches
master
Files
Commits
Stats
Network
oh-my-zsh.git
/
plugins
/
kate
/
kate.plugin.zsh
Raw
Blame
History
# Kate # Start kate always silent alias kate='kate >/dev/null 2>&1' function kt () { cd $1 kate $1 }