🔧 Updated espanso config with python print

This commit is contained in:
z3rOR0ne 2023-09-10 18:40:11 -07:00
parent c5ca4027c5
commit 7dc1a555fb

View file

@ -178,6 +178,9 @@ matches:
- trigger: ";inc"
replace: "#include"
- trigger: ";pri"
replace: "print(' :=>', )"
- trigger: ";sh"
replace: "#!/usr/bin/env bash"