Update README
Jes Olson j3s@c3f.net
Tue, 27 Dec 2022 23:14:52 -0800
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
README.md
→
README.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 "$@" ;;