Fix ZSH import print

This commit is contained in:
Ellie Huxtable 2022-10-10 14:02:53 +01:00 committed by GitHub
parent a31713b602
commit 62aafc3537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();