diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-10 08:57:51 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-10 08:57:51 +0300 |
commit | b7d90c84671183797bdec17035fc2d36b5d12292 (patch) | |
tree | ffb3285b015e9252931c616b01a0f975e0379b03 /gitstatus | |
parent | e3f582f246840279abf6a75b78cb9b2316e96a71 (diff) | |
parent | fa2e337cbdd88ccd297d25fa9847225211801d3e (diff) |
Merge commit 'fa2e337cbdd88ccd297d25fa9847225211801d3e'
Diffstat (limited to 'gitstatus')
-rw-r--r-- | gitstatus/gitstatus.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh index a19f93f2..cc6662a7 100644 --- a/gitstatus/gitstatus.plugin.zsh +++ b/gitstatus/gitstatus.plugin.zsh @@ -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 "$@" |