From 75f1dc8bc6da3ae5e30328314fe33974b54322a9 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 3 Feb 2013 00:35:47 -0600 Subject: [PATCH] .mintty/colors: Rename solarized-alt -> solarized-ansi --- .bash_profile | 2 +- .mintty/colors/{solarized-alt.sh => solarized-ansi.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .mintty/colors/{solarized-alt.sh => solarized-ansi.sh} (100%) diff --git a/.bash_profile b/.bash_profile index 1947c3b..0b6071a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -7,7 +7,7 @@ fi # Set mintty color-palette if [ "$UNAME" = "Cygwin" ]; then - source ~/.mintty/colors/solarized-alt.sh + source ~/.mintty/colors/solarized-ansi.sh fi # keychain diff --git a/.mintty/colors/solarized-alt.sh b/.mintty/colors/solarized-ansi.sh similarity index 100% rename from .mintty/colors/solarized-alt.sh rename to .mintty/colors/solarized-ansi.sh -- 2.43.0