Set up a handy alias for alltheconfigs.sh in zshrc

This commit is contained in:
fedora 2019-05-15 07:59:49 +02:00
parent 2261a48e61
commit 2a303f756f
Signed by: wanderer
GPG Key ID: 7B28D8DC28BD2388

@ -124,6 +124,7 @@
alias wget='wget -c' # allows to restore progress after interruption
alias v='vim' # life's too short to type "vim" every time in full
alias vimrc='vim ~/.vim/vimrc'
alias alltheconfigs='~/alltheconfigs.sh'
alias rsync-copy='rsync -avz --progress -h'
alias rsync-move='rsync -avz --progress -h --remove-source-files'
alias rsync-synchronize='rsync -avzu --delete --progress -h'