[zsh] A new env init function to set XDG path variables

This commit is contained in:
Eryn Wells 2026-01-18 08:40:01 -07:00
parent 4f06d80da6
commit 91da2fc583
2 changed files with 35 additions and 0 deletions

1
zshenv
View file

@ -46,6 +46,7 @@ autoload -Uz do_init_functions
typeset -a zsh_init_env_functions=( \
init-env \
init-env-default-xdg-vars \
init-env-path \
init-env-tilde-paths \
init-env-python \