chore: Fix macos only paths

This commit is contained in:
Afonso Franco 2024-05-26 16:12:58 +01:00
parent e189b6856a
commit 7165e68328
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 9 additions and 19 deletions

View file

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