Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 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 | d53a76ff11f1 |
children | 857bc5e55998 |
comparison
equal
deleted
inserted
replaced
85:e0990028b5bf | 87:02c71ab65e43 |
---|---|
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 "$*" } |