added support for 256 color on the linux console

This commit is contained in:
pSox 2020-04-10 11:02:46 +01:00
parent 3454e4a1b1
commit 1beb0980b3
1 changed files with 2 additions and 0 deletions

2
zshrc
View File

@ -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 )