diff --git a/dotfiles/lib/shellpath.sh b/dotfiles/lib/shellpath.sh index 3b89f27e..28ebfdcd 100644 --- a/dotfiles/lib/shellpath.sh +++ b/dotfiles/lib/shellpath.sh @@ -19,6 +19,8 @@ function _setup_env { _rust_setup _tex_setup + # This makes systemd aware of change to $PATH + run_if_exists systemctl --user import-environment PATH export ENVIRONMENT_SETUP_DONE="$(date)" }