Skip to content

Instantly share code, notes, and snippets.

View dbenfouzari's full-sized avatar
🏠
Working from home

Donovan BENFOUZARI dbenfouzari

🏠
Working from home
View GitHub Profile
@dbenfouzari
dbenfouzari / .zshrc
Created April 25, 2018 13:58
.zshrc
# 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