aliases: Add aliases for syncing ~/local/usr/*

See previous commit for more info
This commit is contained in:
Hedy Li 2021-09-29 11:55:00 +08:00
parent b068d6aec8
commit abc7ef1e23
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,6 @@ alias bom=bombadillo
alias newvenv='python3 -m virtualenv venv && source ./venv/bin/activate.fish'
alias edoom='emacs --with-profile=doom'
alias g=git
alias localusrlocal='rsync ~/local/usr/local/ ~/local/ -avr && rm -rf ~/local/usr/local'
alias localusr='rsync ~/local/usr/ ~/local/ -avr && rm -rf ~/local/usr'