fixed some shit

This commit is contained in:
Brad Ganley 2021-05-18 23:40:08 -05:00
parent 7b65517b06
commit 6f878edfe2

View File

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