my dotz
2
fork

Configure Feed

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

Simplify if logix

j3s c11c896e c6629668

+1 -3
+1 -3
bin/pa
··· 69 69 70 70 "${EDITOR:-vi}" "$tmpfile" 71 71 72 - if [ ! -f "$tmpfile" ]; then 73 - die "New password not saved" 74 - fi 72 + [ -f "$tmpfile" ] || die "New password not saved" 75 73 76 74 rm "$name.age" 77 75 age -r "$pubkey" -o "$name.age" "$tmpfile"