X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/fa4be24f0ad41285c2d8dea8e343eb2296b8fa99..a964a4a4a9b2e34eb3f684f72f5c751c18b27348:/programs/git.json?ds=sidebyside diff --git a/programs/git.json b/programs/git.json index 697808c..62b6f46 100644 --- a/programs/git.json +++ b/programs/git.json @@ -4,12 +4,12 @@ { "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" } ] }