Skip to content

Instantly share code, notes, and snippets.

View Shrikant9's full-sized avatar
🚀
ready, set, deploy!

Shrikant Raut Shrikant9

🚀
ready, set, deploy!
  • 127.0.0.1:3000
View GitHub Profile
@Shrikant9
Shrikant9 / .bash_profile
Last active August 12, 2019 12:37
A copy of my bash_profile so I don't have to set all of it up again and again on new systems.
# Load the default .profile
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile"
# Exports
export PATH="/usr/local/opt/openssl/bin:$PATH"
export PATH="/usr/local/opt/openssl/bin:$PATH"
export MYSQL="/usr/local/mysql/bin"
export PATH=$PATH:$MYSQL
export DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH
export GOROOT="/usr/local/go"