summaryrefslogtreecommitdiff
path: root/zscripts
diff options
context:
space:
mode:
Diffstat (limited to 'zscripts')
-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