mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
48a36ebc17
commit
3f08f1392a
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ function _gitstatus_daemon() {
|
||||||
exec 0<&- 2>>$daemon_log || return
|
exec 0<&- 2>>$daemon_log || return
|
||||||
local pgid=$sysparams[pid]
|
local pgid=$sysparams[pid]
|
||||||
[[ $pgid == <1-> ]] || return
|
[[ $pgid == <1-> ]] || return
|
||||||
builtin cd / || return
|
builtin cd -q / || return
|
||||||
|
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue