Skip to content

Commit

Permalink
Removed old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ogr3 committed Oct 29, 2015
1 parent e076912 commit 16d7bf9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions prompt-colors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ define_color_names() {
eval "$def"
}

#ResetColor="`_term_color 0`" # Text reset

_map_colors Bold $AttrBright
_map_colors Bright $AttrBright
_map_colors Dim $AttrDim
Expand All @@ -82,6 +80,3 @@ define_color_names() {
if [[ ${#ColorNames[*]} = 0 || -z "$IntenseBlack" || -z "$ResetColor" ]]; then
define_color_names
fi

# end of prompt-colors.sh
# vim: set ai sw=2

0 comments on commit 16d7bf9

Please sign in to comment.