Patrick Jackson
Patrick Jackson
Can you clarify what you are asking about/for? Atuin doesn't modify the C-j shortcut in zsh, see: https://github.com/ellie/atuin/blob/f93da455a354f019213315d93bd204a87245b928/src/shell/atuin.zsh#L54-L58
This is likely the oft-referenced bug with bash-preexec. The main branch has a potential fix if you can update to that. See #1750 If you're not using bash and bash-preexec...
1. Are you referring to commands you have in your history from before you started using Atuin? And if so, did you [import](https://docs.atuin.sh/reference/import/) the history from zsh? 2. How are...
Interesting, they show up for me using either bash or zsh. What's your environment like? Note that the whole command is what will be in history, `(cd x; mycommand)`, and...
Yep, discussed here as well: #977 I think it's reasonable to add it, it's come up several times and it's a very confusing breakage. The problem is we'd need to...
> One could check, whether the spaces are between matching quotes, but that adds additional processing overhead. Actually, this would only be a single pass over the command (except in...
@adranchuk 'fc' doesn't trigger the pre-/post- execution triggers that atuin relies on to log the commands, so it of course won't work. You didn't mention which shell you're using, but...
Just to clarify too, `fc` is a shell builtin of bash and zsh that modifies their history. Atuin's history is explicitly stored separately.
(I noticed the ping here so I will chime in with my very old context. It's mentioned above that I'm the most 'senior' maintainer but I have not been active...
Sorry for the delay, been a bit busy lately. Updated the docs with a description of how to manually install. I will loop back around and update the nix instructions...