diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-07-08 15:46:48 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-07-08 15:46:48 +0200 |
commit | b63db17e69889a00f5b21854d957c7ac4c74b6d1 (patch) | |
tree | dcc884c81418b839b430d5ff4bd9af1a7cf542ff /zshrc | |
parent | 2ce45f07b51a14e7a42762b349a99f5e7de4bb94 (diff) |
Added tmux -u alias
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |