From 059b69f9e4c5093bf70ffdd3b1916686c14b05e2 Mon Sep 17 00:00:00 2001 From: reeink Date: Sat, 2 Mar 2024 23:08:27 +0800 Subject: [PATCH] add homebrew --- dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) 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"