From d2f388f2962f7bc177360531b008233256f6d42d Mon Sep 17 00:00:00 2001 From: Kobu Date: Thu, 7 Aug 2025 12:18:45 +0200 Subject: [PATCH] feat: add tip for bash history (#492) --- programs/bash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3