X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/6bf757b82aa2bf4bb9f18b4bebe996cc311b679d..d72f78ca883440fe6fe2829bef12fe8567e5ed9a:/programs/fontconfig.json?ds=sidebyside diff --git a/programs/fontconfig.json b/programs/fontconfig.json index 9233b26..2edc7aa 100644 --- a/programs/fontconfig.json +++ b/programs/fontconfig.json @@ -2,14 +2,14 @@ "name": "fontconfig", "files": [ { - "path": "${HOME}/.fontconfig", + "path": "$HOME/.fontconfig", "movable": true, - "help": "Supported\n\nThe file ${HOME}/.fontconfig can be moved to ${XDG_DATA_HOME}/fontconfig.\n" + "help": "Supported\n\nThe file $HOME/.fontconfig can be moved to $XDG_DATA_HOME/fontconfig.\n" }, { - "path": "${HOME}/.fonts.conf", + "path": "$HOME/.fonts.conf", "movable": true, - "help": "Supported\n\nThe file ${HOME}/.fonts.conf can be moved to ${XDG_DATA_HOME}/fontconfig/fonts.conf.\n" + "help": "Supported\n\nThe file $HOME/.fonts.conf can be moved to $XDG_DATA_HOME/fontconfig/fonts.conf.\n" } ] }