added homebrew path

This commit is contained in:
2026-03-28 14:04:08 +01:00
parent 5f667a5da8
commit 942dd697e8

View File

@@ -2,4 +2,8 @@ pb() {
echo "$1" | nc pb.24unix.net 9999 echo "$1" | nc pb.24unix.net 9999
} }
if [ -x /opt/homebrew/bin/brew ]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi
export EDITOR='vim' export EDITOR='vim'