Skip to content

Instantly share code, notes, and snippets.

@AdColvin
Last active July 13, 2019 07:29
Show Gist options
  • Save AdColvin/00d99402655494c74bf36e90be66db27 to your computer and use it in GitHub Desktop.
Save AdColvin/00d99402655494c74bf36e90be66db27 to your computer and use it in GitHub Desktop.
Bash Profile
export JAVA_HOME=$(/usr/libexec/java_home)
export PS1="\W \$ "
export EDITOR="code --wait"
alias starwars='telnet towel.blinkenlights.nl'
alias be='bundle exec'
alias gst='git status'
alias gco='git checkout'
alias gb='git checkout -b'
alias gpf='git push --force-with-lease'
alias ls='ls -a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment