fix(bash): add brew command to bashrc
This commit is contained in:
parent
c2d0bb3970
commit
eec9aa39b7
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.bashrc
|
@ -121,3 +121,5 @@ export PS1="\[\e[36m\]$(date +'%H:%M:%S')\[\e[32m\]$USER \[\e[35m\]\w \[\e[31m\]
|
||||||
if [ -d "$HOME/bin" ] && ! echo "$PATH" | grep -q "$HOME/bin"; then
|
if [ -d "$HOME/bin" ] && ! echo "$PATH" | grep -q "$HOME/bin"; then
|
||||||
export PATH="$HOME/bin:$PATH"
|
export PATH="$HOME/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue