fix(cli): doom env: blacklist $WAYLAND_DISPLAY
This commit is contained in:
parent
c901f5806e
commit
e21e01d4c2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
"^HOME$" "^\\(OLD\\)?PWD$" "^SHLVL$" "^PS1$" "^R?PROMPT$" "^TERM\\(CAP\\)?$"
|
"^HOME$" "^\\(OLD\\)?PWD$" "^SHLVL$" "^PS1$" "^R?PROMPT$" "^TERM\\(CAP\\)?$"
|
||||||
"^USER$" "^GIT_CONFIG" "^INSIDE_EMACS$"
|
"^USER$" "^GIT_CONFIG" "^INSIDE_EMACS$"
|
||||||
;; X server, Wayland, or services' env that shouldn't be persisted
|
;; X server, Wayland, or services' env that shouldn't be persisted
|
||||||
"^DISPLAY$" "^WAYLAND_DISPLAY" "^DBUS_SESSION_BUS_ADDRESS$" "^XAUTHORITY$"
|
"^\\(WAYLAND_\\)?DISPLAY$" "^DBUS_SESSION_BUS_ADDRESS$" "^XAUTHORITY$"
|
||||||
;; Windows+WSL envvars that shouldn't be persisted
|
;; Windows+WSL envvars that shouldn't be persisted
|
||||||
"^WSL_INTEROP$"
|
"^WSL_INTEROP$"
|
||||||
;; XDG variables that are best not persisted.
|
;; XDG variables that are best not persisted.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue