From fadb9706c50894058d71738d4dfc508c6922ee9a Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 28 Feb 2023 23:10:53 +0800 Subject: Update --- X11/rofi/pass.edit | 2 +- X11/rofi/pass.get | 2 +- X11/rofi/pass.rm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'X11') 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 @@ -#! /bin/sh +#! /bin/bash ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" diff --git a/X11/rofi/pass.get b/X11/rofi/pass.get index c250384..80dc0cc 100755 --- a/X11/rofi/pass.get +++ b/X11/rofi/pass.get @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash GENERATION_HINT="Generate with default config" diff --git a/X11/rofi/pass.rm b/X11/rofi/pass.rm index a407792..3a8bb10 100755 --- a/X11/rofi/pass.rm +++ b/X11/rofi/pass.rm @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" -- cgit v1.2.3-70-g09d2