diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-20 08:07:00 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-20 08:07:00 +0300 |
commit | fb0dc597fa4cbc747fae5434115d22267f9aa779 (patch) | |
tree | b997bf8438631d6b87e99c146c1b2ba667c04781 /gitstatus | |
parent | 519de2c569a607dfb0f2b96f01e2b15f2e1d5b4e (diff) | |
parent | 8cfe934f157a69976f55a796b65d4ed0a0344719 (diff) |
Merge commit '8cfe934f157a69976f55a796b65d4ed0a0344719'
Diffstat (limited to 'gitstatus')
-rw-r--r-- | gitstatus/gitstatus.plugin.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh index fc4ca172..1fe219e9 100644 --- a/gitstatus/gitstatus.plugin.zsh +++ b/gitstatus/gitstatus.plugin.zsh @@ -356,9 +356,6 @@ function _gitstatus_process_response"${1:-}"() { function _gitstatus_daemon"${1:-}"() { local -i pipe_fd exec 0<&- {pipe_fd}>&1 1>>$daemon_log 2>&1 || return - (( __p9k_fd_0 )) && exec {__p9k_fd_0}>&- - (( __p9k_fd_1 )) && exec {__p9k_fd_1}>&- - (( __p9k_fd_2 )) && exec {__p9k_fd_2}>&- local pgid=$sysparams[pid] [[ $pgid == <1-> ]] || return builtin cd -q / || return |