Mercurial > hg > zsh-env
changeset 87:02c71ab65e43
Automated merge with https://xanthippe.duckdns.org/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 13 May 2016 06:21:57 +0200 |
parents | e0990028b5bf (current diff) d53a76ff11f1 (diff) |
children | 857bc5e55998 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-cassiopeia Thu Apr 07 14:01:37 2016 +0000 +++ b/zshrc-cassiopeia Fri May 13 06:21:57 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 "$*" }