Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
2b55ee07534ec34a699805dc35ca83ad8e22fc7a
2b55ee07534ec34a699805dc35ca83ad8e22fc7a
Switch branch/tag
oh-my-zsh
plugins
kate
kate.plugin.zsh
Find file
Normal view
History
Permalink
kate.plugin.zsh
106 Bytes
Edit
Web IDE
Newer
Older
Add a plugin to support kate the kde texteditor
Daniel Wehner
committed
Mar 26, 2011
1
2
3
4
5
6
7
8
9
# Kate
# Start kate always silent
alias
kate
=
'kate >/dev/null 2>&1'
function
kt
()
{
cd
$1
kate
$1
}