diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-08-24 18:43:21 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-08-24 18:43:21 -0500 |
| commit | 35f35c87f9559a230b362bc1cd54c497901f05cd (patch) | |
| tree | 7e8cf3862064e17d5a8d25943746296c068eb0a0 /zscripts/hosts/colors.poweredge-pro.zsh | |
| parent | 36a54f060d6cb1fb1a4d582681dcd0c904b79786 (diff) | |
| download | zsh-master.tar.xz zsh-master.zip | |
Diffstat (limited to 'zscripts/hosts/colors.poweredge-pro.zsh')
| -rw-r--r-- | zscripts/hosts/colors.poweredge-pro.zsh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/zscripts/hosts/colors.poweredge-pro.zsh b/zscripts/hosts/colors.poweredge-pro.zsh new file mode 100644 index 0000000..bc93566 --- /dev/null +++ b/zscripts/hosts/colors.poweredge-pro.zsh @@ -0,0 +1,8 @@ +#!/usr/bin/env zsh + +declare col{br,name,at,host,dir}=magenta +if [ "$TERM" != "linux" ]; then + declare col{br,at}=147 # LightSteelBlue + declare col{name,host}=189 # LightSteelBlue1 + coldir=146 # LightSteelBlue3 +fi |
