From: Ben Beltran Date: Fri, 19 Oct 2012 17:02:22 +0000 (-0500) Subject: Add my zshrc X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/b600a224cb90d0fffea8e1123992dadb0632dc96?ds=inline;hp=--cc Add my zshrc --- b600a224cb90d0fffea8e1123992dadb0632dc96 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)