password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 3dd14690c7c81ac80e32e942cf5976732faf0fb3
parent 1078f2514d579178d5df7042c6a790e9c9b731ad
Author: Dan Čermák <dcermak@suse.de>
Date:   Mon, 14 Jun 2021 23:03:48 +0200

Remove shebang from fish completion

Afaik fish shell completions don't need a shebang
(plus the script is not executable anyway)

Diffstat:
Msrc/completion/pass.fish-completion | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/completion/pass.fish-completion b/src/completion/pass.fish-completion @@ -1,5 +1,3 @@ -#!/usr/bin/env fish - # Copyright (C) 2012-2014 Dmitry Medvinsky <me@dmedvinsky.name>. All Rights Reserved. # This file is licensed under the GPLv2+. Please see COPYING for more information.