1 2 3 4 5 6 7 8 9 10
#!/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