From 227214b80f06a438710f2ce29efb3c9e0c24e410 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Fri, 22 Dec 2023 16:21:39 +0100 Subject: Update autocompletion scripts --- compl/crypt.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compl/crypt.bash') diff --git a/compl/crypt.bash b/compl/crypt.bash index 8631050..3074ff5 100755 --- a/compl/crypt.bash +++ b/compl/crypt.bash @@ -5,7 +5,7 @@ _crypt() { COMPREPLY=() - local location="${CRYPT_LOCATION:-$HOME/.crypt}" + local location="${CRYPT_PATH:-$HOME/.crypt}" location="${location%/}/" local cur="${COMP_WORDS[COMP_CWORD]}" -- cgit v1.2.3