if linuxbrew exists add to path

This commit is contained in:
fosslinux 2019-03-10 08:40:24 +11:00
parent 9961a44de0
commit a7e4a51a3a

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