jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.29k stars 604 forks source link

.tigrc not loaded on Windows #1248

Closed wuxb45 closed 1 year ago

wuxb45 commented 1 year ago

I have .tigrc under C:\Users\.tigrc, right next to .gitconfig but tig does not seem to load the .tigrc. Is it supposed to be somewhere else?

koutcher commented 1 year ago

Tig is looking for ~/.tigrc and ~ is a synonym for HOME, maybe try to define HOME as %USERPROFILE%.

wuxb45 commented 1 year ago

@koutcher Thank you.