diff options
| author | Federico Angelilli <code@fedang.net> | 2023-12-22 16:21:39 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-12-22 16:21:39 +0100 |
| commit | 227214b80f06a438710f2ce29efb3c9e0c24e410 (patch) | |
| tree | a46071a3fe32d230d335b1b62065d670325f1fb7 /compl/crypt.bash | |
| parent | 8f8367d5a52948a8032f72fef85358beff18bef7 (diff) | |
Update autocompletion scripts
Diffstat (limited to 'compl/crypt.bash')
| -rwxr-xr-x | compl/crypt.bash | 2 |
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]}" |
