# HG changeset patch # User Dirk Olmes # Date 1463113317 -7200 # Node ID 02c71ab65e436c6b8a128ae6a7f6ed60191bb6d4 # Parent e0990028b5bf4dacee5886048d03c1867a336c69# Parent d53a76ff11f16a9ffa94ed85e52c3620b3e0eaaa Automated merge with https://xanthippe.duckdns.org/hg/zsh-env diff -r e0990028b5bf -r 02c71ab65e43 zshrc-cassiopeia --- 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 "$*" }