From d020c815c121f7f28cfcf1419f94109851fdc422 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 25 Apr 2024 07:52:23 +0100 Subject: feat(dotfiles): support syncing shell/env vars (#1977) There's a bunch of duplication here! I'd also like to support syncing shell "snippets", aka just bits of shell config that don't fit into the structure here. Potentially special handling for PATH too. Rather than come up with some abstraction in the beginning, which inevitably will not fit future uses, I'm duplicating code _for now_. Once all the functionality is there, I can tidy things up and sort a proper abstraction out. Something in atuin-client for map/list style synced structures would probably work best. --- crates/atuin-dotfiles/src/store/alias.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 crates/atuin-dotfiles/src/store/alias.rs (limited to 'crates/atuin-dotfiles/src/store/alias.rs') diff --git a/crates/atuin-dotfiles/src/store/alias.rs b/crates/atuin-dotfiles/src/store/alias.rs new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/crates/atuin-dotfiles/src/store/alias.rs @@ -0,0 +1 @@ + -- cgit v1.3.1