Skip to content

zsh multiline import broken #98

@conradludgate

Description

@conradludgate

I entered echo \<NEWLINE>bar into my zsh terminal, and the resulting ~/.zsh_history entry contained the lines

: 1620636746:0;echo \\
bar

With two \ tokens. The current import isn't taking this into account. The command is saved with both \\ characters and is interpreted differently.

This possibly impacts bash import too.

Note, any new entries don't have this issue. This is only for import

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions