diff options
-rw-r--r-- | .zshrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ #----------------------------------------------------# -# File: ~/.zshrc # -# Version: 0.3.3 # -# Author: Florian "Bluewind" Pritz <f-p@gmx.at># +# File: ~/.zshrc # +# Version: 0.3.4 # +# Author: Florian "Bluewind" Pritz <f-p@gmx.at> # #----------------------------------------------------# #-------------------- @@ -166,6 +166,7 @@ alias ll='ls -l --color=auto -h -b -t -F' alias la='ls -la --color=auto -h -b -t -F' alias newpkgb=' cp $HOME/misc/aur/PKGBUILD.proto PKGBUILD' +alias aurball='makepkg --source -f' alias u='upload.sh' alias mtr='mtr -t' |