summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
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'"