diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-05-30 09:16:56 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-05-30 09:16:56 +0200 |
commit | 55d5c812ef5405c6a4c946f5c776721c370fe398 (patch) | |
tree | 395ecf7ad9c22c9a3c0b50d21a8509fd311e44cc /zsh | |
parent | 62670b39a919623307835cc4c418a5bf0def55dd (diff) |
Bunch of updates
Diffstat (limited to '')
-rw-r--r-- | zsh/zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -60,7 +60,7 @@ alias p="pal -r 7" alias q="quilt" alias r="rdesktop-vrdp -k de -K localhost" alias s="screen -r -d" -alias t="tmux a" +alias t="task" alias tmux='tmux -u' alias v="vim" alias vi="vim" @@ -125,6 +125,10 @@ automon() { } } +vpn() { + sudo openvpn --config /etc/openvpn/$1 +} + case $TERM in rxvt*) precmd () {print -Pn "\e]0;%n@%m: %~\a"} |