mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
profile.d: add 99-brew.sh
This commit is contained in:
parent
21e36c11ba
commit
c30057a344
5
etc/profile.d/99-brew.sh
Normal file
5
etc/profile.d/99-brew.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user