Upgrade some tools for asdf and make sure that the LTS of nodejs is printed for upgrade_system

This commit is contained in:
Tony Blyler 2023-09-07 22:01:01 -04:00
parent 8a5ebbed05
commit 1a3d94d1fa
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions
chezmoi/dot_zshrc.d

View file

@ -41,6 +41,7 @@ upgrade_system() {
asdf update || true
asdf plugin update --all
asdf latest --all
asdf nodejs resolve lts --latest-avaliable
fi
if command -v fwupdmgr &> /dev/null; then