Added git expansions to espanso

This commit is contained in:
2023-03-17 23:01:38 -04:00
parent 07d45dde36
commit d6e400ce67
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
matches:
- trigger: ":gcl"
replace: "git clone"

View File

@@ -1,6 +1,10 @@
# This file includes common url's / links.
matches:
# Github
# Github
- trigger: ":gh"
replace: "https://github.com"
# Personal Github
- trigger: ":git"
replace: "https://github.com/m-housh"