summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'"