Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adithya321/638d2b7bcf8b7b84d520039dcb890fd3 to your computer and use it in GitHub Desktop.
Save adithya321/638d2b7bcf8b7b84d520039dcb890fd3 to your computer and use it in GitHub Desktop.
{
cd ~
mv .zsh_history .zsh_history_bad
strings .zsh_history_bad > .zsh_history
fc -R .zsh_history
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment