Skip to content

Commit

Permalink
justfile link: make discord host update work on mac + linux
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jan 10, 2025
1 parent 691ba77 commit e77d752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ link: fontguard && check
# OS specific links
ln -sf $PWD/config/alacritty/{{os()}}.toml config/alacritty/os.toml
# key specific overrides
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

# font guard helper
fontguard:
Expand Down

0 comments on commit e77d752

Please sign in to comment.