diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh index f90c2d3d..72f48667 100644 --- a/gitstatus/gitstatus.plugin.zsh +++ b/gitstatus/gitstatus.plugin.zsh @@ -353,7 +353,7 @@ function _gitstatus_daemon() { exec 0<&- 2>>$daemon_log || return local pgid=$sysparams[pid] [[ $pgid == <1-> ]] || return - builtin cd / || return + builtin cd -q / || return { {