add homebrew

This commit is contained in:
reeink 2024-03-02 23:08:27 +08:00
parent b24683b257
commit 059b69f9e4
No known key found for this signature in database

View file

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