diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-16 07:57:32 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-16 07:57:32 -0300 |
commit | af4184c66437e774aeffb9e552df607ee5ea8afc (patch) | |
tree | a6054d359fbae20e52c6c5d21db988ff9b641f96 /plugins/shortcuts | |
parent | 8a091dd1bff59bc7baa53da59666e2a5baece943 (diff) |
tweaks personal usage
Diffstat (limited to 'plugins/shortcuts')
-rw-r--r-- | plugins/shortcuts/shortcuts.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/shortcuts/shortcuts.c b/plugins/shortcuts/shortcuts.c index 369768a..4b41c1c 100644 --- a/plugins/shortcuts/shortcuts.c +++ b/plugins/shortcuts/shortcuts.c @@ -32,6 +32,7 @@ int shortcut_expand(const char* uri, char* output) char* shortcuts[] = { "!x", + "!blog", "!fnf", "!fnc", "!hn", @@ -39,7 +40,8 @@ int shortcut_expand(const char* uri, char* output) }; char* expansions[] = { - "https://twitter.com" + "https://twitter.com", + "https://nunosempere.com/blog", "https://forum.nunosempere.com/frontpage", "https://forum.nunosempere.com/comments", "https://news.ycombinator.com", |