From 692e96ce54521c0bb739a7981dcdfc55a471cfbb Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Tue, 19 Nov 2024 23:38:19 +0900 Subject: [PATCH] Add format information --- src/_age | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/_age b/src/_age index 0fd9c08..a7bfde7 100644 --- a/src/_age +++ b/src/_age @@ -26,3 +26,11 @@ _arguments \ '(-a --armor -d --decrypt)'{-a,--armor}'[Encrypt to an ASCII-only "armored" encoding]' \ '(-p --passphrase -d --decrypt)'{-p,--passphrase}'[Encrypt with a passphrase]' \ :INPUT:_files + +# Local Variables: +# mode: Shell-Script +# sh-indentation: 2 +# indent-tabs-mode: nil +# sh-basic-offset: 2 +# End: +# vim: ft=zsh sw=2 ts=2 et