From 7cf68bd616a491b78732ef6c9832f19165c05d46 Mon Sep 17 00:00:00 2001 From: stoerdebegga Date: Thu, 1 Feb 2024 12:07:36 +0100 Subject: [PATCH] adds support for $HOME/.tigrc --- programs/tig.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/programs/tig.json b/programs/tig.json index a691a413..4c9c85d0 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" + } ] }