From ebd3f9ce6aafe39f039bdba956e05ae1cab98933 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 17 Jan 2013 14:33:00 +0100 Subject: [PATCH] Alias upgrade, to sudo apt-get dist-upgrade & so on --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 0bc5b9f..bf7e8a5 100644 --- a/.bashrc +++ b/.bashrc @@ -155,6 +155,8 @@ alias git_remotes="grep -A 2 \"\[remote\" .git/config|grep -v fetch|sed \"s/\[re # Configuration # ################# +alias upgrade="sudo apt-get update && sudo apt-get dist-upgrade -y && sudo apt-get autoclean -y && sudo apt-get clean" + # alias I want to learn function h() {