giti - minor optical changes
This commit is contained in:
parent
8e3ee44ea4
commit
9660bf333f
2
giti
2
giti
@ -150,7 +150,7 @@ if [[ $PROMPT == "True" ]]; then
|
||||
if [[ $SHORT == "True" ]]; then
|
||||
echo -ne " $SYMBOL_START$GIT_STATUS_SUMMARY$SYMBOL_END"
|
||||
else
|
||||
echo -e "$COLOR_DARKGREEN├──$SYMBOL_START$GIT_STATUS_SUMMARY $COLOR_NORMAL$COLOR_BACKGROUND- $COLOR_URL$GIT_URL$SYMBOL_END"
|
||||
echo -e "$COLOR_DARKGREEN├$SYMBOL_START$GIT_STATUS_SUMMARY $COLOR_NORMAL$COLOR_BACKGROUND- $COLOR_URL$GIT_URL$SYMBOL_END"
|
||||
if [[ $GIT_PROMPT_DETAILS == "on" && ! -z "$GIT_FILES" ]]; then
|
||||
while IFS= read -r line ;do
|
||||
FILES_STATUS=${line:0:2}
|
||||
|
Loading…
x
Reference in New Issue
Block a user