Mercurial > hg > zsh-env
diff zshrc-cassiopeia @ 86:d53a76ff11f1
Use sublime3 as default text editor
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 13 May 2016 06:20:49 +0200 |
parents | 0caebb6fae8d |
children | 857bc5e55998 |
line wrap: on
line diff
--- a/zshrc-cassiopeia Sun Feb 28 03:38:45 2016 +0100 +++ b/zshrc-cassiopeia Fri May 13 06:20:49 2016 +0200 @@ -32,5 +32,5 @@ # # functions to be used directly from the command line # -ed() { subl2 "$@" > /dev/null 2>&1 & } +ed() { subl3 "$@" > /dev/null 2>&1 & } wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" }