From 8fb8af475ad1fb942ae65e737d3d4fc76479dbe4 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Mon, 17 Apr 2023 14:50:22 +0200 Subject: [PATCH] misc/pass: s/bash/zsh --- misc/pass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/pass b/misc/pass index a85f36b..e175943 100755 --- a/misc/pass +++ b/misc/pass @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/zsh source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh export PASSWORD_STORE_ENABLE_EXTENSIONS=true $(next-in-path pass $0) $@