zsh/dot-config/zsh/all/env
2023-10-23 15:20:13 +11:00

6 lines
241 B
Bash

#! zsh
# We can't inherit the uniqueness flag -U through the environment, so it must
# be established in every Zsh to guarantee these parameters actually contain
# only unique values.
typeset -U cdpath fpath mailpath manpath path pythonpath