mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
32 lines
686 B
YAML
32 lines
686 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"
|
|
|
|
- trigger: ":gpf"
|
|
replace: "https://github.com/pointfreeco"
|
|
|
|
- trigger: ":tca"
|
|
replace: "https://github.com/pointfreeco/swift-composable-architecture"
|
|
|
|
# Youtube
|
|
- trigger: ":yt"
|
|
replace: "https://www.youtube.com/channel/UCb58SeURd5bObfTiL0KoliA"
|
|
|
|
# Discord
|
|
- trigger: ":discord"
|
|
replace: "https://discord.gg/W3p5GJfjry"
|
|
|
|
# TruTechTools
|
|
- trigger: ":ttt"
|
|
replace: "https://trutechtools.com"
|
|
|