dotfiles/.profile

5 lines
138 B
Plaintext
Raw Normal View History

2021-07-04 22:17:06 -04:00
# ~/.profile
# load everything from ~/.config/zsh
export ZDOTDIR="$HOME/.config/zsh"
[ -f "$ZDOTDIR/.zshenv" ] && source $ZDOTDIR/.zshenv