aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2022-10-10 14:02:53 +0100
committerGitHub <noreply@github.com>2022-10-10 14:02:53 +0100
commit62aafc353788c9d1de28411a0eaca111ee0253ea (patch)
treebb5722187adf07159bbbb764ba4b4991ac970472
parentBump debian from bullseye-20220822-slim to bullseye-20221004-slim (#551) (diff)
downloadatuin-62aafc353788c9d1de28411a0eaca111ee0253ea.zip
Fix ZSH import print
-rw-r--r--atuin-client/src/import/zsh.rs2
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();