add homebrew path

This commit is contained in:
2025-05-30 16:26:53 +02:00
parent 9c51a8c7e9
commit 40665d5d32

View File

@@ -1,4 +1,4 @@
[[ "$(uname)" == 'Darwin' ]] && export PATH="/opt/homebrew/bin:$PATH" [[ "$(uname)" == 'Darwin' ]] && export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
if builtin type -p dircolors &> /dev/null; then if builtin type -p dircolors &> /dev/null; then
eval "$(dircolors)" eval "$(dircolors)"