Skip to content

Commit

Permalink
Merge pull request #204 from ogr3/shebang-line
Browse files Browse the repository at this point in the history
Added portable shebang line
  • Loading branch information
magicmonty committed Oct 30, 2015
2 parents 40f2d1b + 16d7bf9 commit c673ea8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions prompt-colors.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# prompt-colors.sh
#
# source this file to get color definitions
Expand Down Expand Up @@ -65,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 @@ -81,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 c673ea8

Please sign in to comment.