From 51c91732f84707686e92f01d3d6387fba88675bd Mon Sep 17 00:00:00 2001
From: Timmy Keller <tjk@tjkeller.xyz>
Date: Sun, 17 Apr 2022 10:57:45 -0500
Subject: fixed gitignore file to not work recursively

---
 zsh/zscripts/hosts/colors.G3N2.zsh | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100755 zsh/zscripts/hosts/colors.G3N2.zsh

(limited to 'zsh/zscripts/hosts/colors.G3N2.zsh')

diff --git a/zsh/zscripts/hosts/colors.G3N2.zsh b/zsh/zscripts/hosts/colors.G3N2.zsh
new file mode 100755
index 0000000..dee7ed3
--- /dev/null
+++ b/zsh/zscripts/hosts/colors.G3N2.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
-- 
cgit v1.2.3