Change to use .zshrc as the default shell init script
This commit is contained in:
parent
fe36095e53
commit
e7db7db804
|
@ -159,7 +159,7 @@ brew install coreutils ed findutils gawk gnu-sed gnu-tar grep make jq
|
||||||
```
|
```
|
||||||
|
|
||||||
You will want to include this block or something similar at the end of
|
You will want to include this block or something similar at the end of
|
||||||
your `.bashrc` or shell init script:
|
your `.zshrc` or shell init script:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
GNUBINS=($(find `brew --prefix`/opt -type d -follow -name gnubin -print))
|
GNUBINS=($(find `brew --prefix`/opt -type d -follow -name gnubin -print))
|
||||||
|
|
Loading…
Reference in New Issue