peter2
9/27/2013 - 12:29 PM

Shell aliases should be in the add it in /etc/bash.bashrc From http://wiki.ubuntuusers.de/Bash/bashrc

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