Conrad Ludgate

Results 323 comments of Conrad Ludgate

I can't recreate using zsh (on MacOS). Can you confirm that if you repeat the steps without atuin it no longer happens??

Thanks for the really great detail! If it makes a huge difference, we could either have a custom index for unique commands, or we can have some custom data structure...

> > Right now you get the following: > > > > ``` > > $ atuin register .... > > Error: failed to register user > > > >...

We need some mechanism to get the command text at the very least. As far as I'm aware, nushell still doesn't have any mechanism to do this: https://github.com/ellie/atuin/pull/182#issuecomment-1115758238

All current integrations follow this model: ```sh pre-exec: # records the command and saves the command id export ATUIN_HISTORY_ID=$(atuin history start "$1") post-exec: # records the duration and the status...

Can you share some details about what device+shell worked and what didn't?

Ignorant question: I know very little about Nix. What's special about this compared to nixpkgs?

See https://github.com/ellie/atuin/blob/cd2a3ab7d553f5d909f0e9412a0b4140a0c695d4/docs/key-binding.md#key-binding

`#` prefix seems to work for me 🤔.

This might just be a quirk of the import script. Can you try it in a fresh terminal session to see if it shows up there?