diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh index 190ac5cf..f90c2d3d 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 - cd / || return + builtin cd / || return { {