Skip to content

Commit c673ea8

Browse files
committed
Merge pull request #204 from ogr3/shebang-line
Added portable shebang line
2 parents 40f2d1b + 16d7bf9 commit c673ea8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

prompt-colors.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
# prompt-colors.sh
23
#
34
# source this file to get color definitions
@@ -65,8 +66,6 @@ define_color_names() {
6566
eval "$def"
6667
}
6768

68-
#ResetColor="`_term_color 0`" # Text reset
69-
7069
_map_colors Bold $AttrBright
7170
_map_colors Bright $AttrBright
7271
_map_colors Dim $AttrDim
@@ -81,6 +80,3 @@ define_color_names() {
8180
if [[ ${#ColorNames[*]} = 0 || -z "$IntenseBlack" || -z "$ResetColor" ]]; then
8281
define_color_names
8382
fi
84-
85-
# end of prompt-colors.sh
86-
# vim: set ai sw=2

0 commit comments

Comments
 (0)