Add cheap alias for dist-upgrade.

This commit is contained in:
David Tomaschik
2014-10-15 22:07:36 -07:00
parent c65f3b4730
commit 91790b5a12

View File

@@ -13,6 +13,9 @@ alias grep='grep --color=auto'
alias egrep='egrep --color=auto' alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto' alias fgrep='fgrep --color=auto'
# Easy upgrade
alias dist-upgrade="sudo sh -c 'apt-get update && apt-get dist-upgrade'"
# Timestamp in a machine-sortable form # Timestamp in a machine-sortable form
alias tstamp="date '+%Y%m%d-%H%M%S'" alias tstamp="date '+%Y%m%d-%H%M%S'"