mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-24 15:20:32 +01:00
Fix ZSH import print
This commit is contained in:
parent
a31713b602
commit
62aafc3537
@ -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 New Issue
Block a user