Update espanso snippets
This commit is contained in:
parent
0b3301c53f
commit
8d617d5cea
|
@ -1,5 +1,5 @@
|
|||
let
|
||||
baseUrl = "https://www.oliverdavies.dev";
|
||||
baseUrl = "https://www.oliverdavies.uk";
|
||||
in
|
||||
{
|
||||
services.espanso = {
|
||||
|
@ -54,6 +54,14 @@ in
|
|||
trigger = ":lh";
|
||||
replace = "http://localhost";
|
||||
}
|
||||
{
|
||||
trigger = ":podcast";
|
||||
replace = "${baseUrl}/podcast";
|
||||
}
|
||||
{
|
||||
trigger = ":pricing";
|
||||
replace = "${baseUrl}/pricing";
|
||||
}
|
||||
{
|
||||
trigger = ":talks";
|
||||
replace = "${baseUrl}/talks";
|
||||
|
|
Loading…
Reference in a new issue