my dotz
2
fork

Configure Feed

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

add pa extension

j3s cba8fdf2 356129b8

+15
+15
.env
··· 2 2 3 3 PS1='$(prompt) \$ ' 4 4 5 + # extend pa for git stuffs 6 + pa() { 7 + case $1 in 8 + g*) 9 + cd "${PA_DIR:=${XDG_DATA_HOME:=$HOME/.local/share}/pa}" 10 + shift 11 + git "$@" 12 + ;; 13 + 14 + *) 15 + command pa "$@" 16 + ;; 17 + esac 18 + } 19 + 5 20 # needed for sway 6 21 if test -z "${XDG_RUNTIME_DIR}"; then 7 22 export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir