diff options
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]}" |
