We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e076912 commit 16d7bf9Copy full SHA for 16d7bf9
prompt-colors.sh
@@ -66,8 +66,6 @@ define_color_names() {
66
eval "$def"
67
}
68
69
- #ResetColor="`_term_color 0`" # Text reset
70
-
71
_map_colors Bold $AttrBright
72
_map_colors Bright $AttrBright
73
_map_colors Dim $AttrDim
@@ -82,6 +80,3 @@ define_color_names() {
82
80
if [[ ${#ColorNames[*]} = 0 || -z "$IntenseBlack" || -z "$ResetColor" ]]; then
83
81
define_color_names
84
fi
85
86
-# end of prompt-colors.sh
87
-# vim: set ai sw=2
0 commit comments