mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
22 lines
444 B
YAML
22 lines
444 B
YAML
# This file includes common url's / links.
|
|
matches:
|
|
# Github
|
|
- trigger: ":gh"
|
|
replace: "https://github.com"
|
|
|
|
# Personal Github
|
|
- trigger: ":git"
|
|
replace: "https://github.com/m-housh"
|
|
|
|
- trigger: ":pf"
|
|
replace: "https://pointfree.co"
|
|
|
|
# Youtube
|
|
- trigger: ":yt"
|
|
replace: "https://www.youtube.com/channel/UCb58SeURd5bObfTiL0KoliA"
|
|
|
|
# Discord
|
|
- trigger: ":discord"
|
|
replace: "https://discord.gg/W3p5GJfjry"
|
|
|