Skip to content

Instantly share code, notes, and snippets.

@nico-zck
nico-zck / bash-history-to-zsh-history.py
Last active March 10, 2021 08:15 — forked from op/bash-history-to-zsh-history.py
Bash history to Zsh history
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''simply copy to python command line and press enter.'''
import time
from os.path import expanduser
timestamp = None