Skip to content

Instantly share code, notes, and snippets.

@wgirhad
Last active July 9, 2024 17:28
Show Gist options
  • Save wgirhad/47d2ed911ff7248ff56fc039193155e0 to your computer and use it in GitHub Desktop.
Save wgirhad/47d2ed911ff7248ff56fc039193155e0 to your computer and use it in GitHub Desktop.
Import bash history to zsh history
cat ~/.bash_history | awk '{print ": '`date +%s`':0;" $0}' >> ~/.zsh_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment