X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/89ed0fd2756b4b54b0afc0741db5ee46f097a48b..b6994d112af7299d4246589291cbb13c8feb2b6e:/programs/aria2.json diff --git a/programs/aria2.json b/programs/aria2.json index 0d4d127..998873c 100644 --- a/programs/aria2.json +++ b/programs/aria2.json @@ -2,14 +2,14 @@ "name": "aria2_dir", "files": [ { - "path": "${HOME}/.aria2/dht.dat", + "path": "$HOME/.aria2/dht.dat", "movable": true, - "help": "Supported\n\nThe file ${HOME}/.aria2/dht.dat can be moved to ${XDG_CACHE_HOME}/aria2/dht.dat.\n" + "help": "Supported\n\nThe file $HOME/.aria2/dht.dat can be moved to $XDG_CACHE_HOME/aria2/dht.dat.\n" }, { - "path": "${HOME}/.aria2/aria.conf", + "path": "$HOME/.aria2/aria2.conf", "movable": true, - "help": "Supported\n\nThe file ${HOME}/.aria2/aria.conf can be moved to ${XDG_CONFIG_HOME}/aria2/aria2.conf.\n" + "help": "Supported\n\nThe file $HOME/.aria2/aria2.conf can be moved to $XDG_CONFIG_HOME/aria2/aria2.conf.\n" } ] }