This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%}" | |
) |