X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/c80f3f88dc3dd768fb690d49a7ec4bfcb7cf4bc0..f245eba8d1bd8cb52d27dc47adbca585b99ed717:/programs/aria2.json diff --git a/programs/aria2.json b/programs/aria2.json index 62751d8..998873c 100644 --- a/programs/aria2.json +++ b/programs/aria2.json @@ -2,14 +2,14 @@ "name": "aria2_dir", "files": [ { - "path": "${HOME}/.aria2/dht.dat", - "moveable": true, - "help": "Supported\n\nThe file ${HOME}/.aria2/dht.dat can be moved to ${XDG_CACHE_HOME}/aria2/dht.dat.\n" + "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" }, { - "path": "${HOME}/.aria2/aria.conf", - "moveable": true, - "help": "Supported\n\nThe file ${HOME}/.aria2/aria.conf can be moved to ${XDG_CONFIG_HOME}/aria2/aria2.conf.\n" + "path": "$HOME/.aria2/aria2.conf", + "movable": true, + "help": "Supported\n\nThe file $HOME/.aria2/aria2.conf can be moved to $XDG_CONFIG_HOME/aria2/aria2.conf.\n" } ] }