diff options
Diffstat (limited to 'gitstatus.plugin.zsh')
-rw-r--r-- | gitstatus.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus.plugin.zsh b/gitstatus.plugin.zsh index 55301ab1..a93f2c36 100644 --- a/gitstatus.plugin.zsh +++ b/gitstatus.plugin.zsh @@ -424,7 +424,7 @@ function _gitstatus_daemon"${1:-}"() { if [[ -x $_gitstatus_zsh_daemon ]]; then HOME=$home $_gitstatus_zsh_daemon -G $_gitstatus_zsh_version "${(@)args}" >&$pipe_fd local -i ret=$? - [[ $ret == (0|129|130|131|137|141|143) ]] && return ret + [[ $ret == (0|129|130|131|137|141|143|159) ]] && return ret fi (( ! _gitstatus_zsh_downloaded )) || return |