mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Squashed 'gitstatus/' changes from 3050dfca8..38d62a475
38d62a475 fix gitstatus on older zsh versions git-subtree-dir: gitstatus git-subtree-split: 38d62a475fadf5f8d418fc772d680ba234ba8609
This commit is contained in:
parent
a3c1b7164b
commit
fa2e337cbd
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ function _gitstatus_daemon"${1:-}"() {
|
|||
|
||||
(( ! _gitstatus_zsh_downloaded )) || return
|
||||
[[ ${GITSTATUS_AUTO_INSTALL:-1} == (|-|+)<1-> ]] || return
|
||||
[[ $_gitstatus_zsh_daemon ==
|
||||
[[ $_gitstatus_zsh_daemon == \
|
||||
${GITSTATUS_CACHE_DIR:-${XDG_CACHE_HOME:-$HOME/.cache}/gitstatus}/* ]] || return
|
||||
|
||||
set -- -f "$@"
|
||||
|
|
Loading…
Reference in a new issue