Skip to content

Instantly share code, notes, and snippets.

@ingmarsk
Created February 24, 2017 15:46
Show Gist options
  • Save ingmarsk/b0ab499a487ed9b1a9ae6e2a5448e0ab to your computer and use it in GitHub Desktop.
Save ingmarsk/b0ab499a487ed9b1a9ae6e2a5448e0ab to your computer and use it in GitHub Desktop.
~/.bash_profile
export ANDROID_HOME=~/Library/Android/sdk
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
# if [ -f ~/.git-completion.bash ]; then
# source ~/git-completion.bash
# fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment