mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19:56 +01:00
Update aptupdate alias
This commit is contained in:
parent
45c2b4d66d
commit
f862086bee
@ -28,7 +28,7 @@ if [[ -x $(which brew) ]]; then
|
||||
fi
|
||||
|
||||
if [[ $platform == 'Linux' ]]; then
|
||||
alias aptupdate='sudo apt update; sudo apt upgrade; sudo apt autoremove; sudo apt autoclean'
|
||||
alias aptupdate='sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo apt clean'
|
||||
fi
|
||||
|
||||
# tmux
|
||||
|
Loading…
Reference in New Issue
Block a user