fixed some shit

Former-commit-id: 6f878edfe2
This commit is contained in:
Brad Ganley
2021-05-18 23:40:08 -05:00
parent 72cce74af4
commit bdeb9a3035

View File

@@ -1,8 +1,8 @@
#Application management
alias inst='apt-get install -y'
alias update='apt-get update -y && apt-get upgrade -y'
alias inst='sudo apt-get install -y'
alias update='sudo apt-get update -y && sudo apt-get upgrade -y'
alias pacs='apt-cache search'
alias burn='apt-get autoremove'
alias burn='sudo apt-get autoremove'
#General
alias ~='cd ~/'