Skip to content

Instantly share code, notes, and snippets.

View kendofriendo's full-sized avatar
😶‍🌫️
dead

kendofriendo kendofriendo

😶‍🌫️
dead
  • South Carolina
  • 06:00 (UTC -04:00)
View GitHub Profile
{
"version": 0,
"date": "2021-03-19 01:01:59",
"url": "chrome-extension://ogmnaimimemjmbakcfefmnahgdfhfami/",
"manifest": {
"author": "Alex Yatskov",
"background": {
"page": "background.html",
"persistent": true
},
@kendofriendo
kendofriendo / fish_abbreviations_ubuntu
Created December 4, 2020 22:29
Useful fish abbreviations for Ubuntu I've collected
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'