From d2098df0d46d88259d16e75d2ab83dd54939885c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 27 Jul 2020 16:54:13 +0200 Subject: [PATCH] Add espanso trigger for signature Signed-off-by: Severin Kaderli --- system/.config/espanso/default.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/system/.config/espanso/default.yml b/system/.config/espanso/default.yml index 8c7411f..b02c3f4 100644 --- a/system/.config/espanso/default.yml +++ b/system/.config/espanso/default.yml @@ -1,13 +1,4 @@ -# espanso configuration file - -# This is the default configuration file, change it as you like it -# You can refer to the official documentation: -# https://espanso.org/docs/ - -# Matches are the substitution rules, when you type the "trigger" string -# it gets replaced by the "replace" string. matches: - # Simple text replacement - trigger: ":mail" replace: "severin@kaderli.dev" @@ -18,4 +9,11 @@ matches: type: date params: format: "%F" + + - trigger: ":sig" + replace: | + Freundliche GrĂ¼sse + + Severin Kaderli + https://kaderli.dev ... \ No newline at end of file