X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/82a8d3b99967f60b8d749c8d28132439f944bc33..931ce3b3f017f6426b859604684ea636ffcdfef8:/programs/git.json?ds=sidebyside diff --git a/programs/git.json b/programs/git.json index 697808c..7e61c2b 100644 --- a/programs/git.json +++ b/programs/git.json @@ -4,12 +4,22 @@ { "path": "$HOME/.gitconfig", "movable": true, - "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/config_.\n" + "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/config_.\n" }, { "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/credentials_.\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/.gitk", + "movable": true, + "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" } ] }