Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 70:78beae5a0f7f
add function to set the window title
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 29 May 2015 07:33:19 +0200 |
parents | ade677b0fdbe |
children | fdc372a00e4d |
comparison
equal
deleted
inserted
replaced
69:616ed50aba55 | 70:78beae5a0f7f |
---|---|
29 | 29 |
30 # | 30 # |
31 # functions to be used directly from the command line | 31 # functions to be used directly from the command line |
32 # | 32 # |
33 ed() { kate -u "$@" > /dev/null 2>&1 & } | 33 ed() { kate -u "$@" > /dev/null 2>&1 & } |
34 wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" } |