File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,14 @@ After installing, remember to restart your shell.
150150 bash-preexec currently has an issue where it will stop honoring ` ignorespace ` .
151151 While Atuin will ignore commands prefixed with whitespace, they may still end up in your bash history.
152152 Please check your configuration! All other shells do not have this issue.
153+
154+ To use Atuin in ` bash < 4 ` with bash-preexec, the option ` enter_accept ` needs
155+ to be turned on (which is so by default).
156+
157+ bash-preexec cannot properly invoke the ` preexec ` hook for subshell commands
158+ ` (...) ` , function definitions ` func() { ...; } ` , empty for-in-statements `for
159+ i in; do ...; done`, etc., so those commands and duration may not be recorded
160+ in the Atuin's history correctly.
153161 </Aside >
154162
155163 To use bash-preexec, download and initialize it
You can’t perform that action at this time.
0 commit comments