Installing is easy just add:

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

to your .bashrc or .zshrc

you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago

These are my aliases:

alias dog=cat

And this one really improves my performance:

alias got=git
  • source