Mercurial > hg > zsh-env
diff zshrc-cassiopeia @ 71:fdc372a00e4d
Use sublime instead of kate
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 19 Jun 2015 07:25:59 +0200 |
parents | 78beae5a0f7f |
children | a466a8170690 |
line wrap: on
line diff
--- a/zshrc-cassiopeia Fri May 29 07:33:19 2015 +0200 +++ b/zshrc-cassiopeia Fri Jun 19 07:25:59 2015 +0200 @@ -30,5 +30,5 @@ # # functions to be used directly from the command line # -ed() { kate -u "$@" > /dev/null 2>&1 & } +ed() { subl2 "$@" > /dev/null 2>&1 & } wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" }