summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-01-17 15:53:32 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-01-17 15:53:32 +0100
commit32c26c0580e2e99c770579fbb9da12ee4d2cd2dc (patch)
tree28ce20f65d7f5705bf29cbb2f63b8ff457c395be
parentab791b36c1c671ccbf5221a6445a1e0cbbdc994a (diff)
rebuild alias: run prove -b
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
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'