Skip to content

Instantly share code, notes, and snippets.

View rbollet's full-sized avatar

Richard BOLLET rbollet

View GitHub Profile
@rbollet
rbollet / bash-to-zsh-hist.py
Created October 8, 2021 08:41 — 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