summaryrefslogtreecommitdiff
path: root/zsh/zscripts/colors.G3N2.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zscripts/colors.G3N2.zsh')
-rwxr-xr-xzsh/zscripts/colors.G3N2.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/zscripts/colors.G3N2.zsh b/zsh/zscripts/colors.G3N2.zsh
deleted file mode 100755
index f6c1a90..0000000
--- a/zsh/zscripts/colors.G3N2.zsh
+++ /dev/null
@@ -1,7 +0,0 @@
-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