Skip to content

Commit

Permalink
Fix brew's asdf installation locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Narciso authored and lucasnar committed Jul 11, 2019
1 parent 768b502 commit b3383da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ export LSCOLORS=ExFxBxDxCxegedabagacad
export HISTSIZE=42000
export PS1="\[\033[34;m\]\w\[\033[32;m\]\$(parse_git_branch)\[\033[m\]\n\$ "

. $HOME/.asdf/asdf.sh

. $HOME/.asdf/completions/asdf.bash
# https://github.com/asdf-vm/asdf/issues/428
# . $HOME/.asdf/asdf.sh
# . $HOME/.asdf/completions/asdf.bash
source `brew --prefix asdf`/asdf.sh

export PATH="/usr/local/sbin:$PATH"

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*

0 comments on commit b3383da

Please sign in to comment.