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
1 changed files with 9 additions and 0 deletions

View File

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