add odd system-wide python PATH for when I use ansible

main
Andrew Coleman 2023-04-18 16:46:06 -04:00
parent 9e17b4fee1
commit 8bac562711
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -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"