From: Sebastian Willenbrink Date: Mon, 16 May 2022 21:42:41 +0000 (+0200) Subject: Fix typo: moveable to movable X-Git-Tag: v0.2.0.0~55^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/ac241ce7615d5323603d7e5adbd71ec20f780ebd?ds=sidebyside Fix typo: moveable to movable --- diff --git a/programs/aria2.json b/programs/aria2.json index 62751d8..0d4d127 100644 --- a/programs/aria2.json +++ b/programs/aria2.json @@ -3,12 +3,12 @@ "files": [ { "path": "${HOME}/.aria2/dht.dat", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.aria2/dht.dat can be moved to ${XDG_CACHE_HOME}/aria2/dht.dat.\n" }, { "path": "${HOME}/.aria2/aria.conf", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.aria2/aria.conf can be moved to ${XDG_CONFIG_HOME}/aria2/aria2.conf.\n" } ] diff --git a/programs/bash.json b/programs/bash.json index 7b8feec..9f028da 100644 --- a/programs/bash.json +++ b/programs/bash.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.bash_history", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=${XDG_CACHE_HOME}/bash/history\n```\n" } ] diff --git a/programs/ccache.json b/programs/ccache.json index ea23af8..849449b 100644 --- a/programs/ccache.json +++ b/programs/ccache.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.ccache", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport CCACHE_DIR=${XDG_CACHE_HOME}/ccache\n```\n" } ] diff --git a/programs/chez.json b/programs/chez.json index 722e131..87325cb 100644 --- a/programs/chez.json +++ b/programs/chez.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.chezscheme_history", - "moveable": true, + "movable": true, "help": "Alias petite to use custom locations:\n\n```bash\nalias petite=petite --eehistory ${XDG_DATA_HOME}/chezscheme/history\nalias scheme=scheme --eehistory ${XDG_DATA_HOME}/chezscheme/history```\n" } ] diff --git a/programs/fontconfig.json b/programs/fontconfig.json index 396a6f6..db9f988 100644 --- a/programs/fontconfig.json +++ b/programs/fontconfig.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.fontconfig", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.fontconfig can be moved to ${XDG_DATA_HOME}/fontconfig.\n" } ] diff --git a/programs/fonts.json b/programs/fonts.json index 667f395..0fd2a9a 100644 --- a/programs/fonts.json +++ b/programs/fonts.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.fonts", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.fonts can be moved to ${XDG_DATA_HOME}/fonts.\n" } ] diff --git a/programs/gdb.json b/programs/gdb.json index f0898fc..5c579c2 100644 --- a/programs/gdb.json +++ b/programs/gdb.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.gdbinit", - "moveable": true, + "movable": true, "help": "Alias gdb to use custom locations:\n\n```bash\nalias gdb=gdb -n -x $XDG_CONFIG_HOME/gdb/init```\n" } ] diff --git a/programs/gem.json b/programs/gem.json index d926587..1d83483 100644 --- a/programs/gem.json +++ b/programs/gem.json @@ -3,17 +3,17 @@ "files": [ { "path": "${HOME}/.gem/ruby", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.gem/ruby can be moved to ${XDG_CONFIG_HOME}/gem.\n" }, { "path": "${HOME}/.gem", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport GEM_HOME=${XDG_DATA_HOME}/gem\n```\n" }, { "path": "${HOME}/.gem/specs", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport GEM_SPEC_CACHE=${XDG_CACHE_HOME}/gem\n```\n" } ] diff --git a/programs/httpie.json b/programs/httpie.json index 2237d48..e3c200e 100644 --- a/programs/httpie.json +++ b/programs/httpie.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.httpie", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.httpie can be moved to ${XDG_CONFIG_HOME}/httpie.\n" } ] diff --git a/programs/less.json b/programs/less.json index 2f0fb8b..4c073d4 100644 --- a/programs/less.json +++ b/programs/less.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.lesshst", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=${XDG_CACHE_HOME}/less/history\n```\n" } ] diff --git a/programs/lnav.json b/programs/lnav.json index 404e6ec..bb0013f 100644 --- a/programs/lnav.json +++ b/programs/lnav.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.lnav", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.lnav can be moved to ${XDG_CONFIG_HOME}/lnav.\n" } ] diff --git a/programs/mapscii.json b/programs/mapscii.json index 468034d..f9b69bd 100644 --- a/programs/mapscii.json +++ b/programs/mapscii.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.mapscii", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.mapscii can be moved to ${XDG_CACHE_HOME}/mapscii.\n" } ] diff --git a/programs/pex.json b/programs/pex.json index 69bb3be..7794b4c 100644 --- a/programs/pex.json +++ b/programs/pex.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.pex", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport PEX_ROOT=${XDG_CACHE_HOME}/pex\n```\n" } ] diff --git a/programs/pylint.json b/programs/pylint.json index 7f196d3..3e157fd 100644 --- a/programs/pylint.json +++ b/programs/pylint.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.pylint.d", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=${XDG_CACHE_HOME}/pylint\n```\n" } ] diff --git a/programs/qrcp.json b/programs/qrcp.json index ea76ddf..4d212d7 100644 --- a/programs/qrcp.json +++ b/programs/qrcp.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.qrcp", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.qrcp can be moved to ${XDG_CONFIG_HOME}/qrcp/config.json.\n" } ] diff --git a/programs/racket.json b/programs/racket.json index 430389f..71bdf71 100644 --- a/programs/racket.json +++ b/programs/racket.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.racket", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.racket can be moved to ${XDG_CONFIG_HOME}/racket.\n" } ] diff --git a/programs/tig.json b/programs/tig.json index 0d54273..6e7b38b 100644 --- a/programs/tig.json +++ b/programs/tig.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.tig_history", - "moveable": true, + "movable": true, "help": "Supported\n\nThe file ${HOME}/.tig_history can be moved to ${XDG_DATA_HOME}/tig/history.\n" } ] diff --git a/programs/weechat.json b/programs/weechat.json index d50e22e..3b4eb80 100644 --- a/programs/weechat.json +++ b/programs/weechat.json @@ -3,7 +3,7 @@ "files": [ { "path": "${HOME}/.weechat", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport WEECHAT_HOME=${XDG_CONFIG_HOME}/weechat\n```\nAlias weechat to use custom locations:\n\n```bash\nalias weechat=weechat -d ${XDG_CONFIG_HOME}/weechat```\n" } ] diff --git a/programs/xcompose.json b/programs/xcompose.json index 36d6b28..659a33a 100644 --- a/programs/xcompose.json +++ b/programs/xcompose.json @@ -3,12 +3,12 @@ "files": [ { "path": "${HOME}/.XCompose", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSEFILE=${XDG_CONFIG_HOME}/X11/xcompose\n```\n" }, { "path": "${HOME}/.compose-cache", - "moveable": true, + "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSECACHE=${XDG_CACHE_HOME}/X11/xcompose\n```\n" } ]