chore(zsh): added more envs and remove direnv

This commit is contained in:
Afonso Franco 2024-11-12 15:46:32 +00:00
parent efcf3e1b72
commit 988c2e27da
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 4 additions and 2 deletions

View file

@ -47,9 +47,8 @@ unset __conda_setup
if [ -f "$HOME/.miniforge3/etc/profile.d/mamba.sh" ]; then
. "$HOME/.miniforge3/etc/profile.d/mamba.sh"
fi
# <<< conda initialize <<<
eval "$(direnv hook zsh)"
if [[ $(uname) == "Darwin" ]]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi