diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-10 13:01:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 13:01:48 +0100 |
| commit | 7ced31c354bdfb2e256de3ecc49bcc4f379f78af (patch) | |
| tree | 7ea1b639c40ef470a43cf82e8dae834b48285685 /atuin-common/src/lib.rs | |
| parent | chore(deps): bump lukemathwalker/cargo-chef (#1929) (diff) | |
| download | atuin-7ced31c354bdfb2e256de3ecc49bcc4f379f78af.zip | |
feat(dotfiles): add alias import (#1938)
* feat(dotfiles): add alias import
* things
* clippy clappy
Diffstat (limited to 'atuin-common/src/lib.rs')
| -rw-r--r-- | atuin-common/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-common/src/lib.rs b/atuin-common/src/lib.rs index d4513ee0..2d848f6f 100644 --- a/atuin-common/src/lib.rs +++ b/atuin-common/src/lib.rs @@ -54,4 +54,5 @@ macro_rules! new_uuid { pub mod api; pub mod record; +pub mod shell; pub mod utils; |
