diff --git a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh index b838d65..aea74f3 100644 --- a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh +++ b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh @@ -48,7 +48,7 @@ upgrade_system() { print $1 } } - }' | xargs -n 1 asdf plugin add + }' | xargs -r -n 1 asdf plugin add asdf install echo -e 'package\tversion\tlatest\tstatus'