mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 10:39:22 +01:00
6 lines
184 B
Bash
6 lines
184 B
Bash
# 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
|