gregfoote / bash-aliases

Collection of Bash Alias

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash-aliases

Collection of Bash Aliases

OS Update

alias update='sudo apt update && sudo apt upgrade -y'

OS Update with Autoremove

alias osup='sudo apt update && sudo apt upgrade -y && sudo apt autoremove'

About

Collection of Bash Alias