mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
cd
=> cd -q
to survive weird chpwd hooks
This commit is contained in:
parent
3f08f1392a
commit
3688d12857
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ function _p9k_worker_start() {
|
|||
else
|
||||
exec 2>/dev/null
|
||||
fi
|
||||
cd / || return
|
||||
builtin cd -q / || return
|
||||
zmodload zsh/zselect || return
|
||||
! { zselect -t0 || (( $? != 1 )) } || return
|
||||
local _p9k_worker_pgid=$sysparams[pid]
|
||||
|
|
Loading…
Reference in a new issue