Skip to content

Commit e77d752

Browse files
committed
justfile link: make discord host update work on mac + linux
Signed-off-by: clux <[email protected]>
1 parent 691ba77 commit e77d752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ link: fontguard && check
1919
# OS specific links
2020
ln -sf $PWD/config/alacritty/{{os()}}.toml config/alacritty/os.toml
2121
# key specific overrides
22-
lq -i '.SKIP_HOST_UPDATE=true' --input=json ~/.config/discord/settings.json
22+
lq -i '.SKIP_HOST_UPDATE=true' --input=json {{CONFIG_HOME}}/discord/settings.json
2323

2424
# font guard helper
2525
fontguard:

0 commit comments

Comments
 (0)