Untracked change

This commit is contained in:
Austen Adler 2015-02-14 22:10:19 -05:00
parent b5addc278f
commit d05aca76f3

View File

@ -1,6 +1,6 @@
# Symbols # Symbols
: ${is_a_git_repo_symbol:='Y'} : ${is_a_git_repo_symbol:='Y'}
: ${has_untracked_files_symbol:='u'} : ${has_untracked_files_symbol:='+'}
: ${has_adds_symbol:='+'} : ${has_adds_symbol:='+'}
: ${has_deletions_symbol:='-'} : ${has_deletions_symbol:='-'}
: ${has_deletions_cached_symbol:='-'} : ${has_deletions_cached_symbol:='-'}