1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-25 09:41:20 +08: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
}