diff options
Diffstat (limited to 'zscripts/hosts/colors.desktop.zsh')
-rwxr-xr-x | zscripts/hosts/colors.desktop.zsh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zscripts/hosts/colors.desktop.zsh b/zscripts/hosts/colors.desktop.zsh new file mode 100755 index 0000000..dee7ed3 --- /dev/null +++ b/zscripts/hosts/colors.desktop.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 |