GitList
About
Refresh
Report bug
Help
browsing:
0ca2e26e1695cfddae2997b9ade39fd6fd147ae3
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 }