comparison 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
comparison
equal deleted inserted replaced
70:78beae5a0f7f 71:fdc372a00e4d
28 alias top=htop 28 alias top=htop
29 29
30 # 30 #
31 # functions to be used directly from the command line 31 # functions to be used directly from the command line
32 # 32 #
33 ed() { kate -u "$@" > /dev/null 2>&1 & } 33 ed() { subl2 "$@" > /dev/null 2>&1 & }
34 wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" } 34 wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" }