diff options
Diffstat (limited to 'zsh/zscripts/hosts')
-rwxr-xr-x | zsh/zscripts/hosts/aliasrc.voidx250.zsh | 2 | ||||
-rwxr-xr-x | zsh/zscripts/hosts/colors.voidx250.zsh | 2 |
2 files changed, 3 insertions, 1 deletions
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 |