aliases: Rearrange aliases

This commit is contained in:
Hedy Li 2021-09-29 12:23:00 +08:00
parent abc7ef1e23
commit c4ba157b84
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 8 additions and 5 deletions

View File

@ -1,16 +1,19 @@
#!/usr/bin/env bash
alias hdi=howdoi
# Program aliases
alias x=exit
alias clr=clear
alias y=yadm
alias td=termdown
alias clr=clear
alias syscu='systemctl --user'
alias codespell='codespell --skip="venv,.git,*.pyc,*.png,*.PNG,*.gif",.vim'
alias hdi=howdoi
alias bom=bombadillo
alias newvenv='python3 -m virtualenv venv && source ./venv/bin/activate.fish'
alias syscu='systemctl --user'
alias edoom='emacs --with-profile=doom'
alias g=git
# Shortcuts
alias codespell='codespell --skip="venv,.git,*.pyc,*.png,*.PNG,*.gif",.vim'
alias newvenv='python3 -m virtualenv venv && source ./venv/bin/activate.fish'
alias localusrlocal='rsync ~/local/usr/local/ ~/local/ -avr && rm -rf ~/local/usr/local'
alias localusr='rsync ~/local/usr/ ~/local/ -avr && rm -rf ~/local/usr'