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