small pixel drawing of a pufferfish pa

Update README
Jes Olson j3s@c3f.net
Tue, 27 Dec 2022 23:14:52 -0800
commit

a4c0427988b0cc752bf6ec69dfb2401450719d43

parent

7b16e8e5378fb5a427915fc47ebfb1bdcdc8409f

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -34,7 +34,7 @@

``` USAGE -pa 0.1.0 - age-based password manager +pa 0.1.1 - age-based password manager => [a]dd [name] - Create a new password, randomly generated => [d]el [name] - Delete a password entry. => [e]dit [name] - Edit a password entry with vim.

@@ -83,7 +83,7 @@ ```sh

pa() { case $1 in g*) - cd "${PA_DIR:=${XDG_DATA_HOME:=$HOME/.local/share}/pa}" + cd "${PA_DIR:=${XDG_DATA_HOME:=$HOME/.local/share}/pa/passwords}" shift git "$@" ;;