Templates for ~/.bashrc.d
This commit is contained in:
7
rc.local/linuxbrew.sh
Normal file
7
rc.local/linuxbrew.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
BREW_HOME=/home/linuxbrew
|
||||
BREW="$BREW_HOME/.linuxbrew/bin/brew"
|
||||
|
||||
if [[ -e $BREW ]]; then
|
||||
eval "$($BREW shellenv)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user