atuin/crates/atuin-dotfiles/src
Ellie Huxtable 0639ff4960
fix(dotfiles): allow clearing aliases, disable import (#1995)
* fix(dotfiles): allow clearing aliases, disable import

At the moment there are far too many edge cases to handle importing
aliases.

1. We need an interactive shell to print aliases. Without it, most
   shells won't report much.
2. Many people have their shells print things on startup (graphics,
   fortunes, etc). This could be detected as an attempt to set an alias.

 Rather than spend the next year finding import edge cases, I'm
 disabling it for now. There's probably a better way we can do this?

* clippy
2024-05-02 16:53:38 +01:00
..
shell feat(dotfiles): support syncing shell/env vars (#1977) 2024-04-25 07:52:23 +01:00
store feat(dotfiles): support syncing shell/env vars (#1977) 2024-04-25 07:52:23 +01:00
lib.rs chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
shell.rs fix(dotfiles): allow clearing aliases, disable import (#1995) 2024-05-02 16:53:38 +01:00
store.rs feat(dotfiles): support syncing shell/env vars (#1977) 2024-04-25 07:52:23 +01:00