Change Bash prompt using Starship
This commit is contained in:
5
bash/.profile.d/homebrew.sh
Normal file
5
bash/.profile.d/homebrew.sh
Normal 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