From ee08882160e41a57a8c5f565049ae884a4a8ad98 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Sun, 4 Jul 2021 22:17:06 -0400 Subject: [PATCH] Profile --- .profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .profile diff --git a/.profile b/.profile new file mode 100644 index 0000000..3ef1204 --- /dev/null +++ b/.profile @@ -0,0 +1,4 @@ +# ~/.profile +# load everything from ~/.config/zsh +export ZDOTDIR="$HOME/.config/zsh" +[ -f "$ZDOTDIR/.zshenv" ] && source $ZDOTDIR/.zshenv