1 2 3 4 5 6 7 8 9
#!/usr/bin/env zsh if [ -n "$DISPLAY" ]; then declare col{br,at}=57 declare col{name,host}=13 coldir=129 else declare col{br,name,at,host,dir}=magenta fi