diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-07-25 16:33:09 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-07-25 16:33:09 +0200 |
commit | f3830e83e01131ac11135d1e3040d28074cbf894 (patch) | |
tree | fa6c267a70a417a8fc26d118a3f6b728f3c5ac30 /zsh | |
parent | 5409389ea2da11fa311ca2687faafd8b9ef40f46 (diff) |
New alias 'unp'
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ alias v="vim" alias vi="vim" alias vbm="VBoxManage" alias httpd="python2 -m SimpleHTTPServer" +alias unp="aunpack" alias agu="sudo apt-get update" alias agdu="sudo apt-get dist-upgrade" |