Change to use .zshrc as the default shell init script

This commit is contained in:
Steve Moss 2025-03-21 20:40:20 +00:00
parent fe36095e53
commit e7db7db804
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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))