if linuxbrew exists add to path

This commit is contained in:
fosslinux 2019-03-10 08:40:24 +11:00
parent 9961a44de0
commit a7e4a51a3a
1 changed files with 3 additions and 0 deletions

View File

@ -101,3 +101,6 @@ export EDITOR='vim'
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
if [ -d "/home/linuxbrew/.linuxbrew" ] ; then
export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
fi