mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
Ensure 256 color support on linux systems
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user