X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/c80f3f88dc3dd768fb690d49a7ec4bfcb7cf4bc0..7b84d6d251233d0cfbc2ee36efbc6d1b961af474:/programs/tig.json diff --git a/programs/tig.json b/programs/tig.json index 0d54273..4c9c85d 100644 --- a/programs/tig.json +++ b/programs/tig.json @@ -2,9 +2,14 @@ "name": "tig", "files": [ { - "path": "${HOME}/.tig_history", - "moveable": true, - "help": "Supported\n\nThe file ${HOME}/.tig_history can be moved to ${XDG_DATA_HOME}/tig/history.\n" - } + "path": "$HOME/.tig_history", + "movable": true, + "help": "Supported\n\nThe file $HOME/.tig_history can be moved to $XDG_DATA_HOME/tig/history.\n" + }, + { + "path": "$HOME/.tigrc", + "movable": true, + "help": "Supported\n\nThe file $HOME/.tigrc can be moved to $XDG_CONFIG/tig/config.\n" + } ] }