diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:16 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:16 -0600 |
commit | e6f936b731fcb7fd0f29e46e2b460606c3d723e7 (patch) | |
tree | 2b266b845a0aabfb131d278710ee98b6f91db540 /zsh/zscripts/hosts/colors.fedora.zsh | |
parent | 1973a92e5db6862586b91352d163fe9e827cc380 (diff) | |
download | dotconfig-e6f936b731fcb7fd0f29e46e2b460606c3d723e7.tar.xz dotconfig-e6f936b731fcb7fd0f29e46e2b460606c3d723e7.zip |
asdf
Diffstat (limited to 'zsh/zscripts/hosts/colors.fedora.zsh')
-rwxr-xr-x | zsh/zscripts/hosts/colors.fedora.zsh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zsh/zscripts/hosts/colors.fedora.zsh b/zsh/zscripts/hosts/colors.fedora.zsh new file mode 100755 index 0000000..dee7ed3 --- /dev/null +++ b/zsh/zscripts/hosts/colors.fedora.zsh @@ -0,0 +1,9 @@ +#!/usr/bin/env zsh + +if [ -n "$DISPLAY" ]; then + declare col{br,at}=57 + declare col{name,host}=13 + coldir=129 +else + declare col{br,name,at,host,dir}=magenta +fi |