summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-07-08 15:46:48 +0200
committerStefan Ritter <xeno@thehappy.de>2009-07-08 15:46:48 +0200
commitb63db17e69889a00f5b21854d957c7ac4c74b6d1 (patch)
treedcc884c81418b839b430d5ff4bd9af1a7cf542ff /zshrc
parent2ce45f07b51a14e7a42762b349a99f5e7de4bb94 (diff)
Added tmux -u alias
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index edd24a9..9e3c2cc 100644
--- a/zshrc
+++ b/zshrc
@@ -55,6 +55,7 @@ alias mu='mutt -F .muttrc'
alias mu2='mutt -F .muttrc2'
alias n='newsbeuter'
alias a='acpi'
+alias tmux='tmux -u'
alias svn-uscan='uscan --verbose --force-download --rename --repack --destdir=../tarballs'
alias svn-bp='svn-buildpackage --svn-builder=pdebuild --svn-ignore-new'