small pixel drawing of a pufferfish dotfiles

make the pa thing auto-do-the-shit
j3s j3s@c3f.net
Thu, 04 Feb 2021 18:28:39 -0600
commit

0598a454f3e89d0fa0fa0caf08788cf6db5e81e8

parent

cba8fdf231bad6eae3439864945255051226cdc4

1 files changed, 5 insertions(+), 3 deletions(-)

jump to
M .env.env

@@ -5,10 +5,12 @@

# extend pa for git stuffs pa() { case $1 in - g*) + g) cd "${PA_DIR:=${XDG_DATA_HOME:=$HOME/.local/share}/pa}" - shift - git "$@" + git pull + git add --all + git commit -m '*' + git push ;; *)