diff --git a/atuin-client/src/import/zsh.rs b/atuin-client/src/import/zsh.rs index 62e814d..634ce9a 100644 --- a/atuin-client/src/import/zsh.rs +++ b/atuin-client/src/import/zsh.rs @@ -39,7 +39,7 @@ fn default_histpath() -> Result { #[async_trait] impl Importer for Zsh { - const NAME: &'static str = "bash"; + const NAME: &'static str = "zsh"; async fn new() -> Result { let mut bytes = Vec::new();