summaryrefslogtreecommitdiff
path: root/zsh/zscripts/hosts/colors.voidx250.zsh
blob: cf710f36b1674525bf126d2c7df4506c2594ba50 (plain)
1
2
3
4
5
6
7
if [ -n "$DISPLAY" ]; then
	declare col{br,at}=green
	declare col{name,host}=76
	coldir=40
else
	declare col{br,name,at,host,dir}=green
fi