diff options
Diffstat (limited to 'zsh/zscripts/colors.voidx250.zsh')
-rwxr-xr-x | zsh/zscripts/colors.voidx250.zsh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/zscripts/colors.voidx250.zsh b/zsh/zscripts/colors.voidx250.zsh deleted file mode 100755 index cf710f3..0000000 --- a/zsh/zscripts/colors.voidx250.zsh +++ /dev/null @@ -1,7 +0,0 @@ -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 |