diff options
Diffstat (limited to 'completion')
| -rwxr-xr-x | completion/crypt.bash | 1 | ||||
| -rwxr-xr-x | completion/crypt.zsh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/completion/crypt.bash b/completion/crypt.bash index 3074ff5..8d2ae73 100755 --- a/completion/crypt.bash +++ b/completion/crypt.bash @@ -2,6 +2,7 @@ # # Copy to /usr/share/bash-completion/completions/crypt +# TODO: edit & other actions _crypt() { COMPREPLY=() diff --git a/completion/crypt.zsh b/completion/crypt.zsh index 3055baf..41f06c5 100755 --- a/completion/crypt.zsh +++ b/completion/crypt.zsh @@ -3,6 +3,7 @@ # copy to /usr/share/zsh/site-functions/_crypt +# TODO: edit & other actions _crypt() { local IFS=$'\n' local location |
