This commit is contained in:
Brian Zalewski 2023-07-10 07:48:42 +00:00
parent 015e6eac59
commit 54a5601556
2 changed files with 2 additions and 3 deletions

View file

@ -261,7 +261,6 @@ softwareGroups:
- direnv
- docker-langserver
- dog
- dotenv
- dua
- duf
- dust

View file

@ -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: