From a6831bb06715245a580f409bb9cc2e53cf63ee94 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sun, 17 Apr 2022 11:00:18 -0500 Subject: asdf --- zsh/zscripts/colors.voidx250.zsh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 zsh/zscripts/colors.voidx250.zsh (limited to 'zsh/zscripts/colors.voidx250.zsh') diff --git a/zsh/zscripts/colors.voidx250.zsh b/zsh/zscripts/colors.voidx250.zsh new file mode 100755 index 0000000..cf710f3 --- /dev/null +++ b/zsh/zscripts/colors.voidx250.zsh @@ -0,0 +1,7 @@ +if [ -n "$DISPLAY" ]; then + declare col{br,at}=green + declare col{name,host}=76 + coldir=40 +else + declare col{br,name,at,host,dir}=green +fi -- cgit v1.2.3