Merge pull request #259 from dereine/master

Add a plugin to support kate the kde text editor
This commit is contained in:
Robby Russell 2011-07-23 09:40:54 -07:00
commit dbc674988e

View File

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