From 43de18855fb772499b63fbc1573f83f9cf813610 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 19 Jul 2016 12:22:03 +0200 Subject: [PATCH] [bash] fix typo in comment --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index 3a35e30..6daed1c 100644 --- a/bash_profile +++ b/bash_profile @@ -117,7 +117,7 @@ do_solarize_shell() { change_palette $(printf $selector 0) $base02 # 0;30 black change_palette $(printf $selector 1) $red # 0;31 red change_palette $(printf $selector 2) $green # 0;32 green - change_palette $(printf $selector 3) $yellow # 1;33 yellow + change_palette $(printf $selector 3) $yellow # 0;33 yellow change_palette $(printf $selector 4) $blue # 0;34 blue change_palette $(printf $selector 5) $magenta # 0;35 magenta change_palette $(printf $selector 6) $cyan # 0;36 cyan