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
Ohmyzsh
d5ce689a0c10f71967dcc163cd66ef9bd2778416
d5ce689a0c10f71967dcc163cd66ef9bd2778416
Switch branch/tag
ohmyzsh
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
}