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