mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
new alias: apt get update saguagu
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
f0f805d455
commit
4bd8bf4d7f
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ alias rm='rm -i'
|
|||
alias cp='cp -i'
|
||||
alias mv='mv -i'
|
||||
|
||||
alias saguagu="sudo apt-get update && sudo apt-get upgrade"
|
||||
|
||||
# Use Git’s colored diff when available
|
||||
hash git &>/dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue