diff --git a/zsh/.zshrc b/zsh/.zshrc index 52a18f7..a0a5d48 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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