Skip to content

Instantly share code, notes, and snippets.

View tiwiex's full-sized avatar

Taiwo Akinosho tiwiex

View GitHub Profile
@tiwiex
tiwiex / bash-to-zsh-hist.py
Created September 22, 2017 17:28 — forked from muendelezaji/bash-to-zsh-hist.py
Convert Bash history to Zsh history
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# This is how I used it:
# $ cat ~/.bash_history | python bash-to-zsh-hist.py >> ~/.zsh_history
import sys
import time