This commit is contained in:
Ghasem Shirazi 2024-04-17 13:21:38 -07:00
commit 2aecb363f8

View file

@ -24,7 +24,7 @@ if test "$(uname)" = "Darwin"; then
/bin/launchctl setenv CPATH /usr/local/include
fi
if [ -f '$HOME/.zshrc.private' ]; then . '$HOME/.zshrc.private'; fi
if [ -f $HOME/.zshrc.private ]; then . $HOME/.zshrc.private; fi
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh