summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-08-03 19:04:31 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-08-03 19:04:31 +0200
commit6d845f65740c6db5ddafd1e60e48484a58e13d99 (patch)
treefe5572948fc027ebd0b909cf8468b336ce724568 /etc/.zshrc
parent5a2611a0ee83a72c5bae4a405f6aaeee98c307b6 (diff)
Add rmake alias
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc1
1 files changed, 1 insertions, 0 deletions
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'"