Skip to content

Commit

Permalink
🔧 add zsh-z plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Dec 9, 2020
1 parent 263f2ee commit e3eeafc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh-auto-update-plugins.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ function upgrade_oh_my_zsh_custom() {
if [[ -z "$ZSH_AUTOUPDATE_IGNORE_EXA" ]] || [[ -z "$ZSH_AUTOUPDATE_IGNORE_ALL" ]]; then
update_zsh_exa
fi
if [[ -z "$ZSH_AUTOUPDATE_IGNORE_Z" ]] || [[ -z "$ZSH_AUTOUPDATE_IGNORE_ALL" ]]; then
update_zsh_z
fi

if [[ -z "$ZSH_AUTOUPDATE_PLUGINS_SILENT" ]]; then
_zsh_auto_update_log $NONE "blue" "#############################################"
Expand Down

0 comments on commit e3eeafc

Please sign in to comment.