Shell aliases should be in the add it in /etc/bash.bashrc From http://wiki.ubuntuusers.de/Bash/bashrc
add to /etc/bash.bashrc alias checkupdates='sudo apt-get update && sudo apt-get upgrade' //to initialize new bashrc $ source ~/.bashrc