Created
February 24, 2017 15:46
-
-
Save ingmarsk/b0ab499a487ed9b1a9ae6e2a5448e0ab to your computer and use it in GitHub Desktop.
~/.bash_profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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