Skip to content

Instantly share code, notes, and snippets.

View randypitcherii's full-sized avatar
🌞

Randy 🌞 randypitcherii

🌞
View GitHub Profile
@randypitcherii
randypitcherii / .bash_profile
Last active April 29, 2019 15:50
Dot files on mac
# Shorten Bash Prompt
PS1='$ '
# Env Vars
export JAVA_HOME=$(/usr/libexec/java_home)
export GREP_OPTIONS="--color=auto"
# Init jenv
if which jenv > /dev/null; then eval "$(jenv init -)"; fi