mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
Merge commit 'fa2e337cbdd88ccd297d25fa9847225211801d3e'
This commit is contained in:
commit
b7d90c8467
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ function _gitstatus_daemon"${1:-}"() {
|
||||||
|
|
||||||
(( ! _gitstatus_zsh_downloaded )) || return
|
(( ! _gitstatus_zsh_downloaded )) || return
|
||||||
[[ ${GITSTATUS_AUTO_INSTALL:-1} == (|-|+)<1-> ]] || return
|
[[ ${GITSTATUS_AUTO_INSTALL:-1} == (|-|+)<1-> ]] || return
|
||||||
[[ $_gitstatus_zsh_daemon ==
|
[[ $_gitstatus_zsh_daemon == \
|
||||||
${GITSTATUS_CACHE_DIR:-${XDG_CACHE_HOME:-$HOME/.cache}/gitstatus}/* ]] || return
|
${GITSTATUS_CACHE_DIR:-${XDG_CACHE_HOME:-$HOME/.cache}/gitstatus}/* ]] || return
|
||||||
|
|
||||||
set -- -f "$@"
|
set -- -f "$@"
|
||||||
|
|
Loading…
Reference in a new issue