From 6f0ca4a0b6366b9c33e9366e08aa1b14e1037e8a Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Wed, 16 Mar 2022 23:32:06 -0500 Subject: zscripts and profiles --- zsh/zscripts/colors.G3N2.zsh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 zsh/zscripts/colors.G3N2.zsh (limited to 'zsh/zscripts/colors.G3N2.zsh') diff --git a/zsh/zscripts/colors.G3N2.zsh b/zsh/zscripts/colors.G3N2.zsh new file mode 100755 index 0000000..f6c1a90 --- /dev/null +++ b/zsh/zscripts/colors.G3N2.zsh @@ -0,0 +1,7 @@ +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 -- cgit v1.2.3