1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env zsh declare col{br,name,at,host,dir}=blue if [ "$TERM" != "linux" ]; then colbr=blue colname=117 colat=68 colhost=117 coldir=111 fi