From: Kobu Date: Thu, 7 Aug 2025 10:18:45 +0000 (+0200) Subject: feat: add tip for bash history (#492) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/d2f388f2962f7bc177360531b008233256f6d42d?ds=sidebyside feat: add tip for bash history (#492) --- diff --git a/programs/bash.json b/programs/bash.json index 6b468cc..cf6e5fa 100644 --- a/programs/bash.json +++ b/programs/bash.json @@ -33,7 +33,7 @@ { "path": "$HOME/.bash_history", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n and create the exported file (it is not created automatically)\n" } ], "name": "bash"