X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/8b262e07e11a7081e5dbd18bfbb63f0fc86d6509..4c592baa087637ae79431657d6cde9efa5b5cc23:/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)