more cool now

This commit is contained in:
Oscar 2014-09-09 11:26:00 -03:00
commit eb46b10a48

View file

@ -15,11 +15,11 @@ vcs_info
if [ "${vcs_info_msg_0_}" = "" ]; then
dir_status="%F{2}→%f"
elif [[ $(git diff --cached --name-status 2>/dev/null ) != "" ]]; then
dir_status="%F{1}%f"
dir_status="%F{1}💾%f"
elif [[ $(git diff --name-status 2>/dev/null ) != "" ]]; then
dir_status="%F{3}%f"
dir_status="%F{3}💾%f"
else
dir_status="%F{2}▶%f"
dir_status="%F{2}▶%f"
fi
}