X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/4f9fda493af509f0d07182f1e1f717c310fde4e0..854929e5413e8d2cf84e90c5cc3ccb0188ab5d22:/programs/git.json?ds=sidebyside diff --git a/programs/git.json b/programs/git.json index 2144edf..7e61c2b 100644 --- a/programs/git.json +++ b/programs/git.json @@ -7,14 +7,19 @@ "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/config_.\n" }, { - "path": "$HOME/.gitignore", + "path": "$HOME/.git-credentials", "movable": true, - "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/ignore_.\n" + "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/credentials_.\n" }, { - "path": "$HOME/.git-credentials", + "path": "$HOME/.gitk", "movable": true, - "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/credentials_.\n" + "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/gitk_.\n" + }, + { + "path": "$HOME/.gitignore", + "movable": true, + "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/ignore_.\n" } ] }