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.
2 parents 40f2d1b + 16d7bf9 commit c673ea8Copy full SHA for c673ea8
prompt-colors.sh
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env bash
2
# prompt-colors.sh
3
#
4
# source this file to get color definitions
@@ -65,8 +66,6 @@ define_color_names() {
65
66
eval "$def"
67
}
68
- #ResetColor="`_term_color 0`" # Text reset
69
-
70
_map_colors Bold $AttrBright
71
_map_colors Bright $AttrBright
72
_map_colors Dim $AttrDim
@@ -81,6 +80,3 @@ define_color_names() {
81
80
if [[ ${#ColorNames[*]} = 0 || -z "$IntenseBlack" || -z "$ResetColor" ]]; then
82
define_color_names
83
fi
84
85
-# end of prompt-colors.sh
86
-# vim: set ai sw=2
0 commit comments