diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2020-10-05 17:20:48 +0100 |
|---|---|---|
| committer | Conrad Ludgate <conradludgate@gmail.com> | 2020-10-05 17:20:48 +0100 |
| commit | 28287a63031ec44fdda0eea99d757a7047df5a41 (patch) | |
| tree | 67b2b73507f7ccceea100e333c47c651636c7fba /src/local/mod.rs | |
| parent | Merge pull request #1 from conradludgate/main (diff) | |
| download | atuin-28287a63031ec44fdda0eea99d757a7047df5a41.zip | |
feat: use directories project data dir
chore: clean up some things
Diffstat (limited to 'src/local/mod.rs')
| -rw-r--r-- | src/local/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/mod.rs b/src/local/mod.rs index 8854aa8e..f587d016 100644 --- a/src/local/mod.rs +++ b/src/local/mod.rs @@ -1,2 +1,2 @@ -pub mod history; pub mod database; +pub mod history; |
