# HG changeset patch # User Dirk Olmes # Date 1463113249 -7200 # Node ID d53a76ff11f16a9ffa94ed85e52c3620b3e0eaaa # Parent e14200194f68a940570997ca10bc2466db00f9c9 Use sublime3 as default text editor diff -r e14200194f68 -r d53a76ff11f1 zshrc-cassiopeia --- 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 "$*" }