summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-02-08 18:45:10 +0100
committerFlorian Pritz <f-p@gmx.at>2009-02-08 18:45:10 +0100
commit589750e3fafc296e641b1f080becb10d48810484 (patch)
tree038bb290148ce30817f99663fcb559bc92404e10
parentb1dedad723cb5c08b9ccc173c85721f4d71fc7ad (diff)
downloaddotfiles-589750e3fafc296e641b1f080becb10d48810484.tar.gz
dotfiles-589750e3fafc296e641b1f080becb10d48810484.tar.xz
update
-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'