#!/usr/bin/env zsh declare col{br,name,at,host,dir}=green if [ "$TERM" != "linux" ]; then colbr=green colname=113 colat=154 colhost=113 coldir=108 fi