Skip to content

Commit ed3effd

Browse files
committed
bashrc: varname typo, fix #11
The previous #11 fix is actually for #12. Another typo :(
1 parent 8fceb6e commit ed3effd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ YELLOW='\e[1;93m'
6363
IRED='\e[0;91m'
6464

6565
if _rc_term_colors="$(tput colors &>/dev/null)"; then
66-
[ "$colors" -le 16 ]
66+
[ "$_rc_term_colors" -le 16 ]
6767
else
6868
case "$TERM" in (linux|msys|cygwin) true;; (*) false;; esac
6969
fi && YELLOW='\e[1;33m' IRED='\e[0;31m'

0 commit comments

Comments
 (0)