Skip to content

Commit

Permalink
Update .env for OSX homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
clvv committed May 28, 2023
1 parent 21fdfa6 commit e84233f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env
Expand Up @@ -18,6 +18,8 @@ pathmunge "$HOME/.local/bin"
pathmunge "/home/linuxbrew/.linuxbrew/bin"
if [ -e "/home/linuxbrew/.linuxbrew/bin/brew" ]; then
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
else if [ -e "/opt/homebrew/bin/brew" ]
eval "$(/opt/homebrew/bin/brew shellenv)"
fi

if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
Expand Down

0 comments on commit e84233f

Please sign in to comment.