From 62aafc353788c9d1de28411a0eaca111ee0253ea Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 10 Oct 2022 14:02:53 +0100 Subject: [PATCH] Fix ZSH import print --- atuin-client/src/import/zsh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();