Skip to content

Instantly share code, notes, and snippets.

View beldaz's full-sized avatar

Bryn Jeffries beldaz

View GitHub Profile
@muendelezaji
muendelezaji / bash-to-zsh-hist.py
Created October 5, 2016 14:18 — forked from op/bash-history-to-zsh-history.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
@amyjko
amyjko / cer.md
Last active December 16, 2020 19:14