summaryrefslogtreecommitdiff
path: root/zsh/zscripts/colors.voidx250.zsh
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-04-17 11:00:18 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2022-04-17 11:00:18 -0500
commita6831bb06715245a580f409bb9cc2e53cf63ee94 (patch)
tree6137f817af2405f530d45c5507ed3f20c175a5db /zsh/zscripts/colors.voidx250.zsh
parent51c91732f84707686e92f01d3d6387fba88675bd (diff)
downloaddotconfig-a6831bb06715245a580f409bb9cc2e53cf63ee94.tar.xz
dotconfig-a6831bb06715245a580f409bb9cc2e53cf63ee94.zip
asdf
Diffstat (limited to 'zsh/zscripts/colors.voidx250.zsh')
-rwxr-xr-xzsh/zscripts/colors.voidx250.zsh7
1 files changed, 7 insertions, 0 deletions
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