forked from nico/dots
zsh: add brew to path on macOS systems
This commit is contained in:
parent
1565e1a420
commit
7a6a8e66c8
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ OSICON="?"
|
|||
# set prompt icon
|
||||
if [ -e /System ]; then
|
||||
OSICON=""
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
else
|
||||
. /etc/os-release &> /dev/null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue