From de537cf0519f22ac272f6da0c18d15353df9d4ae Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 3 Aug 2013 21:46:02 +0200 Subject: zshrc: add pmake alias --- etc/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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'" -- cgit v1.2.3