From 54a5601556fb4b79f1ac5407b357ebd2fa492aa9 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 10 Jul 2023 07:48:42 +0000 Subject: [PATCH] Latest --- home/.chezmoidata.yaml | 1 - software.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index ad47e6d3..923f5bc5 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -261,7 +261,6 @@ softwareGroups: - direnv - docker-langserver - dog - - dotenv - dua - duf - dust diff --git a/software.yml b/software.yml index 95dffcce..13f434c3 100644 --- a/software.yml +++ b/software.yml @@ -993,8 +993,8 @@ softwarePackages: _github: null _home: null _name: null - _when:darwin: '! (brew list bash-completion | grep bash-completion)' - _when:linux: '! (brew list bash-completion | grep bash-completion)' + _when:darwin: '! brew list bash-completion | grep bash-completion > /dev/null' + _when:linux: '! brew list bash-completion | grep bash-completion > /dev/null' brew:darwin: bash-completion brew:linux: bash-completion axel: