Skip to content

Commit d2f388f

Browse files
authored
feat: add tip for bash history (#492)
1 parent 611b3c4 commit d2f388f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/bash.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"path": "$HOME/.bash_history",
3535
"movable": true,
36-
"help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n"
36+
"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"
3737
}
3838
],
3939
"name": "bash"

0 commit comments

Comments
 (0)