#!/usr/bin/env zsh declare col{br,name,at,host,dir}=magenta if [ "$TERM" != "linux" ]; then declare col{br,at}=147 # LightSteelBlue declare col{name,host}=189 # LightSteelBlue1 coldir=146 # LightSteelBlue3 fi