diff options
Diffstat (limited to 'zscripts')
| -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 |
