Skip to content

Instantly share code, notes, and snippets.

@shengyou
Created December 15, 2017 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shengyou/31a7f53d0a492588ca6da06aa28b42d8 to your computer and use it in GitHub Desktop.
Save shengyou/31a7f53d0a492588ca6da06aa28b42d8 to your computer and use it in GitHub Desktop.
test -d ~/.linuxbrew && PATH="$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin:$PATH"
test -d /home/linuxbrew/.linuxbrew && PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH"
test -r ~/.bash_profile && echo "export PATH='$(brew --prefix)/bin:$(brew --prefix)/sbin'":'"$PATH"' >>~/.bash_profile
echo "export PATH='$(brew --prefix)/bin:$(brew --prefix)/sbin'":'"$PATH"' >>~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment