diff --git a/.zshrc b/.zshrc index 03c94bf..f945757 100644 --- a/.zshrc +++ b/.zshrc @@ -92,6 +92,8 @@ function ll { alias http_server="python3 -m http.server" alias z="$(which zoxide)" +[ -d "$HOME/Library/Python/3.9/bin" ] && export PATH="$PATH:/Users/andrew/Library/Python/3.9/bin" + [ -f "$HOME/.zshrc.local" ] && source "$HOME/.zshrc.local" [ -f "$HOME/.zshrc.auto" ] && source "$HOME/.zshrc.auto"