1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# # getchoo's zshenv # source "${HOME}/.config/shell/profile" # add user's bin directory to path typeset -U path PATH if [[ -d "${HOME}/.local/bin" ]]; then path=("${HOME}/.local/bin" "$path[@]") export PATH fi zstyle ':antidote:bundle' use-friendly-names 'yes' # don't use ugly dirs