Updated Golang lib path. Added aliases for dist-upgrade and autoremove

This commit is contained in:
Pratik
2020-02-18 21:07:43 +05:30
parent a154461e3d
commit 7588c1a3c5
3 changed files with 6 additions and 4 deletions

View File

@@ -72,6 +72,8 @@ alias listening-apps="sudo netstat -nutlp | grep ':' | awk '{print \$1,\$4,\$NF}
# Update & Upgrades
alias up="sudo apt-get update && sudo apt-get upgrade -y"
alias distup="sudo apt dist-upgrade"
alias autorem="sudo apt autoremove"
alias update="sudo apt-get update"
alias install="sudo apt-get install "
alias remove="sudo apt-get remove "