So, I discovered that the terminal can handle aliases.
Here’s my first two(and possibly last two):
alias update=’sudo apt-get update’
alias upgrade=’sudo apt-get upgrade’
For some reason, I tend to prefer the command line for installing/updating packages. These two aliases cut out a bit of typing in regards to updating.