Mercurial > ec-dotfiles
diff rc/hgrc @ 736:3281fed2e242
Use xdg (.config) path instead of top home directory
author | nanaya <me@nanaya.net> |
---|---|
date | Thu, 09 Jan 2025 03:13:02 +0900 |
parents | 6811226a75d9 |
children |
line wrap: on
line diff
--- a/rc/hgrc Thu Jan 09 00:59:04 2025 +0900 +++ b/rc/hgrc Thu Jan 09 03:13:02 2025 +0900 @@ -2,8 +2,8 @@ username = nanaya <me@nanaya.net> merge = vimdiff verbose = true -ignore = ~/.hgignore_global -ignore.local = ~/.hgignore_global.local +ignore = ~/.config/hg/ignore +ignore.local = ~/.config/hg/ignore.local [merge-tools] vimdiff.executable = vim @@ -47,4 +47,4 @@ status.unknown = blue bold status.ignored = black bold -%include ~/.hgrc.local +%include ~/.config/hg/hgrc.local