diff --git a/src/_atach b/src/_atach index 5e88dab..a76ff36 100644 --- a/src/_atach +++ b/src/_atach @@ -69,3 +69,10 @@ esac return $ret +# 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 diff --git a/src/_cask b/src/_cask index 5fd1e1c..3cd4335 100644 --- a/src/_cask +++ b/src/_cask @@ -87,3 +87,11 @@ function _cask() { } _cask "$@" + +# 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 diff --git a/src/_hello b/src/_hello index e8dafdf..d828eb7 100644 --- a/src/_hello +++ b/src/_hello @@ -13,7 +13,16 @@ # # ------------------------------------------------------------------------------ -_arguments -s '(- *)'{-h,--help}'[display this help and exit]' \ +_arguments -s \ + '(- *)'{-h,--help}'[display this help and exit]' \ '(- *)'{-v,--version}'[display version information and exit]' \ {-t,--traditional}'[use traditional greeting]' \ {-g,--greeting=}'[use TEXT as the greeting message]:TEXT' + +# 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 diff --git a/src/_hledger b/src/_hledger index c8d975e..c1b79b5 100644 --- a/src/_hledger +++ b/src/_hledger @@ -284,3 +284,11 @@ while (( $#state )); do done return ret + +# 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 diff --git a/src/_kitchen b/src/_kitchen index 0d93917..5221c01 100644 --- a/src/_kitchen +++ b/src/_kitchen @@ -84,3 +84,11 @@ _kitchen_instances() { } _kitchen "$@" + +# 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 diff --git a/src/_middleman b/src/_middleman index ba2e98a..3e0a25a 100644 --- a/src/_middleman +++ b/src/_middleman @@ -154,3 +154,11 @@ case $state in esac return ret + +# 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 diff --git a/src/_mix b/src/_mix index aa11a17..bf343bb 100644 --- a/src/_mix +++ b/src/_mix @@ -238,3 +238,11 @@ case $state in esac ;; esac + +# 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 diff --git a/src/_mssh b/src/_mssh index 49b26d6..ab6ccad 100644 --- a/src/_mssh +++ b/src/_mssh @@ -106,3 +106,11 @@ _describe 'command' instances # Reference: # https://zsh.sourceforge.net/Doc/Release/Completion-System.html # https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org + +# 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 diff --git a/src/_neofetch b/src/_neofetch index df02bc0..9e62d46 100644 --- a/src/_neofetch +++ b/src/_neofetch @@ -144,3 +144,11 @@ local options=( ) _arguments $options "*::func_name:($func_names)" + +# 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 diff --git a/src/_setcap b/src/_setcap index 51b2a8a..9437941 100644 --- a/src/_setcap +++ b/src/_setcap @@ -121,10 +121,10 @@ _setcap_capabilities() { _setcap "$@" -# Local variables: +# Local Variables: # mode: Shell-Script # sh-indentation: 2 # indent-tabs-mode: nil # sh-basic-offset: 2 # End: -# ex: sw=2 ts=2 et filetype=sh +# vim: ft=zsh sw=2 ts=2 et diff --git a/src/_wg-quick b/src/_wg-quick index 8de17ce..95e1e07 100644 --- a/src/_wg-quick +++ b/src/_wg-quick @@ -23,3 +23,11 @@ local modes=('up\:"bring a wireguard interface up"'\ # 2: Complete interface with all .conf files in /etc/wireguard without the filename extension. _arguments "1:mode:((${modes}))"\ '2:interface:_path_files -W /etc/wireguard -g "*.conf(^/:r)"' + +# 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