From 1beb0980b3e0548be356ec9e378e4390f9a277f9 Mon Sep 17 00:00:00 2001 From: pSox Date: Fri, 10 Apr 2020 11:02:46 +0100 Subject: [PATCH] added support for 256 color on the linux console --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 42a7f23..ec89460 100755 --- a/zshrc +++ b/zshrc @@ -8,6 +8,8 @@ [[ -d /etc/psoxizsh ]] && export PSOXIZSH=/etc/psoxizsh [[ -d ~/.psoxizsh ]] && export PSOXIZSH=~/.psoxizsh +[[ "$TERM" == "linux" ]] && export TERM=vte-256color + # remove duplicates typeset -U PATH path fpath path=( /bin /sbin /usr/bin /usr/sbin $path )