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
I entered
echo \<NEWLINE>barinto my zsh terminal, and the resulting~/.zsh_historyentry contained the linesWith 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