diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-12-07 13:59:27 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-12-07 13:59:27 -0500 |
commit | cd61c699d650ddf6524183d99b53da26868187c0 (patch) | |
tree | 577f9935435e22bc0a2667ada1507abc295061c4 /modules/20-zsh/install.sh | |
parent | 0bb1e90c8b2461040449d81aa114f29f6621ef7c (diff) |
Update zshrc
Diffstat (limited to 'modules/20-zsh/install.sh')
-rw-r--r-- | modules/20-zsh/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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() { |