]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/gem.json
Add Boto help (#452)
[xdg-ninja.git] / programs / gem.json
1 {
2 "name": "gem",
3 "files": [
4 {
5 "path": "$HOME/.gem",
6 "movable": true,
7 "help": "Supported by default.\n\nNewer versions of directories automatically create directories at correct locations, so this can safely be deleted (after moving your configuration files).\n"
8 },
9 {
10 "path": "$HOME/.gem/gemrc",
11 "movable": true,
12 "help": "Supported by default.\n\nYou can move the file to _$XDG_CONFIG_HOME/gem/gemrc_.\n"
13 },
14 {
15 "path": "$HOME/.gem/irbrc",
16 "movable": true,
17 "help": "Supported by default.\n\nYou can move the file to _$XDG_CONFIG_HOME/irb/irbrc_.\n"
18 }
19 ]
20 }