Skip to content

Instantly share code, notes, and snippets.

View 04n0's full-sized avatar

04n0 04n0

  • BA, SK
View GitHub Profile
@04n0
04n0 / zsh_to_fish.py
Created June 3, 2017 17:44 — forked from dvdbng/zsh_to_fish.py
Migrate zsh history to fish
import os
import re
def zsh_to_fish(cmd):
return (cmd.replace('&&', '; and ')
.replace('||', '; or '))
def is_valid_fish(cmd):
@04n0
04n0 / tmux-cheatsheet.markdown
Created March 5, 2017 09:19 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname