[zsh] Add automated arch update command

This commit is contained in:
2024-01-13 17:26:04 -05:00
parent 6937502b7e
commit e1c8b18635

View File

@ -61,6 +61,13 @@ kush() {
fi
}
yayup () {
mv ~/.asdf ~/.asdf.bak
yay -S --noconfirm archlinux-keyring endeavouros-keyring
yay -Syu --noconfirm
mv ~/.asdf.bak ~/.asdf
}
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
eval "$(atuin init zsh)"