mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-19 06:56:39 +00:00
094b8a0009
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
5 lines
No EOL
273 B
Bash
5 lines
No EOL
273 B
Bash
#!/usr/bin/env bash
|
|
|
|
export HOMEBREW_HOME=${HOMEBREW_HOME:-"/home/linuxbrew/.linuxbrew"}
|
|
test -d "$HOMEBREW_HOME" && eval "$($HOMEBREW_HOME/bin/brew shellenv)"
|
|
[[ -r "$HOMEBREW_HOME/etc/profile.d/bash_completion.sh" ]] && . "$HOMEBREW_HOME/etc/profile.d/bash_completion.sh" |