]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
adds support for $HOME/.tigrc (#354) v0.2.0.2
authorstoerdebegga <141717386+stoerdebegga@users.noreply.github.com>
Sat, 3 Feb 2024 13:37:34 +0000 (13:37 +0000)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2024 13:37:34 +0000 (14:37 +0100)
Co-authored-by: stoerdebegga <stoerdebegga@stoerdebegga.org>
programs/tig.json

index a691a413ba7ceeecfbeed568f6fc00758d1013aa..4c9c85d02045287830a71810bb71cce14bd31711 100644 (file)
@@ -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"
+       }
     ]
 }