profile.d: add 99-brew.sh

This commit is contained in:
Aminda Suomalainen 2024-07-28 07:30:42 +03:00
parent 21e36c11ba
commit c30057a344
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

5
etc/profile.d/99-brew.sh Normal file
View File

@ -0,0 +1,5 @@
# https://github.com/Homebrew/brew
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
fi