From 32c26c0580e2e99c770579fbb9da12ee4d2cd2dc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 17 Jan 2014 15:53:32 +0100 Subject: rebuild alias: run prove -b --- etc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/.zshrc') diff --git a/etc/.zshrc b/etc/.zshrc index 9abea9b..d4bedc9 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -371,7 +371,7 @@ alias pdftopng='pdftoppm -png' alias rd='rmdir' -alias rebuild='perl Build.PL && ./Build && ./Build manifest && ./Build test && sudo ./Build install' +alias rebuild='perl Build.PL && ./Build && ./Build manifest && prove -b && sudo ./Build install' alias remake='make clean; make && sudo make install' alias rmake='make && sudo make install' alias pmake='make && sudo make program' -- cgit v1.2.3