Skip to content

Commit

Permalink
tweak(vars): exclude the VIRTUAL_ENV from saved env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 16, 2024
1 parent 55e6bb3 commit 7f8c0da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/me-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ MinEmacs hooks will be run in this order:
"^USER$" "^GIT_CONFIG" "^INSIDE_EMACS$" "^SESSION_MANAGER$" "^_$"
"^JOURNAL_STREAM$" "^INVOCATION_ID$" "^MANAGERPID$" "^SYSTEMD_EXEC_PID$"
"^DESKTOP_STARTUP_ID$" "^LS_?COLORS$" "^$"
;; Python virtual environment
"^VIRTUAL_ENV$"
;; KDE session
"^KDE_\\(FULL_SESSION\\|APPLICATIONS_.*\\|SESSION_\\(UID\\|VERSION\\)\\)$"
;; X server, Wayland, or services' env that shouldn't be persisted
Expand Down

0 comments on commit 7f8c0da

Please sign in to comment.