From 2a303f756f3f20f022542e8a25c13d271c99de7e Mon Sep 17 00:00:00 2001 From: fedora Date: Wed, 15 May 2019 07:59:49 +0200 Subject: [PATCH] Set up a handy alias for alltheconfigs.sh in zshrc --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index 5128f50..bc9e742 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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'