From cd61c699d650ddf6524183d99b53da26868187c0 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Wed, 7 Dec 2022 13:59:27 -0500 Subject: Update zshrc --- modules/20-zsh/install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/20-zsh/install.sh') diff --git a/modules/20-zsh/install.sh b/modules/20-zsh/install.sh index 7d76729..f0e9960 100644 --- a/modules/20-zsh/install.sh +++ b/modules/20-zsh/install.sh @@ -8,6 +8,9 @@ function preinstall() { if ! [[ -x "$(command -v zsh)" ]]; then PACKAGES+=("zsh") fi + if ! [[ -x "$(command -v pkgfile)" ]]; then + PACKAGES+=("pkgfile") + fi } function install() { -- cgit v1.2.3