From 6d845f65740c6db5ddafd1e60e48484a58e13d99 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 3 Aug 2011 19:04:31 +0200 Subject: Add rmake alias --- etc/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/.zshrc b/etc/.zshrc index 4fde75c..f749155 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -394,6 +394,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 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