Skip to content

Instantly share code, notes, and snippets.

@tajnymag
Created November 7, 2017 12:32
Show Gist options
  • Save tajnymag/abff9807852fce96debac7bd79b17918 to your computer and use it in GitHub Desktop.
Save tajnymag/abff9807852fce96debac7bd79b17918 to your computer and use it in GitHub Desktop.
AptFixer pro Radka
sudo() { if [[ $@ == "apt remove" ]]; then command sudo apt purge; else command sudo "$@"; fi; }
apt() { if [[ $@ == "remove" ]]; then command apt purge; else command apt "$@"; fi; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment