DEV Community

Discussion on: 4 Aliases I Always Put on .zshrc/.bashrc

Collapse
 
programazing profile image
Christopher C. Johnson • Edited
alias update='sudo apt update && sudo apt upgrade -y'
Collapse
 
0xkoji profile image
0xkoji

Oh, I should add that.

Thanks!