my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

make the pa thing auto-do-the-shit

j3s 0598a454 cba8fdf2

+5 -3
+5 -3
.env
··· 5 5 # extend pa for git stuffs 6 6 pa() { 7 7 case $1 in 8 - g*) 8 + g) 9 9 cd "${PA_DIR:=${XDG_DATA_HOME:=$HOME/.local/share}/pa}" 10 - shift 11 - git "$@" 10 + git pull 11 + git add --all 12 + git commit -m '*' 13 + git push 12 14 ;; 13 15 14 16 *)