dotfiles/.config/bash/tools/brew.bashrc
Andrei Jiroh Halili 094b8a0009
Some maintenance work around bashrc files
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-09-03 22:52:43 +08:00

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"