From eb46b10a489fba2a23a6b77a53bc004ec72a855f Mon Sep 17 00:00:00 2001 From: Oscar Date: Tue, 9 Sep 2014 11:26:00 -0300 Subject: [PATCH] more cool now --- themes/exos.zsh-theme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/exos.zsh-theme b/themes/exos.zsh-theme index ab6deeb3c..0faef97ed 100644 --- a/themes/exos.zsh-theme +++ b/themes/exos.zsh-theme @@ -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 }