summaryrefslogtreecommitdiff
path: root/zscripts/hosts/colors.voidx250.zsh
blob: 910f1f998d8cc0336b05dedcdc695cfdc268d462 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env zsh

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