summaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-05-30 09:16:56 +0200
committerStefan Ritter <xeno@thehappy.de>2011-05-30 09:16:56 +0200
commit55d5c812ef5405c6a4c946f5c776721c370fe398 (patch)
tree395ecf7ad9c22c9a3c0b50d21a8509fd311e44cc /zsh/zshrc
parent62670b39a919623307835cc4c418a5bf0def55dd (diff)
Bunch of updates
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index d586d4a..279bd98 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -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"}