mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-19 23:20:58 +01:00
5 lines
139 B
Bash
5 lines
139 B
Bash
|
# https://github.com/Homebrew/brew
|
||
|
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
|
||
|
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||
|
fi
|