X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/8b262e07e11a7081e5dbd18bfbb63f0fc86d6509..93da0d62fe481a91bd289cefca008c81d74f3b6c:/bash_profile diff --git a/bash_profile b/bash_profile index ab591e3..df81cbe 100644 --- a/bash_profile +++ b/bash_profile @@ -8,16 +8,16 @@ export TERM=screen-256color #git function function _set_git_envar_info() { - GIT_BRANCH="" + GIT_BRANCH="" GIT_PREFIX="" - GIT_STATE="" + GIT_STATE="" CHECK_SHIT="lol" RVM_COMMAND=$(rvm-prompt) if [[ $RVM_COMMAND == "" ]] then RVM_COMMAND="system" fi - if [[ $(which git 2> /dev/null) ]] + if [ -f `which git` ]; then local STATUS STATUS=$(git status 2>/dev/null)