This file contains hidden or 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
{ | |
"version": 0, | |
"date": "2021-03-19 01:01:59", | |
"url": "chrome-extension://ogmnaimimemjmbakcfefmnahgdfhfami/", | |
"manifest": { | |
"author": "Alex Yatskov", | |
"background": { | |
"page": "background.html", | |
"persistent": true | |
}, |
This file contains hidden or 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' |