summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-08-03 21:46:02 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-08-03 21:46:02 +0200
commitde537cf0519f22ac272f6da0c18d15353df9d4ae (patch)
tree86ed44b55dd154168e9d4d2b06c3719e8aa38926
parent0fa1993cf9e0bbfdd1b856b68719ca6723fd2dce (diff)
zshrc: add pmake alias
-rw-r--r--etc/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 04d569e..9abea9b 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -374,6 +374,7 @@ alias rd='rmdir'
alias rebuild='perl Build.PL && ./Build && ./Build manifest && ./Build test && sudo ./Build install'
alias remake='make clean; make && sudo make install'
alias rmake='make && sudo make install'
+alias pmake='make && sudo make program'
alias rsync-serve="rsync --daemon --port=10873 --no-detach --config=/dev/stdin"\
" --log-file=/dev/stdout -v <<< $'[.]\n\tpath = .\n\tuse chroot = no'"