1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

pull upstream changes from gitstatus

This commit is contained in:
romkatv 2020-05-04 17:48:35 +02:00
parent 48a36ebc17
commit 3f08f1392a

View file

@ -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
{
{