summaryrefslogtreecommitdiff
path: root/zscripts/hosts/colors.optiplex.zsh
blob: d6772b5ccd8bcad29823e005d04fb0465d614948 (plain)
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