diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-03-17 16:01:13 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-03-17 16:01:13 -0500 |
| commit | 21aa2d60b56c545dd03f12773ed7bc2aaeef166c (patch) | |
| tree | f6d23db96f0834c03a9c29845518e285e7644955 /zscripts | |
| parent | 21643f0266c5e0c72c5b00a3bbecf9c856d96b32 (diff) | |
| download | zsh-21aa2d60b56c545dd03f12773ed7bc2aaeef166c.tar.xz zsh-21aa2d60b56c545dd03f12773ed7bc2aaeef166c.zip | |
add colors for optiplex
Diffstat (limited to 'zscripts')
| -rw-r--r-- | zscripts/hosts/colors.optiplex.zsh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/zscripts/hosts/colors.optiplex.zsh b/zscripts/hosts/colors.optiplex.zsh new file mode 100644 index 0000000..d6772b5 --- /dev/null +++ b/zscripts/hosts/colors.optiplex.zsh @@ -0,0 +1,10 @@ +#!/usr/bin/env zsh + +declare col{br,name,at,host,dir}=green +if [ "$TERM" != "linux" ]; then + colbr=green + colname=113 + colat=154 + colhost=113 + coldir=108 +fi |
