Skip to content

Commit 16d7bf9

Browse files
committed
Removed old comments
1 parent e076912 commit 16d7bf9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

prompt-colors.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ define_color_names() {
6666
eval "$def"
6767
}
6868

69-
#ResetColor="`_term_color 0`" # Text reset
70-
7169
_map_colors Bold $AttrBright
7270
_map_colors Bright $AttrBright
7371
_map_colors Dim $AttrDim
@@ -82,6 +80,3 @@ define_color_names() {
8280
if [[ ${#ColorNames[*]} = 0 || -z "$IntenseBlack" || -z "$ResetColor" ]]; then
8381
define_color_names
8482
fi
85-
86-
# end of prompt-colors.sh
87-
# vim: set ai sw=2

0 commit comments

Comments
 (0)