Skip to content

Commit

Permalink
adds support for $HOME/.tigrc
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerdebegga committed Feb 1, 2024
1 parent c9f7b9d commit 7cf68bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion programs/tig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 7cf68bd

Please sign in to comment.