From 4af49ed67fbf358674d45fb8af3c4c3efaf90f58 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Thu, 7 Jul 2022 15:55:41 -0500 Subject: tons of changes from when website was down --- zsh/zscripts/hosts/aliasrc.voidx250.zsh | 2 +- zsh/zscripts/hosts/colors.voidx250.zsh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh/zscripts/hosts') diff --git a/zsh/zscripts/hosts/aliasrc.voidx250.zsh b/zsh/zscripts/hosts/aliasrc.voidx250.zsh index 4681ace..4bb85ea 100755 --- a/zsh/zscripts/hosts/aliasrc.voidx250.zsh +++ b/zsh/zscripts/hosts/aliasrc.voidx250.zsh @@ -1,6 +1,6 @@ #!/bin/sh -# Replacement programs +# Package Management alias \ xi="sudo xbps-install" \ xq="xbps-query -R --search" \ diff --git a/zsh/zscripts/hosts/colors.voidx250.zsh b/zsh/zscripts/hosts/colors.voidx250.zsh index cf710f3..910f1f9 100755 --- a/zsh/zscripts/hosts/colors.voidx250.zsh +++ b/zsh/zscripts/hosts/colors.voidx250.zsh @@ -1,3 +1,5 @@ +#!/usr/bin/env zsh + if [ -n "$DISPLAY" ]; then declare col{br,at}=green declare col{name,host}=76 -- cgit v1.2.3