Skip to content

Instantly share code, notes, and snippets.

View sukhmeet555's full-sized avatar
🌱
I'm a plant

Sukhmeet Singh sukhmeet555

🌱
I'm a plant
View GitHub Profile
@sukhmeet555
sukhmeet555 / bash-to-zsh-hist.py
Created December 13, 2022 07:17 — 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