Upgrade some tools for asdf and make sure that the LTS of nodejs is printed for upgrade_system
This commit is contained in:
parent
8a5ebbed05
commit
1a3d94d1fa
2 changed files with 4 additions and 3 deletions
chezmoi/dot_zshrc.d
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue