summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-03-18 10:13:08 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-03-18 10:13:08 -0500
commitbf834d1caa65104dfb14447e904da531202458fd (patch)
tree631b883a9553407de58a23f96e4d9f7376e7498b
parent21aa2d60b56c545dd03f12773ed7bc2aaeef166c (diff)
downloadzsh-master.tar.xz
zsh-master.zip
colors for hp-envyHEADmaster
-rw-r--r--zscripts/hosts/colors.hp-envy-office.zsh10
1 files changed, 10 insertions, 0 deletions
diff --git a/zscripts/hosts/colors.hp-envy-office.zsh b/zscripts/hosts/colors.hp-envy-office.zsh
new file mode 100644
index 0000000..9295bff
--- /dev/null
+++ b/zscripts/hosts/colors.hp-envy-office.zsh
@@ -0,0 +1,10 @@
+#!/usr/bin/env zsh
+
+declare col{br,name,at,host,dir}=blue
+if [ "$TERM" != "linux" ]; then
+ colbr=blue
+ colname=117
+ colat=68
+ colhost=117
+ coldir=111
+fi