Skip to content

Commit

Permalink
add autoremove to remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Jan 1, 2024
1 parent 32532ae commit ec078b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/.linux-aliases
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alias install="sudo apt-get install"
alias remove="sudo apt-get remove"
alias remove="sudo apt-get purge --auto-remove"
alias reboot="sudo reboot"
alias update="sudo apt-get update --fix-missing && sudo apt-get upgrade && sudo apt autoremove -y && sudo apt-get clean && sudo apt autoclean"
# show installed packages
Expand Down

0 comments on commit ec078b1

Please sign in to comment.