From e22e12c3472b6bf14c6c3e9c74bc3519e8929a38 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 1 May 2022 11:36:59 +0200 Subject: gpg2mutt: Adapt hardcoded path to be XDG compliant bin/gpg2mutt: Change the output file to be XDG_CONFIG_DIR compliant. --- bin/gpg2mutt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/gpg2mutt b/bin/gpg2mutt index d9db27b..18553c0 100755 --- a/bin/gpg2mutt +++ b/bin/gpg2mutt @@ -12,7 +12,7 @@ LANG= # Output file -output="$HOME/.mutt/gpg-auto.rc" +output="$HOME/.config/mutt/gpg-auto.rc" # if the file exists, delete it if [ -f "${output}" ]; then -- cgit v1.2.3-54-g00ecf