diff options
-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() { |