Skip to content

Commit

Permalink
Pin zsh-async and pure to the main branch
Browse files Browse the repository at this point in the history
For unclear reasons, zplug is not pointing at the main branch and is
probably pointing at master. Pinning to this branch moved the status
from failed to OK. Made change following reading this issues (because
Pure uses zsh-async): mafredri/zsh-async#61
  • Loading branch information
Robert-G-J committed Jan 23, 2023
1 parent ac8f764 commit e1edc71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export ZPLUG_HOME=/usr/local/opt/zplug
source $ZPLUG_HOME/init.zsh
source $(brew --prefix nvm)/nvm.sh

zplug 'mafredri/zsh-async'
zplug 'sindresorhus/pure'
zplug 'mafredri/zsh-async', from:"github", at:"main", use:"async.zsh"
zplug 'sindresorhus/pure', use:pure.zsh, at:"main", from:github, as:theme
zplug "zsh-users/zsh-completions"
zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-syntax-highlighting"
Expand Down

0 comments on commit e1edc71

Please sign in to comment.