From: Nicolas Graves Date: Fri, 18 Aug 2023 07:06:02 +0000 (+0200) Subject: Add guile. X-Git-Tag: v0.2.0.2~31^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/b291379e0599dfe30151195212f41c0f83f5b269 Add guile. --- diff --git a/programs/guile.json b/programs/guile.json new file mode 100644 index 0000000..80bdad3 --- /dev/null +++ b/programs/guile.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.guile_history", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport GUILE_HISTORY=\"$XDG_STATE_HOME\"/guile_history\n```\n" + } + ], + "name": "guile" +}