# Linuxbrew setup if [ -d $HOME/../linuxbrew/.linuxbrew ]; then BREWPATH=$HOME/../linuxbrew/.linuxbrew elif [ -d $HOME/.linuxbrew ]; then BREWPATH=$HOME/.linuxbrew fi if [ -n "$BREWPATH" ]; then fpath+=($BREWPATH/share/zsh/site-functions) export fpath fi