diff options
| author | Jamie Quigley <jamie@quigley.xyz> | 2021-05-08 17:29:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 17:29:46 +0100 |
| commit | bb086808b1461a586ca249e312d5122c7da3c9c6 (patch) | |
| tree | dfe2b1572d3cd276986def152d0f3edcb82396fe /atuin-client/src/import/mod.rs | |
| parent | Add homebrew install instructions (diff) | |
| download | atuin-bb086808b1461a586ca249e312d5122c7da3c9c6.zip | |
Add importer for resh_history file (#69)
* Added resh history importer
* Silence trivial clippy warnings for the PR CI
Diffstat (limited to 'atuin-client/src/import/mod.rs')
| -rw-r--r-- | atuin-client/src/import/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-client/src/import/mod.rs b/atuin-client/src/import/mod.rs index 3f8ea355..0b21d605 100644 --- a/atuin-client/src/import/mod.rs +++ b/atuin-client/src/import/mod.rs @@ -4,6 +4,7 @@ use std::io::{BufRead, BufReader, Seek, SeekFrom}; use eyre::Result; pub mod bash; +pub mod resh; pub mod zsh; // this could probably be sped up |
