Created
December 4, 2020 22:29
-
-
Save kendofriendo/dfb697ef20beff7c728072a6871bdd2b to your computer and use it in GitHub Desktop.
Useful fish abbreviations for Ubuntu I've collected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abbr -a -U sai 'sudo apt install' | |
abbr -a -U sau | |
abbr -a -U sas 'sudo apt search' #sudo not actually needed, just aded for consistency | |
abbr -a -U sup | |
abbr -a -U adk 'sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment