diff --git a/.spellr_wordlists/english.txt b/.spellr_wordlists/english.txt index aa98007..3c252c1 100644 --- a/.spellr_wordlists/english.txt +++ b/.spellr_wordlists/english.txt @@ -295,6 +295,7 @@ urls usr utf vimrc +virtualenv vscode webpack wget diff --git a/bash_profile b/bash_profile index 879135a..55e6402 100755 --- a/bash_profile +++ b/bash_profile @@ -24,6 +24,10 @@ fi if [[ ! -z "$(which pyenv)" ]]; then eval "$(pyenv init -)" + + if [[ ! -z "$(which pyenv-virtualenv-init)" ]]; then + eval "$(pyenv virtualenv-init -)"; + fi fi source $(brew --prefix chruby)/share/chruby/chruby.sh diff --git a/bin/git-unstage b/bin/git-unstage old mode 100644 new mode 100755 diff --git a/bin/rs b/bin/rs old mode 100644 new mode 100755