mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added git expansions to espanso
This commit is contained in:
4
espanso/espanso/match/git.yml
Normal file
4
espanso/espanso/match/git.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
matches:
|
||||
- trigger: ":gcl"
|
||||
replace: "git clone"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user