summaryrefslogtreecommitdiff
path: root/zscripts/hosts/colors.office-precision.zsh
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-08-24 18:31:31 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-08-24 18:31:31 -0500
commit36a54f060d6cb1fb1a4d582681dcd0c904b79786 (patch)
treeac1aefde679bcc3490ea4dccf12c6e56f5992b13 /zscripts/hosts/colors.office-precision.zsh
parentbf834d1caa65104dfb14447e904da531202458fd (diff)
downloadzsh-36a54f060d6cb1fb1a4d582681dcd0c904b79786.tar.xz
zsh-36a54f060d6cb1fb1a4d582681dcd0c904b79786.zip
rename host script for new hostname
Diffstat (limited to 'zscripts/hosts/colors.office-precision.zsh')
-rw-r--r--zscripts/hosts/colors.office-precision.zsh10
1 files changed, 10 insertions, 0 deletions
diff --git a/zscripts/hosts/colors.office-precision.zsh b/zscripts/hosts/colors.office-precision.zsh
new file mode 100644
index 0000000..9295bff
--- /dev/null
+++ b/zscripts/hosts/colors.office-precision.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