chore: Fix macos only paths
This commit is contained in:
parent
e189b6856a
commit
7165e68328
5 changed files with 9 additions and 19 deletions
|
@ -21,4 +21,6 @@ enable-fzf-tab
|
|||
source $HOME/.opam/opam-init/init.zsh > /dev/null 2>&1 || true
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
if [[ $(uname) == "Darwin" ]]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue