From 56fe6d0924e9b98e5cfa28131b54b7ac66048143 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Fri, 8 Mar 2024 11:42:44 +0100 Subject: Update INSTALL --- completion/crypt.bash | 1 + completion/crypt.zsh | 1 + 2 files changed, 2 insertions(+) (limited to 'completion') 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 -- cgit v1.2.3