Skip to content

Commit 6b76bf3

Browse files
committed
Indentation
1 parent 1e073d9 commit 6b76bf3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -640,13 +640,13 @@ My Zenburn prompt tests first to make sure that the terminal has 256 colors; if
640640
(( ${+modules[zsh/terminfo]} )) || zmodload zsh/terminfo
641641
# If there are 256 colors, use the following colors; otherwise use the defaults
642642
if (( ${terminfo[colors]:-0} >= 256 )); then
643-
AGKOZAK_COLORS_USER_HOST=108
644-
AGKOZAK_COLORS_PATH=116
645-
AGKOZAK_COLORS_BRANCH_STATUS=228
646-
AGKOZAK_COLORS_EXIT_STATUS=174
647-
AGKOZAK_COLORS_CMD_EXEC_TIME=245
648-
AGKOZAK_COLORS_VIRTUALENV=188
649-
AGKOZAK_COLORS_BG_STRING=223
643+
AGKOZAK_COLORS_USER_HOST=108
644+
AGKOZAK_COLORS_PATH=116
645+
AGKOZAK_COLORS_BRANCH_STATUS=228
646+
AGKOZAK_COLORS_EXIT_STATUS=174
647+
AGKOZAK_COLORS_CMD_EXEC_TIME=245
648+
AGKOZAK_COLORS_VIRTUALENV=188
649+
AGKOZAK_COLORS_BG_STRING=223
650650
fi
651651
AGKOZAK_CUSTOM_PROMPT=''
652652
# Command execution time

0 commit comments

Comments
 (0)