From 21aa2d60b56c545dd03f12773ed7bc2aaeef166c Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 17 Mar 2026 16:01:13 -0500 Subject: add colors for optiplex --- zscripts/hosts/colors.optiplex.zsh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 zscripts/hosts/colors.optiplex.zsh (limited to 'zscripts') diff --git a/zscripts/hosts/colors.optiplex.zsh b/zscripts/hosts/colors.optiplex.zsh new file mode 100644 index 0000000..d6772b5 --- /dev/null +++ b/zscripts/hosts/colors.optiplex.zsh @@ -0,0 +1,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 -- cgit v1.2.3