diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2022-10-10 14:02:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-10 14:02:53 +0100 |
| commit | 62aafc353788c9d1de28411a0eaca111ee0253ea (patch) | |
| tree | bb5722187adf07159bbbb764ba4b4991ac970472 /atuin-client/src/import | |
| parent | Bump debian from bullseye-20220822-slim to bullseye-20221004-slim (#551) (diff) | |
| download | atuin-62aafc353788c9d1de28411a0eaca111ee0253ea.zip | |
Fix ZSH import print
Diffstat (limited to 'atuin-client/src/import')
| -rw-r--r-- | atuin-client/src/import/zsh.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/src/import/zsh.rs b/atuin-client/src/import/zsh.rs index 62e814d6..634ce9ae 100644 --- a/atuin-client/src/import/zsh.rs +++ b/atuin-client/src/import/zsh.rs @@ -39,7 +39,7 @@ fn default_histpath() -> Result<PathBuf> { #[async_trait] impl Importer for Zsh { - const NAME: &'static str = "bash"; + const NAME: &'static str = "zsh"; async fn new() -> Result<Self> { let mut bytes = Vec::new(); |
