Fix ZSH import print
This commit is contained in:
parent
a31713b602
commit
62aafc3537
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue