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: