old-yadm
earnest ma 2021-07-04 22:17:06 -04:00
parent 9b80b8de53
commit ee08882160
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 4 additions and 0 deletions

4
.profile Normal file
View File

@ -0,0 +1,4 @@
# ~/.profile
# load everything from ~/.config/zsh
export ZDOTDIR="$HOME/.config/zsh"
[ -f "$ZDOTDIR/.zshenv" ] && source $ZDOTDIR/.zshenv