X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/7dfed3786b142573ed25383575bd404b52a0ca70..02ff70e39c25318db855afcd450f280ded900b4e:/programs/git.json?ds=sidebyside diff --git a/programs/git.json b/programs/git.json index 61a41bd..2144edf 100644 --- a/programs/git.json +++ b/programs/git.json @@ -4,17 +4,17 @@ { "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/.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" + "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/ignore_.\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" } ] }