mirror of https://gitlab.com/meliurwen/dotfiles
parent
7bf1441867
commit
91cf17d8f0
@ -0,0 +1,7 @@ |
||||
alias upgrade='sudo apt-get update && \ |
||||
sudo apt upgrade && \ |
||||
sudo apt-get autoremove --purge && \ |
||||
sudo apt-get clean' # System clean upgrade |
||||
alias history='history 1' # Print whole history |
||||
alias diff='diff --color' |
||||
alias ls='ls --color=tty' |
@ -0,0 +1 @@ |
||||
Code |
Loading…
Reference in new issue