From: stoerdebegga <141717386+stoerdebegga@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:37:34 +0000 (+0000) Subject: adds support for $HOME/.tigrc (#354) X-Git-Tag: v0.2.0.2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/f5ba6163d35421724f0c250dc9b0e30366f60173?hp=219d9e37122d3e414cb1b55fee4cb33e18eb4705 adds support for $HOME/.tigrc (#354) Co-authored-by: stoerdebegga --- diff --git a/programs/tig.json b/programs/tig.json index a691a41..4c9c85d 100644 --- a/programs/tig.json +++ b/programs/tig.json @@ -5,6 +5,11 @@ "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" + } ] }