mirror of https://github.com/ohmyzsh/ohmyzsh.git
Add a plugin to support kate the kde texteditor
parent
2497c57976
commit
d5ce689a0c
|
@ -0,0 +1,9 @@
|
|||
|
||||
# Kate
|
||||
# Start kate always silent
|
||||
alias kate='kate >/dev/null 2>&1'
|
||||
|
||||
function kt () {
|
||||
cd $1
|
||||
kate $1
|
||||
}
|
Loading…
Reference in New Issue