We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691ba77 commit e77d752Copy full SHA for e77d752
justfile
@@ -19,7 +19,7 @@ link: fontguard && check
19
# OS specific links
20
ln -sf $PWD/config/alacritty/{{os()}}.toml config/alacritty/os.toml
21
# key specific overrides
22
- lq -i '.SKIP_HOST_UPDATE=true' --input=json ~/.config/discord/settings.json
+ lq -i '.SKIP_HOST_UPDATE=true' --input=json {{CONFIG_HOME}}/discord/settings.json
23
24
# font guard helper
25
fontguard:
0 commit comments