Alias upgrade, to sudo apt-get dist-upgrade & so on
This commit is contained in:
parent
bec0c679e6
commit
ebd3f9ce6a
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.bashrc
|
|
@ -155,6 +155,8 @@ alias git_remotes="grep -A 2 \"\[remote\" .git/config|grep -v fetch|sed \"s/\[re
|
||||||
# Configuration #
|
# 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
|
# alias I want to learn
|
||||||
function h()
|
function h()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue