Ensure 256 color support on linux systems

This commit is contained in:
2016-11-30 11:50:17 +00:00
parent 0107df3335
commit 813846096d

View File

@@ -2,6 +2,11 @@
# Main Shell Setup
#
# Ensure 256 color support in Linux
if [[ "$(uname)" == "Linux" ]]; then
export TERM="xterm-256color"
fi
# Set required path variables
DOTBIN="$DOTFILES/bin"