We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4453da5 commit 48a004bCopy full SHA for 48a004b
lib/zsh/autoload.zsh
@@ -630,7 +630,7 @@ ZI[EXTENDED_GLOB]=""
630
.zi-self-update() {
631
builtin emulate -LR zsh ${=${options[xtrace]:#off}:+-o xtrace}
632
builtin setopt extendedglob typesetsilent warncreateglobal
633
- [[ $1 = -q ]] && +zi-message "{profile}Updating »»»»{rst} ❮ {happy}Zi{rst} ❯ {…}{rst}"
+ [[ $1 != -q ]] && +zi-message "{profile}Updating »»»»{rst} ❮ {happy}Zi{rst} ❯ {…}{rst}"
634
local nl=$'\n' escape=$'\x1b[' current_branch=$(builtin cd -q "$ZI[BIN_DIR]" && command git rev-parse --abbrev-ref HEAD 2>/dev/null)
635
local -a lines
636
( builtin cd -q "$ZI[BIN_DIR]" && command git checkout $current_branch &>/dev/null && command git fetch --quiet && \
0 commit comments