From 51fab9bfe21e35fc1f07f2aaa59672413eb1a028 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Wed, 17 Sep 2025 23:40:31 +0000 Subject: [PATCH] feat(minion): update espanso expansions Change-Id: urqmnqooxzwylxowxptmykpypkoqokst - As we've adopted josh, I've needed to type :work (the start of :workspace) a lot more than I was expecting - Coded often co-authors stuff with me and I'd like to type his credits easily - Speaking of which, I only made ways to add my own co-author credit but didn't make an easy way to type a blank trailer to credit someone else... - And finally, coded also uses the same companies email scheme, and I occasionally need to type his emails for administrative reasons... --- packetmix/homes/minion/espanso.nix | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/packetmix/homes/minion/espanso.nix b/packetmix/homes/minion/espanso.nix index a74a07bc..666776a5 100644 --- a/packetmix/homes/minion/espanso.nix +++ b/packetmix/homes/minion/espanso.nix @@ -13,10 +13,6 @@ trigger = ":syst"; replace = "sudo mount --bind /nix systemplate/nix"; } - { - trigger = ":work"; - replace = "Skyler Grey "; - } { trigger = "SJIC"; replace = "St John's Innovation Center"; @@ -89,10 +85,22 @@ regex = ''@(c\.|companies)''; replace = "@companies.starrysky.fyi"; } + { + regex = ''@:co(c\.|companies)''; + replace = "@companies.thecoded.prof"; + } { regex = ''sky@a(?P\s)''; replace = "sky@a.starrysky.fyi{{whitespace}}"; } + { + trigger = ":co: "; + replace = "Co-Authored-By: "; + } + { + trigger = ":co:coded"; + replace = "Co-Authored-By: Samuel Shuert "; + } { trigger = ":co:me"; replace = "Co-Authored-By: Skyler Grey "; -- 2.43.0