feat(homebrew): add homebrew setup to .profile

This commit is contained in:
Mohammad Rafiq 2025-02-20 05:55:19 +08:00
parent 35379ed2ab
commit b37659bd98

View file

@ -13,3 +13,5 @@ mesg n 2> /dev/null || true
# NVM
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"