diff --git a/dot_zshrc b/dot_zshrc index b7f4998..b89edeb 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -112,6 +112,9 @@ eval "$(atuin init zsh)" # zoxide config eval "$(zoxide init zsh)" +# homebrew config +eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" + # editors export EDITOR="nano" export VISUAL="code"