From ca1ee4b90fed27b4c299c20f59ffd543749dc098 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 22 May 2016 23:39:23 -0400 Subject: [PATCH] Expand terminal colors in Windows bash --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index 353ef8f..a5c95fe 100644 --- a/bashrc +++ b/bashrc @@ -1,2 +1,4 @@ # For Windows setup source /d/Dev/projects/dotfiles/zsh/aliases +# Unbreak broken, non-colored terminal +export TERM=xterm-256color