From 75c21d18aa9380af4e8e8c61b46b310c7517c803 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Sep 2010 19:37:44 +0200 Subject: Add rebuild alias --- etc/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/.zshrc b/etc/.zshrc index bf6b80a..939157a 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -384,6 +384,7 @@ alias nbr='newsbeuter -r' alias rd='rmdir' +alias rebuild='perl Build.PL && ./Build && ./Build test && sudo ./Build instell' alias remake='make clean; make && sudo make install' alias rsync-serve="rsync --daemon --port=10873 --no-detach --config=/dev/stdin"\ -- cgit v1.2.3