Add :website
to espanso
This commit is contained in:
parent
a6be7cabc4
commit
8deb363f76
|
@ -10,7 +10,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
|
|||
|
||||
### Added
|
||||
|
||||
* Add `:dotfiles` to espanso that links to my dotfiles repository on GitHub.
|
||||
* Add `:dotfiles` and `:website` matches to espanso.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -30,6 +30,10 @@ in
|
|||
trigger = ":dotfiles";
|
||||
replace = "https://github.com/opdavies/dotfiles";
|
||||
}
|
||||
{
|
||||
trigger = ":website";
|
||||
replace = "${baseUrl}";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue