1
Fork 0
dots/home/dot-zshenv

6 lines
107 B
Text
Raw Normal View History

2023-08-21 09:56:16 +00:00
export ZDOTDIR="$HOME/.config/zsh"
[ -e "$ZDOTDIR/.zshenv" ] && . "$ZDOTDIR/.zshenv"
# vim: filetype=zsh