diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-16 23:32:06 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-16 23:32:06 -0500 |
commit | 6f0ca4a0b6366b9c33e9366e08aa1b14e1037e8a (patch) | |
tree | 8511a9d4fb84d43a85f88492789b84a590dd0feb /zsh/zscripts/colors.G3N2.zsh | |
parent | 8699ed1e1ccd7cf1ee5af616f3a922204efa913c (diff) | |
download | dotconfig-6f0ca4a0b6366b9c33e9366e08aa1b14e1037e8a.tar.xz dotconfig-6f0ca4a0b6366b9c33e9366e08aa1b14e1037e8a.zip |
zscripts and profiles
Diffstat (limited to 'zsh/zscripts/colors.G3N2.zsh')
-rwxr-xr-x | zsh/zscripts/colors.G3N2.zsh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |