add mac config
This commit is contained in:
parent
45f001395a
commit
5fce150f44
3 changed files with 11 additions and 2 deletions
|
|
@ -33,3 +33,7 @@ update_path "$PNPM_HOME"
|
|||
update_path "$HOME/.local/share/rtx/shims"
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
if [[ $OSTYPE =~ 'darwin' ]]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue