diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-03-18 10:13:08 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-03-18 10:13:08 -0500 |
| commit | bf834d1caa65104dfb14447e904da531202458fd (patch) | |
| tree | 631b883a9553407de58a23f96e4d9f7376e7498b /zscripts/hosts/colors.hp-envy-office.zsh | |
| parent | 21aa2d60b56c545dd03f12773ed7bc2aaeef166c (diff) | |
| download | zsh-master.tar.xz zsh-master.zip | |
Diffstat (limited to 'zscripts/hosts/colors.hp-envy-office.zsh')
| -rw-r--r-- | zscripts/hosts/colors.hp-envy-office.zsh | 10 |
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 |
