From 3f08f1392a3b3a815d80dc7f0378b3c85b92fdef Mon Sep 17 00:00:00 2001 From: romkatv Date: Mon, 4 May 2020 17:48:35 +0200 Subject: [PATCH] pull upstream changes from gitstatus --- gitstatus/gitstatus.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { {