Installing is easy just add:

alias updog="sudo apt update && sudo apt upgrade -y"

to your .bashrc or .zshrc

  • charles@lemmy.world
    link
    fedilink
    English
    arrow-up
    82
    ·
    11 months ago

    This would go perfectly with the alias I did because I kept forgetting the original command:

    $ alias whats=type
    $ whats updog
    updog is aliased to 'sudo apt update && sudo apt upgrade -y'