🔧 Updated espanso/nvim configs

This commit is contained in:
z3rOR0ne 2025-03-30 13:55:57 -07:00
parent baf0b2b56a
commit e0ac133a41
5 changed files with 23 additions and 5 deletions

10
scripts/matrix Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
cat <<EOM
\$$
\left[\begin{array}{cc|c}
a & b & p \\
c & d & q \\
\end{array}\right]
\$$
EOM