Created
April 4, 2020 17:34
-
-
Save rogervila/dd9a8727b4457a33a8e251cffe941de4 to your computer and use it in GitHub Desktop.
.bashrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/[email protected]/bin:$PATH" | |
#export PATH="/usr/local/opt/[email protected]/sbin:$PATH" | |
## brew unlink php && brew link [email protected] | |
# PHP 7.2 | |
#export PATH="/usr/local/opt/[email protected]/bin:$PATH" | |
#export PATH="/usr/local/opt/[email protected]/sbin:$PATH" | |
## brew unlink php && brew link [email protected] | |
# PHP 7.3 | |
#export PATH="/usr/local/opt/[email protected]/bin:$PATH" | |
#export PATH="/usr/local/opt/[email protected]/sbin:$PATH" | |
## brew unlink php && brew link [email protected] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment