Not quite sure why I did this, but I found it amid other wreckage on
crybaby.
###--------------------------------------------------------------------------
### Completion.
###--------------------------------------------------------------------------
### Completion.
-## Initialize the fancy completion machinery.
-autoload -Uz compinit
-compinit
-
## Contexts: :completion:FUNCTION:COMPLETER:COMMAND:ARGUMENT:TAG
zstyle ':completion:*' completer _expand _complete _ignored _approximate
zstyle ':completion:*' insert-unambiguous false
## Contexts: :completion:FUNCTION:COMPLETER:COMMAND:ARGUMENT:TAG
zstyle ':completion:*' completer _expand _complete _ignored _approximate
zstyle ':completion:*' insert-unambiguous false
zstyle ':completion:*' verbose false
zstyle ':completion:*:*:git*:*' verbose true
zstyle ':completion:*' verbose false
zstyle ':completion:*:*:git*:*' verbose true
+## Initialize the fancy completion machinery.
+autoload -Uz compinit
+compinit
+
_r () { words[1]=sudo; _normal; }
compdef _r rootly
compdef _ssh @
_r () { words[1]=sudo; _normal; }
compdef _r rootly
compdef _ssh @