0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Add a plugin to support kate the kde texteditor

This commit is contained in:
Daniel Wehner 2011-03-26 15:06:30 +01:00
parent 2497c57976
commit d5ce689a0c

View file

@ -0,0 +1,9 @@
# Kate
# Start kate always silent
alias kate='kate >/dev/null 2>&1'
function kt () {
cd $1
kate $1
}