summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index a09965f..49ab21f 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -378,6 +378,8 @@ alias rd='rmdir'
alias readahead='cat **/*(-.) > /dev/null'
+alias remake='make clean; 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'"