#dev #atelier #typescript
This file contains hidden or 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
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. | |
export PATH="$PATH:$HOME/.rvm/bin" | |
# Add MacPorts to PATH | |
export PATH=/opt/local/bin:/opt/local/sbin:$PATH | |
# Add Maven | |
export PATH=/usr/local/apache-maven-3.5.3/bin:$PATH |