/fish-history-to-zsh

Migrate the Fish shell history to Zsh history format

Primary LanguageJavaScript

Fish shell history ==> Zsh history

Migrating from Fish shell to Zsh? Need your history? Just convert it to the correct format.

Clone it, install NPM dependencies (nvm use && npm i) and...

node index.js > ~/.zsh_history

to append it to your .zsh_history.

Have fun!