diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 23:10:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 23:10:53 +0800 |
commit | fadb9706c50894058d71738d4dfc508c6922ee9a (patch) | |
tree | 3fe6133f51318d5c805b2d0aa67c280513fd51fc /X11/rofi/pass.edit | |
parent | 017560127f259c05381d574df3cfcfafe025da99 (diff) |
Update
Diffstat (limited to 'X11/rofi/pass.edit')
-rwxr-xr-x | X11/rofi/pass.edit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/rofi/pass.edit b/X11/rofi/pass.edit index b5698fb..66fba6b 100755 --- a/X11/rofi/pass.edit +++ b/X11/rofi/pass.edit | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/bash |
2 | 2 | ||
3 | ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" | 3 | ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" |
4 | 4 | ||