From b37659bd98298e01bb4644f8eeeedba360897502 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 20 Feb 2025 05:55:19 +0800 Subject: [PATCH] feat(homebrew): add homebrew setup to .profile --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index d6f1da4..8317b1b 100644 --- a/.profile +++ b/.profile @@ -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)"