Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 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 | 0caebb6fae8d |
children | 857bc5e55998 |
comparison
equal
deleted
inserted
replaced
84:e14200194f68 | 86:d53a76ff11f1 |
---|---|
30 alias top=htop | 30 alias top=htop |
31 | 31 |
32 # | 32 # |
33 # functions to be used directly from the command line | 33 # functions to be used directly from the command line |
34 # | 34 # |
35 ed() { subl2 "$@" > /dev/null 2>&1 & } | 35 ed() { subl3 "$@" > /dev/null 2>&1 & } |
36 wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" } | 36 wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" } |