Skip to content
Snippets Groups Projects
40-term.zsh 129 B
Newer Older
Nigel Kukard's avatar
Nigel Kukard committed
# Use a bunch of colors
if [ "$TERM" = "screen" ]
then
	export TERM="screen-256color-s"
else
	export TERM="xterm-256color"
fi