mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-26 08:51:57 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
a9af1e86b1
commit
9c62b8931f
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ function gitstatus_start() {
|
||||||
# zsh -mc '' &! # hangs when using zsh 5.0.2
|
# zsh -mc '' &! # hangs when using zsh 5.0.2
|
||||||
local zsh=${${:-/proc/self/exe}:A}
|
local zsh=${${:-/proc/self/exe}:A}
|
||||||
[[ -x $zsh ]] || zsh=zsh
|
[[ -x $zsh ]] || zsh=zsh
|
||||||
cmd="cd /; read; $setsid $zsh -dfxc ${(q)cmd} &!; rm -f ${(q)req_fifo} ${(q)resp_fifo} ${(q)lock_file}"
|
cmd="cd /; read; $setsid ${(q)zsh} -dfxc ${(q)cmd} &!; rm -f ${(q)req_fifo} ${(q)resp_fifo} ${(q)lock_file}"
|
||||||
# We use `zsh -c` instead of plain {} or () to work around bugs in zplug (it hangs on
|
# We use `zsh -c` instead of plain {} or () to work around bugs in zplug (it hangs on
|
||||||
# startup). Double fork is to daemonize, and so is `setsid`. Note that on macOS `setsid` has
|
# startup). Double fork is to daemonize, and so is `setsid`. Note that on macOS `setsid` has
|
||||||
# to be installed manually by running `brew install util-linux`.
|
# to be installed manually by running `brew install util-linux`.
|
||||||
|
|
Loading…
Reference in a new issue