Skip to content

Instantly share code, notes, and snippets.

@qwinters
Created January 19, 2022 09:55
Show Gist options
  • Save qwinters/346c87d625006bcd6f81ae0f99c011fb to your computer and use it in GitHub Desktop.
Save qwinters/346c87d625006bcd6f81ae0f99c011fb to your computer and use it in GitHub Desktop.
Tools for making it easier to work with zplug
function zplug-reinstall-all() {
curdir=$(PWD)
cd $ZPLUG_REPOS
rm -rf *
cd $curdir
zplug install
}
function reload() {
source ~/.zshrc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment