diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-01-06 11:46:05 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-01-06 11:46:05 +0530 |
commit | 2a63eae854b6bffce228560b38303bed750b1aff (patch) | |
tree | 8bd9f24801bbf7b539f4ee4bbc3e01c97d548593 | |
parent | 3a51aba377f05e93b053a5cc693289ea157b4c44 (diff) | |
download | pw-master.tar.gz |
-rwxr-xr-x | pw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ add() { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | list() { | 53 | list() { |
54 | (cd "$PW_DIR"; find *.gpg) | 54 | (cd "$PW_DIR"; find *.gpg | awk -F '.gpg' '{ print $1 }' ) |
55 | } | 55 | } |
56 | 56 | ||
57 | del() { | 57 | del() { |