Ellie Huxtable

Results 287 comments of Ellie Huxtable

Judging by the issue you've opened with webstorm, and that this doesn't occur in other terminals, I suspect it's just a webstorm problem. I haven't heard of anyone else having...

Hm that doesn't reproduce the issue for me 🤔 Is there a specific terminal or setup you're using?

Ah I see, got it. Thanks > This implies that when a user switches the locale by setting e.g. LANG, LC_CTYPE, or LC_ALL, all the environment variables need to be...

> However, it could be nice to show these if required Have you got an example use case for when you'd want a command like `ls` to be recorded, but...

Sounds good to me! I'd also really appreciate it if you could update the [docs](https://github.com/atuinsh/docs) with information on how to use this 🙏

> configuration in hardcoded $HOME > it is not possible to run atuin under a service user that does not have a home dir Neither of the above are quite...

Yep Nu is currently left out of this, implementation-wise https://github.com/atuinsh/atuin/blob/04f2c95617d8d5f1f9143fe1d9b1f71279232445/atuin/src/command/client/init.rs#L127 I'd love it if there's some sort of workaround we could do to make dynamic config work

What's the output of ``` ls -ld ~/.local/share/ ``` It sounds like that directory has some weird permissions setup

``` mkdir -p ~/.local/share ``` Should sort you out