aboutsummaryrefslogtreecommitdiff
path: root/compl/crypt.bash
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-12-22 16:21:39 +0100
committerFederico Angelilli <code@fedang.net>2023-12-22 16:21:39 +0100
commit227214b80f06a438710f2ce29efb3c9e0c24e410 (patch)
treea46071a3fe32d230d335b1b62065d670325f1fb7 /compl/crypt.bash
parent8f8367d5a52948a8032f72fef85358beff18bef7 (diff)
Update autocompletion scripts
Diffstat (limited to 'compl/crypt.bash')
-rwxr-xr-xcompl/crypt.bash2
1 files changed, 1 insertions, 1 deletions
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]}"