Fix Bash configuration
This commit is contained in:
5
bash/.bashrc.d/homebrew.sh
Executable file
5
bash/.bashrc.d/homebrew.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if command -v brew > /dev/null 2>&1; then
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
fi
|
||||
Reference in New Issue
Block a user