Sourced ~/.zshrc on arm64

This commit is contained in:
Sun Knudsen 2021-11-05 09:37:23 -04:00
parent a2a2661f2d
commit bb22249c1e
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
9 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@ Listed: true
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
```
### Step 2: disable analytics