Patrick Jackson
Patrick Jackson
Does this not work for you? It seems to work as you're expecting in `fish`, `zsh` and `bash`. `fish` shell is my default and it handles this just fine. A...
This is also discussed in #467, so it seems like other people had or are having the same issue.
We already don't log history in fish when in private mode, a similar change could be suggested for the other shells: https://github.com/atuinsh/atuin/blob/4096bb8d175170dd0bcc2918a4f733bc1d233cfd/atuin/src/shell/atuin.fish#L3-L7 It would be quite an easy change to...
> However, both READLINE_LINE and READLINE_POINT are filled with the right value. That is odd and surprising, since those are supposed to be filled with the command/cursor position. Did you...
It looks like there are three different projects following this to setup their own PPAs, and it would likely be useful to many more. Do you feel it would be...
Shouldn't it just be `bash` instead of `/bin/bash`? Bash doesn't necessarily have a required location, yes it's usually there but it's probably better to trust the users $PATH instead of...
If you haven't yet, you should look at #1417. I suggested exactly the feature in your PR, and I believe @ellie agreed that this is probably a good idea.
How are you exiting the interactive commands? If you open vim and then kill the terminal without exiting vim they won't get added. If that's not the problem, are you...
I think this is a good idea, but I'd suggest an alternate approach. `workspaces` is just a filter mode that doesn't always apply, so we should expose it to the...