1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# # getchoo's zshenv # source "${HOME}/.config/shell/profile" # add user directories to path typeset -U paths=("$HOME/.local/bin" \ "$HOME/.local/share/nvim/mason/bin" \ ) typeset -U path for p in "${paths[@]}"; do [[ -d "$p" ]] && \ path=("$p" "$path[@]") done zstyle ':antidote:bundle' use-friendly-names 'yes' # don't use ugly dirs