config(zsh): add QT_BEARER_POLL_TIMEOUT=-1 to fix wifi issue
parent
4816318063
commit
1854d46e71
|
@ -25,6 +25,7 @@ clipboard-trim-trailing-spaces = true
|
|||
clipboard-paste-protection = true
|
||||
|
||||
quit-after-last-window-closed = true
|
||||
|
||||
macos-option-as-alt = true
|
||||
macos-auto-secure-input = true
|
||||
macos-secure-input-indication = true
|
||||
|
|
|
@ -232,4 +232,7 @@ if command -v starship &>/dev/null; then
|
|||
eval "$(starship init zsh)"
|
||||
fi
|
||||
|
||||
# https://ryuuta.net/blog/diagnosing-an-unsual-wifi-issue/
|
||||
export QT_BEARER_POLL_TIMEOUT=-1
|
||||
|
||||
export PATH
|
||||
|
|
Loading…
Reference in New Issue