Skip to content

Instantly share code, notes, and snippets.

@vtsatskin
vtsatskin / tableFlip.theme
Last active August 29, 2015 14:25 — forked from dhuynh/tableFlip.theme
Table Flip oh-my-zsh theme
autoload -Uz vcs_info
autoload -U add-zsh-hook
add-zsh-hook precmd mtmdd_precmd
add-zsh-hook preexec mtmdd_preexec
# Table flip
typeset -A table;
table=(
flip "%{$fg[yellow]%}%? %{$fg[red]%}(╯°□°)╯︵ ┻━┻%{$reset_color%}"
upright "%{$fg[yellow]%}┳━┳ ~ ◞(◦_◦◞)%{$reset_color%}"
@vtsatskin
vtsatskin / Ubuntu rbenv
Created March 15, 2012 02:49 — forked from HatemMahmoud/Ubuntu rbenv
Installing Ruby 1.9.3 with OpenSSL on Ubuntu 11.04 using ruby-build and rbenv
# for more info: https://gist.github.com/1120938