From 8514fc2e9a5d8bff81379f311d5f404815d8c190 Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Thu, 29 Oct 2015 12:04:07 +0000 Subject: Switch the untracked symbol to ? --- test-colors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-colors.sh') diff --git a/test-colors.sh b/test-colors.sh index 8cc072b..927dab3 100755 --- a/test-colors.sh +++ b/test-colors.sh @@ -459,7 +459,7 @@ test_bash_colors_changes() { touch bar git add bar echo "bar" > bar - untracked="1\x01changes-untracked\x02A\x01change-reset\x02" + untracked="1\x01changes-untracked\x02?\x01change-reset\x02" unstaged="1\x01changes-unstaged\x02M\x01change-reset\x02" staged="1\x01changes-staged\x02A\x01change-reset\x02" @@ -481,7 +481,7 @@ test_zsh_colors_changes() { touch bar git add bar echo "bar" > bar - untracked="1%{changes-untracked%}A%{change-reset%}" + untracked="1%{changes-untracked%}?%{change-reset%}" unstaged="1%{changes-unstaged%}M%{change-reset%}" staged="1%{changes-staged%}A%{change-reset%}" -- cgit v1.2.3