Skip to content

Instantly share code, notes, and snippets.

@rogervila
Created April 4, 2020 17:34
Show Gist options
  • Save rogervila/dd9a8727b4457a33a8e251cffe941de4 to your computer and use it in GitHub Desktop.
Save rogervila/dd9a8727b4457a33a8e251cffe941de4 to your computer and use it in GitHub Desktop.
.bashrc
# Gems
export PATH="/usr/local/lib/ruby/gems/2.6.0/bin:$PATH"
# Composer
export PATH="$PATH:$HOME/.composer/vendor/bin"
# PHP 7.1
#export PATH="/usr/local/opt/php@7.1/bin:$PATH"
#export PATH="/usr/local/opt/php@7.1/sbin:$PATH"
## brew unlink php && brew link php@7.1
# PHP 7.2
#export PATH="/usr/local/opt/php@7.2/bin:$PATH"
#export PATH="/usr/local/opt/php@7.2/sbin:$PATH"
## brew unlink php && brew link php@7.2
# PHP 7.3
#export PATH="/usr/local/opt/php@7.3/bin:$PATH"
#export PATH="/usr/local/opt/php@7.3/sbin:$PATH"
## brew unlink php && brew link php@7.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment