Skip to content

Commit

Permalink
adds support for $HOME/.tigrc (#354)
Browse files Browse the repository at this point in the history
Co-authored-by: stoerdebegga <stoerdebegga@stoerdebegga.org>
  • Loading branch information
stoerdebegga and stoerdebegga committed Feb 3, 2024
1 parent 219d9e3 commit f5ba616
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 f5ba616

Please sign in to comment.