add odd system-wide python PATH for when I use ansible
parent
9e17b4fee1
commit
8bac562711
2
.zshrc
2
.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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue