summaryrefslogtreecommitdiff
path: root/zscripts/hosts/colors.optiplex.zsh
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-03-17 16:01:13 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-03-17 16:01:13 -0500
commit21aa2d60b56c545dd03f12773ed7bc2aaeef166c (patch)
treef6d23db96f0834c03a9c29845518e285e7644955 /zscripts/hosts/colors.optiplex.zsh
parent21643f0266c5e0c72c5b00a3bbecf9c856d96b32 (diff)
downloadzsh-21aa2d60b56c545dd03f12773ed7bc2aaeef166c.tar.xz
zsh-21aa2d60b56c545dd03f12773ed7bc2aaeef166c.zip
add colors for optiplex
Diffstat (limited to 'zscripts/hosts/colors.optiplex.zsh')
-rw-r--r--zscripts/hosts/colors.optiplex.zsh10
1 files changed, 10 insertions, 0 deletions
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