init
This commit is contained in:
commit
b3dba4542f
44 changed files with 1596 additions and 0 deletions
9
bin/zshrc/brew
Normal file
9
bin/zshrc/brew
Normal file
|
@ -0,0 +1,9 @@
|
|||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
ARCH=$(uname -m)
|
||||
|
||||
if [[ "$ARCH" == "arm64" ]]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
elif [[ "$ARCH" == "x86_64" ]]; then
|
||||
eval "$(/usr/local/bin/brew shellenv)"
|
||||
fi
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue