Skip to content

Commit

Permalink
Brew updator again
Browse files Browse the repository at this point in the history
Dropped in #138
I notice still need in macos. See #150
  • Loading branch information
kachick committed Feb 21, 2023
1 parent 1d04c7d commit d35bda3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ update_tools() {
linux*)
sudo apt update && sudo apt upgrade
;;
darwin*)
brew update
brew upgrade
;;
esac

nix-channel --update
Expand Down

0 comments on commit d35bda3

Please sign in to comment.