Skip to content

Instantly share code, notes, and snippets.

View dhuynh's full-sized avatar

Duy Huynh dhuynh

View GitHub Profile
\begin{equation}
SE_{12} = mg\sin{\theta}
\end{equation}
\begin{equation}
SE_{22} = mg\cos{\theta}
\end{equation}
\begin{equation}
F_{11} = k_{11}r
@dhuynh
dhuynh / tableFlip.theme
Last active August 29, 2015 14:25
Table Flip
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%}"
caine "%{$fg[green]%}(⌐•_•)%{$reset_color%}"
)