Skip to content

Commit

Permalink
SC2033
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Sep 21, 2024
1 parent 3982383 commit 110d8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .10_macos.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fi
if [[ -x "$(command -v brew)" ]]; then
brew() {
if [[ "${1:-}" == "purge" ]]; then
brew list | xargs brew uninstall --force
brew list --cask | xargs brew uninstall --force
brew list | xargs command brew uninstall --force
brew list --cask | xargs command brew uninstall --force
return
fi
command brew "$@"
Expand Down

0 comments on commit 110d8ac

Please sign in to comment.