Skip to content

Instantly share code, notes, and snippets.

View 01farshad's full-sized avatar

Farahad 01farshad

View GitHub Profile
@01farshad
01farshad / bash-to-zsh-hist.py
Created July 2, 2019 03:43 — 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