summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index e4a311b..a8638a0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -238,6 +238,8 @@ alias newpkgb=' cp $HOME/misc/aur/PKGBUILD.proto PKGBUILD'
# well I got used to that name ;)
alias aurball='makepkg --source -f'
+alias pkgbuild='makepkg -fc && aurball'
+alias pushpkg='cp *.pkg.tar.gz *.src.tar.gz /mnt/mistral/srv/drop'
alias sudo="sudo " #Sudo wont recognize aliases without this
alias s='sudo'