From 7dc1a555fbb4965a46337f74e38a6b6e856620f1 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 10 Sep 2023 18:40:11 -0700 Subject: [PATCH] :wrench: Updated espanso config with python print --- .config/espanso/match/base.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml index f7259d1a..75310c9c 100644 --- a/.config/espanso/match/base.yml +++ b/.config/espanso/match/base.yml @@ -178,6 +178,9 @@ matches: - trigger: ";inc" replace: "#include" + - trigger: ";pri" + replace: "print(' :=>', )" + - trigger: ";sh" replace: "#!/usr/bin/env bash"