update git history

This commit is contained in:
Stephen
2021-03-08 22:04:35 -08:00
parent 4d87c74a0d
commit a807614e61
4 changed files with 22 additions and 15 deletions

2
zshrc
View File

@@ -45,7 +45,9 @@ if [ "$OSTYPE" = "Darwin" ]; then
if [ "$ARCH" = "arm64" ]; then
export PATH="/opt/homebrew/bin:$PATH"
export PATH="/opt/homebrew/sbin:$PATH"
export PATH="/Users/smparkin/Library/Python/3.9/bin:$PATH"
elif [ "$ARCH" = "x86_64" ]; then
export PATH="/usr/local/bin:$PATH"
export PATH="/usr/local/sbin:$PATH"
fi
fi