changeset 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 e14200194f68
children 02c71ab65e43
files zshrc-cassiopeia
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 "$*" }