dotfiles/.zshrc.pre

9 lines
264 B
Plaintext
Raw Normal View History

# Load zprofile for interactive prompts
# Some packages configure environment variables via this way
#if [[ ! -o login && -o interactive ]]; then
# source /etc/zsh/zprofile
#fi
2022-09-26 16:09:20 +03:00
# so that i can autoload -Uz local functions
fpath=( ~/.config/zsh/functions $fpath)