update dotfiles v2

This commit is contained in:
Paul Walko
2020-10-23 13:41:20 -04:00
parent 40971a4878
commit cde5427d44
2 changed files with 4 additions and 3 deletions

1
bashrc
View File

@@ -63,6 +63,7 @@ if [[ "$OSTYPE" == 'darwin'* ]]; then
if [[ -z $TMUX ]]; then
export PATH=$GEM_HOME/bin:$PATH
export PATH=$HOME/.linkerd2/bin:$PATH
export PATH=$HOME/.rvm/bin:$PATH
export PATH=/usr/local/opt/python/libexec/bin:$PATH
export PATH=/usr/local/opt/ncurses/bin:$PATH
fi