Skip to content

Commit f5ba616

Browse files
authoredFeb 3, 2024··
adds support for $HOME/.tigrc (#354)
Co-authored-by: stoerdebegga <stoerdebegga@stoerdebegga.org>
1 parent 219d9e3 commit f5ba616

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎programs/tig.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"path": "$HOME/.tig_history",
66
"movable": true,
77
"help": "Supported\n\nThe file $HOME/.tig_history can be moved to $XDG_DATA_HOME/tig/history.\n"
8-
}
8+
},
9+
{
10+
"path": "$HOME/.tigrc",
11+
"movable": true,
12+
"help": "Supported\n\nThe file $HOME/.tigrc can be moved to $XDG_CONFIG/tig/config.\n"
13+
}
914
]
1015
}

0 commit comments

Comments
 (0)
Please sign in to comment.