Skip to content

Instantly share code, notes, and snippets.

@lynndylanhurley
Created May 4, 2015 19:20
Show Gist options
  • Save lynndylanhurley/4b7b87f65937379eb7a0 to your computer and use it in GitHub Desktop.
Save lynndylanhurley/4b7b87f65937379eb7a0 to your computer and use it in GitHub Desktop.
# system-wide environment settings for zsh(1)
if [ -x /usr/libexec/path_helper ]; then
eval `/usr/libexec/path_helper -s`
fi
+/etc/zshenv:2> [ -x /usr/libexec/path_helper ']'
+/etc/zshenv:3> /usr/libexec/path_helper -s
+/etc/zshenv:3> eval 'PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/";' export 'PATH;'
+(eval):1> PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/
+(eval):1> export PATH
if [ "$TMUX" ] || [ ! $ZSHRC_LOADED ] || [ "$NVIM_LISTEN_ADDRESS" ]
then
# os x specifics
case "$(uname -s)" in
Darwin)
export PATH=$HOME/tools/bin:$HOME/bin:/usr/local/share/npm/bin:$PATH
# system stuff
export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin
# cairo (node sprite generation)
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/X11/lib/pkgconfig
#adt
export PATH=/opt/adt-bundle-mac-x86_64/sdk/tools:$PATH
# npm hack
export PATH=`npm config get prefix`/bin:$PATH
export PATH=node_modules/.bin:$PATH
export NODE_PATH=$NODE_PATH:/usr/local/lib/node_modules
# rbenv
export PATH=$RBENV_ROOT/.rbenv/bin:$PATH
eval "$(rbenv init -)"
# adobe font tools
# Initialization for FDK command line tools.Mon Feb 4 10:57:24 2013
export FDK_EXE="/Users/lynnhurley/bin/FDK/Tools/osx"
export PATH=$PATH:"/Users/lynnhurley/bin/FDK/Tools/osx"
# supercollider
export PATH=$PATH:"/Applications/SuperCollider/SuperCollider.app/Contents/Resources/"
# for datomic + clojure stuff
#export JAVA_HOME=`/usr/libexec/java_home -v 1.7`
#export PATH=$JAVA_HOME:$PATH
export LEIN_JAVA_CMD=drip
# increase concurrent open file limit
ulimit -n 9999
# nginx needs to bind to port 80 so must run as /Library/LaunchDaemon with sudo
alias start-nginx='sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.nginx.plist'
alias stop-nginx='sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.nginx.plist'
esac
vim()
{
# Save current stty options
#local STTY_OPTS="$(stty -g)"
# Disable intercepting of ctrl-s and ctrl-q as flow control
#stty stop '' -ixoff -ixon
#stty stop undef
#stty start undef
# execute nvim
vim_command "$@"
# Restore saved stty options
#stty "$STTYOPTS"
}
vim_command()
{
if (( $+commands[reattach-to-user-namespace] )); then
# see: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
command reattach-to-user-namespace nvim "$@"
else
command nvim "$@"
fi
}
# testing xxx
# pythonbrew
#[[ -s $HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pythonbrew/etc/bashrc
# calm.ly
export TUNNEL_PORT=3010
# tmuxinator
export EDITOR=nvim
export TERM=screen-256color
[ -f ~/bin/tmuxinator.zsh ] && source ~/bin/tmuxinator.zsh
# golang
export GOROOT=/usr/local/go
export GOBIN=$GOROOT/bin
export GOPATH=$HOME/gocode
export PATH=$GOPATH/bin:$GOBIN:$PATH
export ZSHRC_LOADED=true
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
# antigen
[ -f ~/.antigen/antigen.zsh ] && source ~/.antigen/antigen.zsh
# main repo (robyrussel)
antigen use oh-my-zsh
# mainline plugins
#antigen bundle git
#antigen bundle github
#antigen bundle heroku
#antigen bundle pip
#antigen bundle lein
#antigen bundle command-not-found
#antigen bundle ruby
#antigen bundle bundler
#antigen bundle rails
#antigen bundle osx
#antigen bundle redis-cli
#antigen bundle vagrant
#antigen bundle brew
#antigen bundle tmux
#antigen bundle tmuxinator
#antigen bundle bower
#antigen bundle coffee
#antigen bundle cp
#antigen bundle gem
#antigen bundle colorize
#antigen bundle heroku
#antigen bundle node
#antigen bundle pow
#antigen bundle powder
#antigen bundle rake
#antigen bundle themes
#antigen bundle sindresorhus/pure
# external
#antigen bundle zsh-users/zsh-syntax-highlighting
#antigen bundle zsh-users/zsh-completions
# themes
#antigen theme pure
# finalize antigen
antigen apply
#autoload -U promptinit && promptinit
#prompt pure
# go zsh support
[ -f /usr/local/go/misc/zsh/go ] && source /usr/local/go/misc/zsh/go
fi
+/Users/lynn/.zshrc:1> [ '' ']'
+/Users/lynn/.zshrc:1> [ '!' true ']'
+/Users/lynn/.zshrc:1> [ /var/folders/97/c8g_km3n4r7dlj1xbfb22m7h0000gp/T/nvim4OY3Ow/0 ']'
+/Users/lynn/.zshrc:4> uname -s
+/Users/lynn/.zshrc:4> case Darwin (Darwin)
+/Users/lynn/.zshrc:6> export 'PATH=/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/'
+/Users/lynn/.zshrc:9> export 'PATH=/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin'
+/Users/lynn/.zshrc:12> export 'PKG_CONFIG_PATH=:/opt/X11/lib/pkgconfig:/opt/X11/lib/pkgconfig:/opt/X11/lib/pkgconfig:/opt/X11/lib/pkgconfig:/opt/X11/lib/pkgconfig'
+/Users/lynn/.zshrc:15> export 'PATH=/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin'
+/Users/lynn/.zshrc:18> npm config get prefix
+/Users/lynn/.zshrc:18> export 'PATH=/usr/local/bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin'
+/Users/lynn/.zshrc:19> export 'PATH=node_modules/.bin:/usr/local/bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin'
+/Users/lynn/.zshrc:20> export 'NODE_PATH=:/usr/local/lib/node_modules:/usr/local/lib/node_modules:/usr/local/lib/node_modules:/usr/local/lib/node_modules:/usr/local/lib/node_modules'
+/Users/lynn/.zshrc:23> export 'PATH=/.rbenv/bin:node_modules/.bin:/usr/local/bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin'
+/Users/lynn/.zshrc:24> rbenv init -
+/Users/lynn/.zshrc:24> eval 'export PATH="/Users/lynn/.rbenv/shims:${PATH}"
source "/usr/local/Cellar/rbenv/0.4.0/libexec/../completions/rbenv.zsh"
rbenv rehash 2>/dev/null
rbenv() {
typeset command
command="$1"
if [ "$#" -gt 0 ]; then
shift
fi
case "$command" in
rehash|shell)
eval `rbenv "sh-$command" "$@"`;;
*)
command rbenv "$command" "$@";;
esac
}'
+(eval):1> export 'PATH=/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/usr/local/bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin'
+(eval):2> source /usr/local/Cellar/rbenv/0.4.0/libexec/../completions/rbenv.zsh
if [[ ! -o interactive ]]; then
return
fi
+/usr/local/Cellar/rbenv/0.4.0/libexec/../completions/rbenv.zsh:1> [[ ! -o interactive ]]
compctl -K _rbenv rbenv
+/usr/local/Cellar/rbenv/0.4.0/libexec/../completions/rbenv.zsh:5> compctl -K _rbenv rbenv
_rbenv() {
local words completions
read -cA words
if [ "${#words}" -eq 2 ]; then
completions="$(rbenv commands)"
else
completions="$(rbenv completions ${words[2,-1]})"
fi
reply=("${(ps:\n:)completions}")
}
+(eval):3> rbenv rehash
+/Users/lynn/.zshrc:28> export 'FDK_EXE=/Users/lynnhurley/bin/FDK/Tools/osx'
+/Users/lynn/.zshrc:29> export 'PATH=/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/usr/local/bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx'
+/Users/lynn/.zshrc:32> export 'PATH=/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/usr/local/bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/'
+/Users/lynn/.zshrc:37> export 'LEIN_JAVA_CMD=drip'
+/Users/lynn/.zshrc:40> ulimit -n 9999
+/Users/lynn/.zshrc:43> alias 'start-nginx=sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.nginx.plist'
+/Users/lynn/.zshrc:44> alias 'stop-nginx=sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.nginx.plist'
+/Users/lynn/.zshrc:80> export 'TUNNEL_PORT=3010'
+/Users/lynn/.zshrc:83> export 'EDITOR=nvim'
+/Users/lynn/.zshrc:84> export 'TERM=screen-256color'
+/Users/lynn/.zshrc:86> [ -f /Users/lynn/bin/tmuxinator.zsh ']'
+/Users/lynn/.zshrc:89> export 'GOROOT=/usr/local/go'
+/Users/lynn/.zshrc:90> export 'GOBIN=/usr/local/go/bin'
+/Users/lynn/.zshrc:91> export 'GOPATH=/Users/lynn/gocode'
+/Users/lynn/.zshrc:92> export 'PATH=/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/usr/local/bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/'
+/Users/lynn/.zshrc:94> export 'ZSHRC_LOADED=true'
+/Users/lynn/.zshrc:97> export 'PATH=/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/usr/local/bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/lynn/gocode/bin:/usr/local/go/bin:/Users/lynn/.rbenv/shims:/.rbenv/bin:node_modules/.bin:/opt/adt-bundle-mac-x86_64/sdk/tools:/Users/lynn/tools/bin:/Users/lynn/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/Users/lynnhurley/bin/FDK/Tools/osx:/Applications/SuperCollider/SuperCollider.app/Contents/Resources/'
+/Users/lynn/.zshrc:100> [ -f /Users/lynn/.antigen/antigen.zsh ']'
+/Users/lynn/.zshrc:100> source /Users/lynn/.antigen/antigen.zsh
# Antigen: A simple plugin manager for zsh
# Authors: Shrikant Sharat Kandula
# and Contributors <https://github.com/zsh-users/antigen/contributors>
# Homepage: http://antigen.sharats.me
# License: MIT License <mitl.sharats.me>
# Each line in this string has the following entries separated by a space
# character.
# <repo-url>, <plugin-location>, <bundle-type>, <has-local-clone>
# FIXME: Is not kept local by zsh!
local _ANTIGEN_BUNDLE_RECORD=""
+/Users/lynn/.antigen/antigen.zsh:11> local '_ANTIGEN_BUNDLE_RECORD='
local _ANTIGEN_INSTALL_DIR="$(cd "$(dirname "$0")" && pwd)"
+/Users/lynn/.antigen/antigen.zsh:12> dirname /Users/lynn/.antigen/antigen.zsh
+/Users/lynn/.antigen/antigen.zsh:12> cd /Users/lynn/.antigen
+/Users/lynn/.antigen/antigen.zsh:12> pwd
+/Users/lynn/.antigen/antigen.zsh:12> local '_ANTIGEN_INSTALL_DIR=/Users/lynn/.antigen'
# Used to defer compinit/compdef
typeset -a __deferred_compdefs
+/Users/lynn/.antigen/antigen.zsh:15> typeset -a __deferred_compdefs
compdef () { __deferred_compdefs=($__deferred_compdefs "$*") }
# Syntaxes
# antigen-bundle <url> [<loc>=/]
# Keyword only arguments:
# branch - The branch of the repo to use for this bundle.
antigen-bundle () {
# Bundle spec arguments' default values.
local url="$ANTIGEN_DEFAULT_REPO_URL"
local loc=/
local branch=
local no_local_clone=false
local btype=plugin
# Parse the given arguments. (Will overwrite the above values).
eval "$(-antigen-parse-args \
'url?, loc? ; branch:?, no-local-clone?, btype:?' \
"$@")"
# Check if url is just the plugin name. Super short syntax.
if [[ "$url" != */* ]]; then
loc="plugins/$url"
url="$ANTIGEN_DEFAULT_REPO_URL"
fi
# Resolve the url.
url="$(-antigen-resolve-bundle-url "$url")"
# Add the branch information to the url.
if [[ ! -z $branch ]]; then
url="$url|$branch"
fi
# The `make_local_clone` variable better represents whether there should be
# a local clone made. For cloning to be avoided, firstly, the `$url` should
# be an absolute local path and `$branch` should be empty. In addition to
# these two conditions, either the `--no-local-clone` option should be
# given, or `$url` should not a git repo.
local make_local_clone=true
if [[ $url == /* && -z $branch &&
( $no_local_clone == true || ! -d $url/.git ) ]]; then
make_local_clone=false
fi
# Add the theme extension to `loc`, if this is a theme.
if [[ $btype == theme && $loc != *.zsh-theme ]]; then
loc="$loc.zsh-theme"
fi
# Add it to the record.
_ANTIGEN_BUNDLE_RECORD="$_ANTIGEN_BUNDLE_RECORD\n$url $loc $btype"
_ANTIGEN_BUNDLE_RECORD="$_ANTIGEN_BUNDLE_RECORD $make_local_clone"
# Ensure a clone exists for this repo, if needed.
if $make_local_clone; then
-antigen-ensure-repo "$url"
fi
# Load the plugin.
-antigen-load "$url" "$loc" "$make_local_clone"
}
-antigen-resolve-bundle-url () {
# Given an acceptable short/full form of a bundle's repo url, this function
# echoes the full form of the repo's clone url.
local url="$1"
# Expand short github url syntax: `username/reponame`.
if [[ $url != git://* &&
$url != https://* &&
$url != http://* &&
$url != ssh://* &&
$url != /* &&
$url != git@github.com:*/*
]]; then
url="https://github.com/${url%.git}.git"
fi
echo "$url"
}
antigen-bundles () {
# Bulk add many bundles at one go. Empty lines and lines starting with a `#`
# are ignored. Everything else is given to `antigen-bundle` as is, no
# quoting rules applied.
local line
grep '^[[:space:]]*[^[:space:]#]' | while read line; do
# Using `eval` so that we can use the shell-style quoting in each line
# piped to `antigen-bundles`.
eval "antigen-bundle $line"
done
}
antigen-update () {
# Update your bundles, i.e., `git pull` in all the plugin repos.
date > $ADOTDIR/revert-info
-antigen-echo-record |
awk '$4 == "true" {print $1}' |
sort -u |
while read url; do
echo "**** Pulling $url"
local clone_dir="$(-antigen-get-clone-dir "$url")"
if [[ -d "$clone_dir" ]]; then
(echo -n "$clone_dir:"
cd "$clone_dir"
git rev-parse HEAD) >> $ADOTDIR/revert-info
fi
-antigen-ensure-repo "$url" --update --verbose
echo
done
}
antigen-revert () {
if [[ -f $ADOTDIR/revert-info ]]; then
cat $ADOTDIR/revert-info | sed '1!p' | while read line; do
dir="$(echo "$line" | cut -d: -f1)"
git --git-dir="$dir/.git" --work-tree="$dir" \
checkout "$(echo "$line" | cut -d: -f2)" 2> /dev/null
done
echo "Reverted to state before running -update on $(
cat $ADOTDIR/revert-info | sed -n 1p)."
else
echo 'No revert information available. Cannot revert.' >&2
fi
}
-antigen-get-clone-dir () {
# Takes a repo url and gives out the path that this url needs to be cloned
# to. Doesn't actually clone anything.
echo -n $ADOTDIR/repos/
if [[ "$1" == "https://github.com/sorin-ionescu/prezto.git" ]]; then
# Prezto's directory *has* to be `.zprezto`.
echo .zprezto
else
echo "$1" | sed \
-e 's./.-SLASH-.g' \
-e 's.:.-COLON-.g' \
-e 's.|.-PIPE-.g'
fi
}
-antigen-get-clone-url () {
# Takes a repo's clone dir and gives out the repo's original url that was
# used to create the given directory path.
if [[ "$1" == ".zprezto" ]]; then
# Prezto's (in `.zprezto`), is assumed to be from `sorin-ionescu`'s
# remote.
echo https://github.com/sorin-ionescu/prezto.git
else
echo "$1" | sed \
-e "s:^$ADOTDIR/repos/::" \
-e 's.-SLASH-./.g' \
-e 's.-COLON-.:.g' \
-e 's.-PIPE-.|.g'
fi
}
-antigen-ensure-repo () {
# Ensure that a clone exists for the given repo url and branch. If the first
# argument is `--update` and if a clone already exists for the given repo
# and branch, it is pull-ed, i.e., updated.
# Argument defaults.
# The url. No sane default for this, so just empty.
local url=
# Check if we have to update.
local update=false
# Verbose output.
local verbose=false
eval "$(-antigen-parse-args 'url ; update?, verbose?' "$@")"
shift $#
# Get the clone's directory as per the given repo url and branch.
local clone_dir="$(-antigen-get-clone-dir $url)"
# A temporary function wrapping the `git` command with repeated arguments.
--plugin-git () {
(cd "$clone_dir" && git --no-pager "$@")
}
# Clone if it doesn't already exist.
if [[ ! -d $clone_dir ]]; then
git clone --recursive "${url%|*}" "$clone_dir"
elif $update; then
# Save current revision.
local old_rev="$(--plugin-git rev-parse HEAD)"
# Pull changes if update requested.
--plugin-git pull
# Update submodules.
--plugin-git submodule update --recursive
# Get the new revision.
local new_rev="$(--plugin-git rev-parse HEAD)"
fi
# If its a specific branch that we want, checkout that branch.
if [[ $url == *\|* ]]; then
local current_branch=${$(--plugin-git symbolic-ref HEAD)##refs/heads/}
local requested_branch="${url#*|}"
# Only do the checkout when we are not already on the branch.
[[ $requested_branch != $current_branch ]] &&
--plugin-git checkout $requested_branch
fi
if [[ -n $old_rev && $old_rev != $new_rev ]]; then
echo Updated from ${old_rev:0:7} to ${new_rev:0:7}.
if $verbose; then
--plugin-git log --oneline --reverse --no-merges --stat '@{1}..'
fi
fi
# Remove the temporary git wrapper function.
unfunction -- --plugin-git
}
-antigen-load () {
local url="$1"
local loc="$2"
local make_local_clone="$3"
# The full location where the plugin is located.
local location
if $make_local_clone; then
location="$(-antigen-get-clone-dir "$url")/$loc"
else
location="$url/$loc"
fi
if [[ -f "$location" ]]; then
source "$location"
else
# Source the plugin script.
# FIXME: I don't know. Looks very very ugly. Needs a better
# implementation once tests are ready.
local script_loc="$(ls "$location" | grep '\.plugin\.zsh$' | head -n1)"
if [[ -f $location/$script_loc ]]; then
# If we have a `*.plugin.zsh`, source it.
source "$location/$script_loc"
elif [[ -f $location/init.zsh ]]; then
# If we have a `init.zsh`
if (( $+functions[pmodload] )); then
# If pmodload is defined pmodload the module. Remove `modules/`
# from loc to find module name.
pmodload "${loc#modules/}"
else
# Otherwise source it.
source "$location/init.zsh"
fi
elif ls "$location" | grep -l '\.zsh$' &> /dev/null; then
# If there is no `*.plugin.zsh` file, source *all* the `*.zsh`
# files.
for script ($location/*.zsh(N)) source "$script"
elif ls "$location" | grep -l '\.sh$' &> /dev/null; then
# If there are no `*.zsh` files either, we look for and source any
# `*.sh` files instead.
for script ($location/*.sh(N)) source "$script"
fi
# Add to $fpath, for completion(s).
fpath=($location $fpath)
fi
}
# Update (with `git pull`) antigen itself.
# TODO: Once update is finished, show a summary of the new commits, as a kind of
# "what's new" message.
antigen-selfupdate () {
( cd $_ANTIGEN_INSTALL_DIR
if [[ ! ( -d .git || -f .git ) ]]; then
echo "Your copy of antigen doesn't appear to be a git clone. " \
"The 'selfupdate' command cannot work in this case."
return 1
fi
local head="$(git rev-parse --abbrev-ref HEAD)"
if [[ $head == "HEAD" ]]; then
# If current head is detached HEAD, checkout to master branch.
git checkout master
fi
git pull
)
}
antigen-cleanup () {
# Cleanup unused repositories.
local force=false
if [[ $1 == --force ]]; then
force=true
fi
if [[ ! -d "$ADOTDIR/repos" || -z "$(ls "$ADOTDIR/repos/")" ]]; then
echo "You don't have any bundles."
return 0
fi
# Find directores in ADOTDIR/repos, that are not in the bundles record.
local unused_clones="$(comm -13 \
<(-antigen-echo-record |
awk '$4 == "true" {print $1}' |
while read line; do
-antigen-get-clone-dir "$line"
done |
sort -u) \
<(ls -d "$ADOTDIR/repos/"* | sort -u))"
if [[ -z $unused_clones ]]; then
echo "You don't have any unidentified bundles."
return 0
fi
echo 'You have clones for the following repos, but are not used.'
echo "$unused_clones" |
while read line; do
-antigen-get-clone-url "$line"
done |
sed -e 's/^/ /' -e 's/|/, branch /'
if $force || (echo -n '\nDelete them all? [y/N] '; read -q); then
echo
echo
echo "$unused_clones" | while read line; do
echo -n "Deleting clone for $(-antigen-get-clone-url "$line")..."
rm -rf "$line"
echo ' done.'
done
else
echo
echo Nothing deleted.
fi
}
antigen-use () {
if [[ $1 == oh-my-zsh ]]; then
-antigen-use-oh-my-zsh
elif [[ $1 == prezto ]]; then
-antigen-use-prezto
else
echo 'Usage: antigen-use <library-name>' >&2
echo 'Where <library-name> is any one of the following:' >&2
echo ' * oh-my-zsh' >&2
echo ' * prezto' >&2
return 1
fi
}
-antigen-use-oh-my-zsh () {
if [[ -z "$ZSH" ]]; then
export ZSH="$(-antigen-get-clone-dir "$ANTIGEN_DEFAULT_REPO_URL")"
fi
antigen-bundle --loc=lib
}
-antigen-use-prezto () {
antigen-bundle sorin-ionescu/prezto
export ZDOTDIR=$ADOTDIR/repos/
}
# For backwards compatibility.
antigen-lib () {
-antigen-use-oh-my-zsh
echo '`antigen-lib` is deprecated and will soon be removed.'
echo 'Use `antigen-use oh-my-zsh` instead.'
}
# For backwards compatibility.
antigen-prezto-lib () {
-antigen-use-prezto
echo '`antigen-prezto-lib` is deprecated and will soon be removed.'
echo 'Use `antigen-use prezto` instead.'
}
antigen-theme () {
if [[ "$1" != */* && "$1" != --* ]]; then
# The first argument is just a name of the plugin, to be picked up from
# the default repo.
local name="${1:-robbyrussell}"
antigen-bundle --loc=themes/$name --btype=theme
else
antigen-bundle "$@" --btype=theme
fi
}
antigen-apply () {
# Initialize completion.
local cdef
# Load the compinit module. This will readefine the `compdef` function to
# the one that actually initializes completions.
autoload -U compinit
compinit -i
# Apply all `compinit`s that have been deferred.
eval "$(for cdef in $__deferred_compdefs; do
echo compdef $cdef
done)"
unset __deferred_compdefs
}
antigen-list () {
# List all currently installed bundles.
if [[ -z "$_ANTIGEN_BUNDLE_RECORD" ]]; then
echo "You don't have any bundles." >&2
return 1
else
-antigen-echo-record | sort -u
fi
}
antigen-snapshot () {
local snapshot_file="${1:-antigen-shapshot}"
# The snapshot content lines are pairs of repo-url and git version hash, in
# the form:
# <version-hash> <repo-url>
local snapshot_content="$(-antigen-echo-record |
grep 'true$' |
sed 's/ .*$//' |
sort -u |
while read url; do
local dir="$(-antigen-get-clone-dir "$url")"
local version_hash="$(cd "$dir" && git rev-parse HEAD)"
echo "$version_hash $url"
done)"
{
# The first line in the snapshot file is for metadata, in the form:
# key='value'; key='value'; key='value';
# Where `key`s are valid shell variable names.
# Snapshot version. Has no relation to antigen version. If the snapshot
# file format changes, this number can be incremented.
echo -n "version='1';"
# Snapshot creation date+time.
echo -n " created_on='$(date)';"
# Add a checksum with the md5 checksum of all the snapshot lines.
chksum() { (md5sum; test $? = 127 && md5) 2>/dev/null | cut -d' ' -f1 }
local checksum="$(echo "$snapshot_content" | chksum)"
unset -f chksum;
echo -n " checksum='${checksum%% *}';"
# A newline after the metadata and then the snapshot lines.
echo "\n$snapshot_content"
} > "$snapshot_file"
}
antigen-restore () {
if [[ $# == 0 ]]; then
echo 'Please provide a snapshot file to restore from.' >&2
return 1
fi
local snapshot_file="$1"
# TODO: Before doing anything with the snapshot file, verify its checksum.
# If it fails, notify this to the user and confirm if restore should
# proceed.
echo -n "Restoring from $snapshot_file..."
sed -n '1!p' "$snapshot_file" |
while read line; do
local version_hash="${line%% *}"
local url="${line##* }"
local clone_dir="$(-antigen-get-clone-dir "$url")"
if [[ ! -d $clone_dir ]]; then
git clone "$url" "$clone_dir" &> /dev/null
fi
(cd "$clone_dir" && git checkout $version_hash) &> /dev/null
done
echo ' done.'
echo 'Please open a new shell to get the restored changes.'
}
antigen-help () {
cat <<EOF
Antigen is a plugin management system for zsh. It makes it easy to grab awesome
shell scripts and utilities, put up on github. For further details and complete
documentation, visit the project's page at 'http://antigen.sharats.me'.
EOF
}
# A syntax sugar to avoid the `-` when calling antigen commands. With this
# function, you can write `antigen-bundle` as `antigen bundle` and so on.
antigen () {
local cmd="$1"
if [[ -z "$cmd" ]]; then
echo 'Antigen: Please give a command to run.' >&2
return 1
fi
shift
if functions "antigen-$cmd" > /dev/null; then
"antigen-$cmd" "$@"
else
echo "Antigen: Unknown command: $cmd" >&2
fi
}
-antigen-parse-args () {
# An argument parsing functionality to parse arguments the *antigen* way :).
# Takes one first argument (called spec), which dictates how to parse and
# the rest of the arguments are parsed. Outputs a piece of valid shell code
# that can be passed to `eval` inside a function which creates the arguments
# and their values as local variables. Suggested use is to set the defaults
# to all arguments first and then eval the output of this function.
# Spec: Only long argument supported. No support for parsing short options.
# The spec must have two sections, separated by a `;`.
# '<positional-arguments>;<keyword-only-arguments>'
# Positional arguments are passed as just values, like `command a b`.
# Keyword arguments are passed as a `--name=value` pair, like `command
# --arg1=a --arg2=b`.
# Each argument in the spec is separated by a `,`. Each keyword argument can
# end in a `:` to specifiy that this argument wants a value, otherwise it
# doesn't take a value. (The value in the output when the keyword argument
# doesn't have a `:` is `true`).
# Arguments in either section can end with a `?` (should come after `:`, if
# both are present), means optional. FIXME: Not yet implemented.
# See the test file, tests/arg-parser.t for (working) examples.
local spec="$1"
shift
# Sanitize the spec
spec="$(echo "$spec" | tr '\n' ' ' | sed 's/[[:space:]]//g')"
local code=''
--add-var () {
test -z "$code" || code="$code\n"
code="${code}local $1='$2'"
}
local positional_args="$(echo "$spec" | cut -d\; -f1)"
local positional_args_count="$(echo $positional_args |
awk -F, '{print NF}')"
# Set spec values based on the positional arguments.
local i=1
while [[ -n $1 && $1 != --* ]]; do
if (( $i > $positional_args_count )); then
echo "Only $positional_args_count positional arguments allowed." >&2
echo "Found at least one more: '$1'" >&2
return
fi
local name_spec="$(echo "$positional_args" | cut -d, -f$i)"
local name="${${name_spec%\?}%:}"
local value="$1"
if echo "$code" | grep -l "^local $name=" &> /dev/null; then
echo "Argument '$name' repeated with the value '$value'". >&2
return
fi
--add-var $name "$value"
shift
i=$(($i + 1))
done
local keyword_args="$(
# Positional arguments can double up as keyword arguments too.
echo "$positional_args" | tr , '\n' |
while read line; do
if [[ $line == *\? ]]; then
echo "${line%?}:?"
else
echo "$line:"
fi
done
# Specified keyword arguments.
echo "$spec" | cut -d\; -f2 | tr , '\n'
)"
local keyword_args_count="$(echo $keyword_args | awk -F, '{print NF}')"
# Set spec values from keyword arguments, if any. The remaining arguments
# are all assumed to be keyword arguments.
while [[ $1 == --* ]]; do
# Remove the `--` at the start.
local arg="${1#--}"
# Get the argument name and value.
if [[ $arg != *=* ]]; then
local name="$arg"
local value=''
else
local name="${arg%\=*}"
local value="${arg#*=}"
fi
if echo "$code" | grep -l "^local $name=" &> /dev/null; then
echo "Argument '$name' repeated with the value '$value'". >&2
return
fi
# The specification for this argument, used for validations.
local arg_line="$(echo "$keyword_args" |
egrep "^$name:?\??" | head -n1)"
# Validate argument and value.
if [[ -z $arg_line ]]; then
# This argument is not known to us.
echo "Unknown argument '$name'." >&2
return
elif (echo "$arg_line" | grep -l ':' &> /dev/null) &&
[[ -z $value ]]; then
# This argument needs a value, but is not provided.
echo "Required argument for '$name' not provided." >&2
return
elif (echo "$arg_line" | grep -vl ':' &> /dev/null) &&
[[ -n $value ]]; then
# This argument doesn't need a value, but is provided.
echo "No argument required for '$name', but provided '$value'." >&2
return
fi
if [[ -z $value ]]; then
value=true
fi
--add-var "${name//-/_}" "$value"
shift
done
echo "$code"
unfunction -- --add-var
}
# Echo the bundle specs as in the record. The first line is not echoed since it
# is a blank line.
-antigen-echo-record () {
echo "$_ANTIGEN_BUNDLE_RECORD" | sed -n '1!p'
}
-antigen-env-setup () {
# Helper function: Same as `export $1=$2`, but will only happen if the name
# specified by `$1` is not already set.
-set-default () {
local arg_name="$1"
local arg_value="$2"
eval "test -z \"\$$arg_name\" && export $arg_name='$arg_value'"
}
# Pre-startup initializations.
-set-default ANTIGEN_DEFAULT_REPO_URL \
https://github.com/robbyrussell/oh-my-zsh.git
-set-default ADOTDIR $HOME/.antigen
# Setup antigen's own completion.
compdef _antigen antigen
# Remove private functions.
unfunction -- -set-default
}
# Setup antigen's autocompletion
_antigen () {
compadd \
bundle \
bundles \
update \
revert \
list \
cleanup \
use \
selfupdate \
theme \
apply \
snapshot \
restore \
help
}
-antigen-env-setup
+/Users/lynn/.antigen/antigen.zsh:753> -antigen-env-setup
+-antigen-env-setup:11> -set-default ANTIGEN_DEFAULT_REPO_URL https://github.com/robbyrussell/oh-my-zsh.git
+-set-default:1> local 'arg_name=ANTIGEN_DEFAULT_REPO_URL'
+-set-default:2> local 'arg_value=https://github.com/robbyrussell/oh-my-zsh.git'
+-set-default:3> eval 'test -z "$ANTIGEN_DEFAULT_REPO_URL" && export ANTIGEN_DEFAULT_REPO_URL='\''https://github.com/robbyrussell/oh-my-zsh.git'\'
+(eval):1> test -z https://github.com/robbyrussell/oh-my-zsh.git
+-antigen-env-setup:13> -set-default ADOTDIR /Users/lynn/.antigen
+-set-default:1> local 'arg_name=ADOTDIR'
+-set-default:2> local 'arg_value=/Users/lynn/.antigen'
+-set-default:3> eval 'test -z "$ADOTDIR" && export ADOTDIR='\''/Users/lynn/.antigen'\'
+(eval):1> test -z /Users/lynn/.antigen
+-antigen-env-setup:16> compdef _antigen antigen
+compdef:0> __deferred_compdefs=( '_antigen antigen' )
+-antigen-env-setup:19> unfunction -- -set-default
+/Users/lynn/.zshrc:103> antigen use oh-my-zsh
+antigen:1> local 'cmd=use'
+antigen:2> [[ -z use ]]
+antigen:6> shift
+antigen:8> functions antigen-use
+antigen:9> antigen-use oh-my-zsh
+antigen-use:1> [[ oh-my-zsh == oh-my-zsh ]]
+antigen-use:2> -antigen-use-oh-my-zsh
+-antigen-use-oh-my-zsh:1> [[ -z /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git ]]
+-antigen-use-oh-my-zsh:4> antigen-bundle '--loc=lib'
+antigen-bundle:3> local 'url=https://github.com/robbyrussell/oh-my-zsh.git'
+antigen-bundle:4> local 'loc=/'
+antigen-bundle:5> local 'branch='
+antigen-bundle:6> local 'no_local_clone=false'
+antigen-bundle:7> local 'btype=plugin'
+antigen-bundle:10> -antigen-parse-args 'url?, loc? ; branch:?, no-local-clone?, btype:?' '--loc=lib'
+-antigen-parse-args:25> local 'spec=url?, loc? ; branch:?, no-local-clone?, btype:?'
+-antigen-parse-args:26> shift
+-antigen-parse-args:29> spec=+-antigen-parse-args:29> echo 'url?, loc? ; branch:?, no-local-clone?, btype:?'
+-antigen-parse-args:29> spec=+-antigen-parse-args:29> tr '\n' ' '
+-antigen-parse-args:29> spec=+-antigen-parse-args:29> sed 's/[[:space:]]//g'
+-antigen-parse-args:29> spec='url?,loc?;branch:?,no-local-clone?,btype:?'
+-antigen-parse-args:31> local 'code='
+-antigen-parse-args:38> echo 'url?,loc?;branch:?,no-local-clone?,btype:?'
+-antigen-parse-args:38> cut '-d;' -f1
+-antigen-parse-args:38> local 'positional_args=url?,loc?'
+-antigen-parse-args:39> echo 'url?,loc?'
+-antigen-parse-args:40> awk -F, '{print NF}'
+-antigen-parse-args:39> local 'positional_args_count=2'
+-antigen-parse-args:43> local 'i=1'
+-antigen-parse-args:44> [[ -n '--loc=lib' && '--loc=lib' != --* ]]
+-antigen-parse-args:69> echo 'url?,loc?'
+-antigen-parse-args:69> tr , '\n'
+-antigen-parse-args:70> read line
+-antigen-parse-args:71> [[ 'url?' == *\? ]]
+-antigen-parse-args:72> echo 'url:?'
+-antigen-parse-args:70> read line
+-antigen-parse-args:71> [[ 'loc?' == *\? ]]
+-antigen-parse-args:72> echo 'loc:?'
+-antigen-parse-args:70> read line
+-antigen-parse-args:79> echo 'url?,loc?;branch:?,no-local-clone?,btype:?'
+-antigen-parse-args:79> cut '-d;' -f2
+-antigen-parse-args:79> tr , '\n'
+-antigen-parse-args:67> local 'keyword_args=url:?
loc:?
branch:?
no-local-clone?
btype:?'
+-antigen-parse-args:81> echo 'url:?
loc:?
branch:?
no-local-clone?
btype:?'
+-antigen-parse-args:81> awk -F, '{print NF}'
+-antigen-parse-args:81> local 'keyword_args_count=1
1
1
1
1'
+-antigen-parse-args:85> [[ '--loc=lib' == --* ]]
+-antigen-parse-args:87> local 'arg=loc=lib'
+-antigen-parse-args:90> [[ 'loc=lib' != *=* ]]
+-antigen-parse-args:94> local 'name=loc'
+-antigen-parse-args:95> local 'value=lib'
+-antigen-parse-args:98> echo ''
+-antigen-parse-args:98> grep -l '^local loc='
+-antigen-parse-args:104> echo 'url:?
loc:?
branch:?
no-local-clone?
btype:?'
+-antigen-parse-args:105> egrep '^loc:?\??'
+-antigen-parse-args:105> head -n1
+-antigen-parse-args:104> local 'arg_line=loc:?'
+-antigen-parse-args:108> [[ -z 'loc:?' ]]
+-antigen-parse-args:113> echo 'loc:?'
+-antigen-parse-args:113> grep -l :
+-antigen-parse-args:114> [[ -z lib ]]
+-antigen-parse-args:119> echo 'loc:?'
+-antigen-parse-args:119> grep -vl :
+-antigen-parse-args:127> [[ -z lib ]]
+-antigen-parse-args:131> --add-var loc lib
+--add-var:1> test -z ''
+--add-var:2> code='local loc='\''lib'\'
+-antigen-parse-args:132> shift
+-antigen-parse-args:85> [[ '' == --* ]]
+-antigen-parse-args:135> echo 'local loc='\''lib'\'
+-antigen-parse-args:137> unfunction -- --add-var
+antigen-bundle:10> eval 'local loc='\''lib'\'
+(eval):1> local 'loc=lib'
+antigen-bundle:15> [[ https://github.com/robbyrussell/oh-my-zsh.git != */* ]]
+antigen-bundle:21> url=+antigen-bundle:21> -antigen-resolve-bundle-url https://github.com/robbyrussell/oh-my-zsh.git
+-antigen-resolve-bundle-url:4> local 'url=https://github.com/robbyrussell/oh-my-zsh.git'
+-antigen-resolve-bundle-url:7> [[ https://github.com/robbyrussell/oh-my-zsh.git != git://* && https://github.com/robbyrussell/oh-my-zsh.git != https://* ]]
+-antigen-resolve-bundle-url:17> echo https://github.com/robbyrussell/oh-my-zsh.git
+antigen-bundle:21> url=https://github.com/robbyrussell/oh-my-zsh.git
+antigen-bundle:24> [[ ! -z '' ]]
+antigen-bundle:33> local 'make_local_clone=true'
+antigen-bundle:34> [[ https://github.com/robbyrussell/oh-my-zsh.git == /* ]]
+antigen-bundle:40> [[ plugin == theme ]]
+antigen-bundle:45> _ANTIGEN_BUNDLE_RECORD='\nhttps://github.com/robbyrussell/oh-my-zsh.git lib plugin'
+antigen-bundle:46> _ANTIGEN_BUNDLE_RECORD='\nhttps://github.com/robbyrussell/oh-my-zsh.git lib plugin true'
+antigen-bundle:49> true
+antigen-bundle:50> -antigen-ensure-repo https://github.com/robbyrussell/oh-my-zsh.git
+-antigen-ensure-repo:8> local 'url='
+-antigen-ensure-repo:10> local 'update=false'
+-antigen-ensure-repo:12> local 'verbose=false'
+-antigen-ensure-repo:14> -antigen-parse-args 'url ; update?, verbose?' https://github.com/robbyrussell/oh-my-zsh.git
+-antigen-parse-args:25> local 'spec=url ; update?, verbose?'
+-antigen-parse-args:26> shift
+-antigen-parse-args:29> spec=+-antigen-parse-args:29> echo 'url ; update?, verbose?'
+-antigen-parse-args:29> spec=+-antigen-parse-args:29> tr '\n' ' '
+-antigen-parse-args:29> spec=+-antigen-parse-args:29> sed 's/[[:space:]]//g'
+-antigen-parse-args:29> spec='url;update?,verbose?'
+-antigen-parse-args:31> local 'code='
+-antigen-parse-args:38> echo 'url;update?,verbose?'
+-antigen-parse-args:38> cut '-d;' -f1
+-antigen-parse-args:38> local 'positional_args=url'
+-antigen-parse-args:39> echo url
+-antigen-parse-args:40> awk -F, '{print NF}'
+-antigen-parse-args:39> local 'positional_args_count=1'
+-antigen-parse-args:43> local 'i=1'
+-antigen-parse-args:44> [[ -n https://github.com/robbyrussell/oh-my-zsh.git && https://github.com/robbyrussell/oh-my-zsh.git != --* ]]
+-antigen-parse-args:46> (( 1 > 1 ))
+-antigen-parse-args:52> echo url
+-antigen-parse-args:52> cut -d, -f1
+-antigen-parse-args:52> local 'name_spec=url'
+-antigen-parse-args:53> local 'name=url'
+-antigen-parse-args:54> local 'value=https://github.com/robbyrussell/oh-my-zsh.git'
+-antigen-parse-args:56> echo ''
+-antigen-parse-args:56> grep -l '^local url='
+-antigen-parse-args:61> --add-var url https://github.com/robbyrussell/oh-my-zsh.git
+--add-var:1> test -z ''
+--add-var:2> code='local url='\''https://github.com/robbyrussell/oh-my-zsh.git'\'
+-antigen-parse-args:63> shift
+-antigen-parse-args:64> i=2
+-antigen-parse-args:44> [[ -n '' ]]
+-antigen-parse-args:69> echo url
+-antigen-parse-args:69> tr , '\n'
+-antigen-parse-args:70> read line
+-antigen-parse-args:71> [[ url == *\? ]]
+-antigen-parse-args:74> echo url:
+-antigen-parse-args:70> read line
+-antigen-parse-args:79> echo 'url;update?,verbose?'
+-antigen-parse-args:79> cut '-d;' -f2
+-antigen-parse-args:79> tr , '\n'
+-antigen-parse-args:67> local 'keyword_args=url:
update?
verbose?'
+-antigen-parse-args:81> echo 'url:
update?
verbose?'
+-antigen-parse-args:81> awk -F, '{print NF}'
+-antigen-parse-args:81> local 'keyword_args_count=1
1
1'
+-antigen-parse-args:85> [[ '' == --* ]]
+-antigen-parse-args:135> echo 'local url='\''https://github.com/robbyrussell/oh-my-zsh.git'\'
+-antigen-parse-args:137> unfunction -- --add-var
+-antigen-ensure-repo:14> eval 'local url='\''https://github.com/robbyrussell/oh-my-zsh.git'\'
+(eval):1> local 'url=https://github.com/robbyrussell/oh-my-zsh.git'
+-antigen-ensure-repo:15> shift 1
+-antigen-ensure-repo:18> -antigen-get-clone-dir https://github.com/robbyrussell/oh-my-zsh.git
+-antigen-get-clone-dir:3> echo -n /Users/lynn/.antigen/repos/
+-antigen-get-clone-dir:5> [[ https://github.com/robbyrussell/oh-my-zsh.git == https://github.com/sorin-ionescu/prezto.git ]]
+-antigen-get-clone-dir:10> echo https://github.com/robbyrussell/oh-my-zsh.git
+-antigen-get-clone-dir:10> sed -e s./.-SLASH-.g -e s.:.-COLON-.g -e 's.|.-PIPE-.g'
+-antigen-ensure-repo:18> local 'clone_dir=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git'
+-antigen-ensure-repo:26> [[ ! -d /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git ]]
+-antigen-ensure-repo:28> false
+-antigen-ensure-repo:40> [[ https://github.com/robbyrussell/oh-my-zsh.git == *\|* ]]
+-antigen-ensure-repo:48> [[ -n '' ]]
+-antigen-ensure-repo:56> unfunction -- --plugin-git
+antigen-bundle:54> -antigen-load https://github.com/robbyrussell/oh-my-zsh.git lib true
+-antigen-load:2> local 'url=https://github.com/robbyrussell/oh-my-zsh.git'
+-antigen-load:3> local 'loc=lib'
+-antigen-load:4> local 'make_local_clone=true'
+-antigen-load:7> local location
+-antigen-load:8> true
+-antigen-load:9> location=+-antigen-load:9> -antigen-get-clone-dir https://github.com/robbyrussell/oh-my-zsh.git
+-antigen-get-clone-dir:3> echo -n /Users/lynn/.antigen/repos/
+-antigen-get-clone-dir:5> [[ https://github.com/robbyrussell/oh-my-zsh.git == https://github.com/sorin-ionescu/prezto.git ]]
+-antigen-get-clone-dir:10> echo https://github.com/robbyrussell/oh-my-zsh.git
+-antigen-get-clone-dir:10> sed -e s./.-SLASH-.g -e s.:.-COLON-.g -e 's.|.-PIPE-.g'
+-antigen-load:9> location=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib
+-antigen-load:14> [[ -f /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib ]]
+-antigen-load:22> ls /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib
+-antigen-load:22> grep '\.plugin\.zsh$'
+-antigen-load:22> head -n1
+-antigen-load:22> local 'script_loc='
+-antigen-load:24> [[ -f /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/ ]]
+-antigen-load:28> [[ -f /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/init.zsh ]]
+-antigen-load:39> ls /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib
+-antigen-load:39> grep -l '\.zsh$'
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/bzr.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/bzr.zsh
## Bazaar integration
## Just works with the GIT integration just add $(bzr_prompt_info) to the PROMPT
function bzr_prompt_info() {
BZR_CB=`bzr nick 2> /dev/null | grep -v "ERROR" | cut -d ":" -f2 | awk -F / '{print "bzr::"$1}'`
if [ -n "$BZR_CB" ]; then
BZR_DIRTY=""
[[ -n `bzr status` ]] && BZR_DIRTY=" %{$fg[red]%} * %{$fg[green]%}"
echo "$ZSH_THEME_SCM_PROMPT_PREFIX$BZR_CB$BZR_DIRTY$ZSH_THEME_GIT_PROMPT_SUFFIX"
fi
}+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh
# fixme - the load process here seems a bit bizarre
unsetopt menu_complete # do not autoselect the first completion entry
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:3> unsetopt menu_complete
unsetopt flowcontrol
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:4> unsetopt flowcontrol
setopt auto_menu # show completion menu on succesive tab press
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:5> setopt auto_menu
setopt complete_in_word
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:6> setopt complete_in_word
setopt always_to_end
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:7> setopt always_to_end
WORDCHARS=''
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:9> WORDCHARS=''
zmodload -i zsh/complist
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:11> zmodload -i zsh/complist
## case-insensitive (all),partial-word and then substring completion
if [ "x$CASE_SENSITIVE" = "xtrue" ]; then
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
unset CASE_SENSITIVE
else
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:14> [ x '=' xtrue ']'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:18> zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
zstyle ':completion:*' list-colors ''
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:21> zstyle ':completion:*' list-colors ''
# should this be in keybindings?
bindkey -M menuselect '^o' accept-and-infer-next-history
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:24> bindkey -M menuselect '^o' accept-and-infer-next-history
zstyle ':completion:*:*:*:*:*' menu select
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:26> zstyle ':completion:*:*:*:*:*' menu select
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:27> zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
if [ "$OSTYPE[0,7]" = "solaris" ]
then
zstyle ':completion:*:*:*:*:processes' command "ps -u $USER -o pid,user,comm"
else
zstyle ':completion:*:*:*:*:processes' command "ps -u $USER -o pid,user,comm -w -w"
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:28> [ darwin1 '=' solaris ']'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:32> zstyle ':completion:*:*:*:*:processes' command 'ps -u lynn -o pid,user,comm -w -w'
# disable named-directories autocompletion
zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:36> zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
# Use caching so that commands like apt and dpkg complete are useable
zstyle ':completion::complete:*' use-cache 1
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:39> zstyle ':completion::complete:*' use-cache 1
zstyle ':completion::complete:*' cache-path $ZSH_CACHE_DIR
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:40> zstyle ':completion::complete:*' cache-path
# Don't complete uninteresting users
zstyle ':completion:*:*:*:users' ignored-patterns \
adm amanda apache at avahi avahi-autoipd beaglidx bin cacti canna \
clamav daemon dbus distcache dnsmasq dovecot fax ftp games gdm \
gkrellmd gopher hacluster haldaemon halt hsqldb ident junkbust kdm \
ldap lp mail mailman mailnull man messagebus mldonkey mysql nagios \
named netdump news nfsnobody nobody nscd ntp nut nx obsrun openvpn \
operator pcap polkitd postfix postgres privoxy pulse pvm quagga radvd \
rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp \
usbmux uucp vcsa wwwrun xfs '_*'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:43> zstyle ':completion:*:*:*:users' ignored-patterns adm amanda apache at avahi avahi-autoipd beaglidx bin cacti canna clamav daemon dbus distcache dnsmasq dovecot fax ftp games gdm gkrellmd gopher hacluster haldaemon halt hsqldb ident junkbust kdm ldap lp mail mailman mailnull man messagebus mldonkey mysql nagios named netdump news nfsnobody nobody nscd ntp nut nx obsrun openvpn operator pcap polkitd postfix postgres privoxy pulse pvm quagga radvd rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp usbmux uucp vcsa wwwrun xfs '_*'
# ... unless we really want to.
zstyle '*' single-ignored show
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:54> zstyle '*' single-ignored show
if [ "x$COMPLETION_WAITING_DOTS" = "xtrue" ]; then
expand-or-complete-with-dots() {
echo -n "\e[31m......\e[0m"
zle expand-or-complete
zle redisplay
}
zle -N expand-or-complete-with-dots
bindkey "^I" expand-or-complete-with-dots
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/completion.zsh:56> [ x '=' xtrue ']'
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/correction.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/correction.zsh
if [[ "$ENABLE_CORRECTION" == "true" ]]; then
alias ebuild='nocorrect ebuild'
alias gist='nocorrect gist'
alias heroku='nocorrect heroku'
alias hpodder='nocorrect hpodder'
alias man='nocorrect man'
alias mkdir='nocorrect mkdir'
alias mv='nocorrect mv'
alias mysql='nocorrect mysql'
alias sudo='nocorrect sudo'
setopt correct_all
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/correction.zsh:1> [[ '' == true ]]
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh
# Changing/making/removing directory
setopt auto_pushd
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:2> setopt auto_pushd
setopt pushd_ignore_dups
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:3> setopt pushd_ignore_dups
setopt pushdminus
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:4> setopt pushdminus
alias -g ...='../..'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:6> alias -g '...=../..'
alias -g ....='../../..'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:7> alias -g '....=../../..'
alias -g .....='../../../..'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:8> alias -g '.....=../../../..'
alias -g ......='../../../../..'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:9> alias -g '......=../../../../..'
alias 1='cd -'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:11> alias '1=cd -'
alias 2='cd -2'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:12> alias '2=cd -2'
alias 3='cd -3'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:13> alias '3=cd -3'
alias 4='cd -4'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:14> alias '4=cd -4'
alias 5='cd -5'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:15> alias '5=cd -5'
alias 6='cd -6'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:16> alias '6=cd -6'
alias 7='cd -7'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:17> alias '7=cd -7'
alias 8='cd -8'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:18> alias '8=cd -8'
alias 9='cd -9'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:19> alias '9=cd -9'
alias md='mkdir -p'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:21> alias 'md=mkdir -p'
alias rd=rmdir
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:22> alias 'rd=rmdir'
alias d='dirs -v | head -10'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:23> alias 'd=dirs -v | head -10'
# List directory contents
alias lsa='ls -lah'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:26> alias 'lsa=ls -lah'
alias l='ls -lah'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:27> alias 'l=ls -lah'
alias ll='ls -lh'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:28> alias 'll=ls -lh'
alias la='ls -lAh'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:29> alias 'la=ls -lAh'
# Push and pop directories on directory stack
alias pu='pushd'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:32> alias 'pu=pushd'
alias po='popd'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/directories.zsh:33> alias 'po=popd'
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/functions.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/functions.zsh
function zsh_stats() {
fc -l 1 | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n20
}
function uninstall_oh_my_zsh() {
env ZSH=$ZSH /bin/sh $ZSH/tools/uninstall.sh
}
function upgrade_oh_my_zsh() {
env ZSH=$ZSH /bin/sh $ZSH/tools/upgrade.sh
}
function take() {
mkdir -p $1
cd $1
}
#
# Get the value of an alias.
#
# Arguments:
# 1. alias - The alias to get its value from
# STDOUT:
# The value of alias $1 (if it has one).
# Return value:
# 0 if the alias was found,
# 1 if it does not exist
#
function alias_value() {
alias "$1" | sed "s/^$1='\(.*\)'$/\1/"
test $(alias "$1")
}
#
# Try to get the value of an alias,
# otherwise return the input.
#
# Arguments:
# 1. alias - The alias to get its value from
# STDOUT:
# The value of alias $1, or $1 if there is no alias $1.
# Return value:
# Always 0
#
function try_alias_value() {
alias_value "$1" || echo "$1"
}
#
# Set variable "$1" to default value "$2" if "$1" is not yet defined.
#
# Arguments:
# 1. name - The variable to set
# 2. val - The default value
# Return value:
# 0 if the variable exists, 3 if it was set
#
function default() {
test `typeset +m "$1"` && return 0
typeset -g "$1"="$2" && return 3
}
#
# Set enviroment variable "$1" to default value "$2" if "$1" is not yet defined.
#
# Arguments:
# 1. name - The env variable to set
# 2. val - The default value
# Return value:
# 0 if the env variable exists, 3 if it was set
#
function env_default() {
env | grep -q "^$1=" && return 0
export "$1=$2" && return 3
}
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/git.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/git.zsh
# get the name of the branch we are on
function git_prompt_info() {
if [[ "$(command git config --get oh-my-zsh.hide-status 2>/dev/null)" != "1" ]]; then
ref=$(command git symbolic-ref HEAD 2> /dev/null) || \
ref=$(command git rev-parse --short HEAD 2> /dev/null) || return 0
echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$(parse_git_dirty)$ZSH_THEME_GIT_PROMPT_SUFFIX"
fi
}
# Checks if working tree is dirty
parse_git_dirty() {
local STATUS=''
local FLAGS
FLAGS=('--porcelain')
if [[ "$(command git config --get oh-my-zsh.hide-dirty)" != "1" ]]; then
if [[ $POST_1_7_2_GIT -gt 0 ]]; then
FLAGS+='--ignore-submodules=dirty'
fi
if [[ "$DISABLE_UNTRACKED_FILES_DIRTY" == "true" ]]; then
FLAGS+='--untracked-files=no'
fi
STATUS=$(command git status ${FLAGS} 2> /dev/null | tail -n1)
fi
if [[ -n $STATUS ]]; then
echo "$ZSH_THEME_GIT_PROMPT_DIRTY"
else
echo "$ZSH_THEME_GIT_PROMPT_CLEAN"
fi
}
# get the difference between the local and remote branches
git_remote_status() {
remote=${$(command git rev-parse --verify ${hook_com[branch]}@{upstream} --symbolic-full-name 2>/dev/null)/refs\/remotes\/}
if [[ -n ${remote} ]] ; then
ahead=$(command git rev-list ${hook_com[branch]}@{upstream}..HEAD 2>/dev/null | wc -l)
behind=$(command git rev-list HEAD..${hook_com[branch]}@{upstream} 2>/dev/null | wc -l)
if [ $ahead -eq 0 ] && [ $behind -gt 0 ]
then
echo "$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE"
elif [ $ahead -gt 0 ] && [ $behind -eq 0 ]
then
echo "$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE"
elif [ $ahead -gt 0 ] && [ $behind -gt 0 ]
then
echo "$ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE"
fi
fi
}
# Checks if there are commits ahead from remote
function git_prompt_ahead() {
if $(echo "$(command git log @{upstream}..HEAD 2> /dev/null)" | grep '^commit' &> /dev/null); then
echo "$ZSH_THEME_GIT_PROMPT_AHEAD"
fi
}
# Gets the number of commits ahead from remote
function git_commits_ahead() {
if $(echo "$(command git log @{upstream}..HEAD 2> /dev/null)" | grep '^commit' &> /dev/null); then
COMMITS=$(command git log @{upstream}..HEAD | grep '^commit' | wc -l | tr -d ' ')
echo "$ZSH_THEME_GIT_COMMITS_AHEAD_PREFIX$COMMITS$ZSH_THEME_GIT_COMMITS_AHEAD_SUFFIX"
fi
}
# Formats prompt string for current git commit short SHA
function git_prompt_short_sha() {
SHA=$(command git rev-parse --short HEAD 2> /dev/null) && echo "$ZSH_THEME_GIT_PROMPT_SHA_BEFORE$SHA$ZSH_THEME_GIT_PROMPT_SHA_AFTER"
}
# Formats prompt string for current git commit long SHA
function git_prompt_long_sha() {
SHA=$(command git rev-parse HEAD 2> /dev/null) && echo "$ZSH_THEME_GIT_PROMPT_SHA_BEFORE$SHA$ZSH_THEME_GIT_PROMPT_SHA_AFTER"
}
# Get the status of the working tree
git_prompt_status() {
INDEX=$(command git status --porcelain -b 2> /dev/null)
STATUS=""
if $(echo "$INDEX" | command grep -E '^\?\? ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_UNTRACKED$STATUS"
fi
if $(echo "$INDEX" | grep '^A ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_ADDED$STATUS"
elif $(echo "$INDEX" | grep '^M ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_ADDED$STATUS"
fi
if $(echo "$INDEX" | grep '^ M ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_MODIFIED$STATUS"
elif $(echo "$INDEX" | grep '^AM ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_MODIFIED$STATUS"
elif $(echo "$INDEX" | grep '^ T ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_MODIFIED$STATUS"
fi
if $(echo "$INDEX" | grep '^R ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_RENAMED$STATUS"
fi
if $(echo "$INDEX" | grep '^ D ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_DELETED$STATUS"
elif $(echo "$INDEX" | grep '^D ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_DELETED$STATUS"
elif $(echo "$INDEX" | grep '^AD ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_DELETED$STATUS"
fi
if $(command git rev-parse --verify refs/stash >/dev/null 2>&1); then
STATUS="$ZSH_THEME_GIT_PROMPT_STASHED$STATUS"
fi
if $(echo "$INDEX" | grep '^UU ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_UNMERGED$STATUS"
fi
if $(echo "$INDEX" | grep '^## .*ahead' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_AHEAD$STATUS"
fi
if $(echo "$INDEX" | grep '^## .*behind' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_BEHIND$STATUS"
fi
if $(echo "$INDEX" | grep '^## .*diverged' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_DIVERGED$STATUS"
fi
echo $STATUS
}
#compare the provided version of git to the version installed and on path
#prints 1 if input version <= installed version
#prints -1 otherwise
function git_compare_version() {
local INPUT_GIT_VERSION=$1;
local INSTALLED_GIT_VERSION
INPUT_GIT_VERSION=(${(s/./)INPUT_GIT_VERSION});
INSTALLED_GIT_VERSION=($(command git --version 2>/dev/null));
INSTALLED_GIT_VERSION=(${(s/./)INSTALLED_GIT_VERSION[3]});
for i in {1..3}; do
if [[ $INSTALLED_GIT_VERSION[$i] -gt $INPUT_GIT_VERSION[$i] ]]; then
echo 1
return 0
fi
if [[ $INSTALLED_GIT_VERSION[$i] -lt $INPUT_GIT_VERSION[$i] ]]; then
echo -1
return 0
fi
done
echo 0
}
#this is unlikely to change so make it all statically assigned
POST_1_7_2_GIT=$(git_compare_version "1.7.2")
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/git.zsh:148> POST_1_7_2_GIT=+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/git.zsh:148> git_compare_version 1.7.2
+git_compare_version:1> local 'INPUT_GIT_VERSION=1.7.2'
+git_compare_version:2> local INSTALLED_GIT_VERSION
+git_compare_version:3> INPUT_GIT_VERSION=( 1 7 2 )
+git_compare_version:4> INSTALLED_GIT_VERSION=+git_compare_version:4> git --version
+git_compare_version:4> INSTALLED_GIT_VERSION=( git version 2.3.5 )
+git_compare_version:5> INSTALLED_GIT_VERSION=( 2 3 5 )
+git_compare_version:7> i=1
+git_compare_version:8> [[ 2 -gt 1 ]]
+git_compare_version:9> echo 1
+git_compare_version:10> return 0
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/git.zsh:148> POST_1_7_2_GIT=1
#clean up the namespace slightly by removing the checker function
unset -f git_compare_version
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/git.zsh:150> unset -f git_compare_version
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh
# is x grep argument available?
grep-flag-available() {
echo | grep $1 "" >/dev/null 2>&1
}
GREP_OPTIONS=""
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:6> GREP_OPTIONS=''
# color grep results
if grep-flag-available --color=auto; then
GREP_OPTIONS+=" --color=auto"
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:9> grep-flag-available '--color=auto'
+grep-flag-available:1> echo
+grep-flag-available:1> grep '--color=auto' ''
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:10> GREP_OPTIONS+=' --color=auto'
# ignore VCS folders (if the necessary grep flags are available)
VCS_FOLDERS="{.bzr,.cvs,.git,.hg,.svn}"
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:14> VCS_FOLDERS='{.bzr,.cvs,.git,.hg,.svn}'
if grep-flag-available --exclude-dir=.cvs; then
GREP_OPTIONS+=" --exclude-dir=$VCS_FOLDERS"
elif grep-flag-available --exclude=.cvs; then
GREP_OPTIONS+=" --exclude=$VCS_FOLDERS"
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:16> grep-flag-available '--exclude-dir=.cvs'
+grep-flag-available:1> echo
+grep-flag-available:1> grep '--exclude-dir=.cvs' ''
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:17> GREP_OPTIONS+=' --exclude-dir={.bzr,.cvs,.git,.hg,.svn}'
# export grep settings
alias grep="grep $GREP_OPTIONS"
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:23> alias 'grep=grep --color=auto --exclude-dir={.bzr,.cvs,.git,.hg,.svn}'
# clean up
unset GREP_OPTIONS
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:26> unset GREP_OPTIONS
unset VCS_FOLDERS
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:27> unset VCS_FOLDERS
unfunction grep-flag-available
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/grep.zsh:28> unfunction grep-flag-available
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh
## Command history configuration
if [ -z "$HISTFILE" ]; then
HISTFILE=$HOME/.zsh_history
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:2> [ -z '' ']'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:3> HISTFILE=/Users/lynn/.zsh_history
HISTSIZE=10000
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:6> HISTSIZE=10000
SAVEHIST=10000
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:7> SAVEHIST=10000
# Show history
case $HIST_STAMPS in
"mm/dd/yyyy") alias history='fc -fl 1' ;;
"dd.mm.yyyy") alias history='fc -El 1' ;;
"yyyy-mm-dd") alias history='fc -il 1' ;;
*) alias history='fc -l 1' ;;
esac
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:10> case (mm/dd/yyyy)
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:10> case (dd.mm.yyyy)
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:10> case (yyyy-mm-dd)
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:10> case (*)
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:14> alias 'history=fc -l 1'
setopt append_history
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:17> setopt append_history
setopt extended_history
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:18> setopt extended_history
setopt hist_expire_dups_first
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:19> setopt hist_expire_dups_first
setopt hist_ignore_dups # ignore duplication command history list
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:20> setopt hist_ignore_dups
setopt hist_ignore_space
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:21> setopt hist_ignore_space
setopt hist_verify
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:22> setopt hist_verify
setopt inc_append_history
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:23> setopt inc_append_history
setopt share_history # share command history data
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/history.zsh:24> setopt share_history
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh
# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html
# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Builtins
# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Standard-Widgets
# Make sure that the terminal is in application mode when zle is active, since
# only then values from $terminfo are valid
if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then
function zle-line-init() {
echoti smkx
}
function zle-line-finish() {
echoti rmkx
}
zle -N zle-line-init
zle -N zle-line-finish
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:7> (( 1 ))
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:7> (( 1 ))
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:14> zle -N zle-line-init
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:15> zle -N zle-line-finish
bindkey -e # Use emacs key bindings
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:18> bindkey -e
bindkey '\ew' kill-region # [Esc-w] - Kill from the cursor to the mark
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:20> bindkey '\ew' kill-region
bindkey -s '\el' 'ls\n' # [Esc-l] - run command: ls
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:21> bindkey -s '\el' 'ls\n'
bindkey '^r' history-incremental-search-backward # [Ctrl-r] - Search backward incrementally for a specified string. The string may begin with ^ to anchor the search to the beginning of the line.
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:22> bindkey '^r' history-incremental-search-backward
if [[ "${terminfo[kpp]}" != "" ]]; then
bindkey "${terminfo[kpp]}" up-line-or-history # [PageUp] - Up a line of history
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:23> [[ 'x27[5~' != ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:24> bindkey 'x27[5~' up-line-or-history
if [[ "${terminfo[knp]}" != "" ]]; then
bindkey "${terminfo[knp]}" down-line-or-history # [PageDown] - Down a line of history
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:26> [[ 'x27[6~' != ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:27> bindkey 'x27[6~' down-line-or-history
if [[ "${terminfo[kcuu1]}" != "" ]]; then
bindkey "${terminfo[kcuu1]}" up-line-or-search # start typing + [Up-Arrow] - fuzzy find history forward
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:30> [[ x27OA != ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:31> bindkey x27OA up-line-or-search
if [[ "${terminfo[kcud1]}" != "" ]]; then
bindkey "${terminfo[kcud1]}" down-line-or-search # start typing + [Down-Arrow] - fuzzy find history backward
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:33> [[ x27OB != ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:34> bindkey x27OB down-line-or-search
if [[ "${terminfo[khome]}" != "" ]]; then
bindkey "${terminfo[khome]}" beginning-of-line # [Home] - Go to beginning of line
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:37> [[ 'x27[1~' != ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:38> bindkey 'x27[1~' beginning-of-line
if [[ "${terminfo[kend]}" != "" ]]; then
bindkey "${terminfo[kend]}" end-of-line # [End] - Go to end of line
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:40> [[ 'x27[4~' != ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:41> bindkey 'x27[4~' end-of-line
bindkey ' ' magic-space # [Space] - do history expansion
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:44> bindkey ' ' magic-space
bindkey '^[[1;5C' forward-word # [Ctrl-RightArrow] - move forward one word
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:46> bindkey '^[[1;5C' forward-word
bindkey '^[[1;5D' backward-word # [Ctrl-LeftArrow] - move backward one word
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:47> bindkey '^[[1;5D' backward-word
if [[ "${terminfo[kcbt]}" != "" ]]; then
bindkey "${terminfo[kcbt]}" reverse-menu-complete # [Shift-Tab] - move through the completion menu backwards
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:49> [[ 'x27[Z' != ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:50> bindkey 'x27[Z' reverse-menu-complete
bindkey '^?' backward-delete-char # [Backspace] - delete backward
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:53> bindkey '^?' backward-delete-char
if [[ "${terminfo[kdch1]}" != "" ]]; then
bindkey "${terminfo[kdch1]}" delete-char # [Delete] - delete forward
else
bindkey "^[[3~" delete-char
bindkey "^[3;5~" delete-char
bindkey "\e[3~" delete-char
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:54> [[ 'x27[3~' != ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:55> bindkey 'x27[3~' delete-char
# Edit the current command line in $EDITOR
autoload -U edit-command-line
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:63> autoload -U edit-command-line
zle -N edit-command-line
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:64> zle -N edit-command-line
bindkey '\C-x\C-e' edit-command-line
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:65> bindkey '\C-x\C-e' edit-command-line
# file rename magick
bindkey "^[m" copy-prev-shell-word
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/key-bindings.zsh:68> bindkey '^[m' copy-prev-shell-word
# consider emacs keybindings:
#bindkey -e ## emacs key bindings
#
#bindkey '^[[A' up-line-or-search
#bindkey '^[[B' down-line-or-search
#bindkey '^[^[[C' emacs-forward-word
#bindkey '^[^[[D' emacs-backward-word
#
#bindkey -s '^X^Z' '%-^M'
#bindkey '^[e' expand-cmd-path
#bindkey '^[^I' reverse-menu-complete
#bindkey '^X^N' accept-and-infer-next-history
#bindkey '^W' kill-region
#bindkey '^I' complete-word
## Fix weird sequence that rxvt produces
#bindkey -s '^[[Z' '\t'
#
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh
## smart urls
autoload -U url-quote-magic
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh:2> autoload -U url-quote-magic
zle -N self-insert url-quote-magic
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh:3> zle -N self-insert url-quote-magic
## jobs
setopt long_list_jobs
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh:6> setopt long_list_jobs
## pager
export PAGER="less"
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh:9> export 'PAGER=less'
export LESS="-R"
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh:10> export 'LESS=-R'
## super user alias
alias _='sudo'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh:13> alias '_=sudo'
alias please='sudo'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh:14> alias 'please=sudo'
## more intelligent acking for ubuntu users
alias afind='ack-grep -il'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh:17> alias 'afind=ack-grep -il'
# only define LC_CTYPE if undefined
if [[ -z "$LC_CTYPE" && -z "$LC_ALL" ]]; then
export LC_CTYPE=${LANG%%:*} # pick the first entry from LANG
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/misc.zsh:20> [[ -z en_US.UTF-8 ]]
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/nvm.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/nvm.zsh
# get the node.js version
function nvm_prompt_info() {
[ -f "$HOME/.nvm/nvm.sh" ] || return
local nvm_prompt
nvm_prompt=$(node -v 2>/dev/null)
[[ "${nvm_prompt}x" == "x" ]] && return
nvm_prompt=${nvm_prompt:1}
echo "${ZSH_THEME_NVM_PROMPT_PREFIX}${nvm_prompt}${ZSH_THEME_NVM_PROMPT_SUFFIX}"
}
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/prompt_info_functions.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/prompt_info_functions.zsh
# *_prompt_info functions for usage in your prompt
#
# Plugin creators, please add your *_prompt_info function to the list
# of dummy implementations to help theme creators not receiving errors
# without the need of implementing conditional clauses.
#
# See also lib/bzr.zsh, lib/git.zsh and lib/nvm.zsh for
# git_prompt_info, bzr_prompt_info and nvm_prompt_info
# Dummy implementations that return false to prevent command_not_found
# errors with themes, that implement these functions
# Real implementations will be used when the respective plugins are loaded
function chruby_prompt_info hg_prompt_info pyenv_prompt_info \
rbenv_prompt_info svn_prompt_info vi_mode_prompt_info \
virtualenv_prompt_info {
return 1
}
# oh-my-zsh supports an rvm prompt by default
# get the name of the rvm ruby version
function rvm_prompt_info() {
[ -f $HOME/.rvm/bin/rvm-prompt ] || return 1
local rvm_prompt
rvm_prompt=$($HOME/.rvm/bin/rvm-prompt ${=ZSH_THEME_RVM_PROMPT_OPTIONS} 2>/dev/null)
[[ "${rvm_prompt}x" == "x" ]] && return 1
echo "${ZSH_THEME_RVM_PROMPT_PREFIX:=(}${rvm_prompt}${ZSH_THEME_RVM_PROMPT_SUFFIX:=)}"
}
# use this to enable users to see their ruby version, no matter which
# version management system they use
function ruby_prompt_info() {
echo $(rvm_prompt_info || rbenv_prompt_info || chruby_prompt_info)
}
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh
#! /bin/zsh
# A script to make using 256 colors in zsh less painful.
# P.C. Shyamshankar <sykora@lucentbeing.com>
# Copied from http://github.com/sykora/etc/blob/master/zsh/functions/spectrum/
typeset -Ag FX FG BG
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:6> typeset -Ag FX FG BG
FX=(
reset "%{x27[00m%}"
bold "%{x27[01m%}" no-bold "%{x27[22m%}"
italic "%{x27[03m%}" no-italic "%{x27[23m%}"
underline "%{x27[04m%}" no-underline "%{x27[24m%}"
blink "%{x27[05m%}" no-blink "%{x27[25m%}"
reverse "%{x27[07m%}" no-reverse "%{x27[27m%}"
)
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:8> FX=( reset '%{x27[00m%}' bold '%{x27[01m%}' no-bold '%{x27[22m%}' italic '%{x27[03m%}' no-italic '%{x27[23m%}' underline '%{x27[04m%}' no-underline '%{x27[24m%}' blink '%{x27[05m%}' no-blink '%{x27[25m%}' reverse '%{x27[07m%}' no-reverse '%{x27[27m%}' )
for color in {000..255}; do
FG[$color]="%{x27[38;5;${color}m%}"
BG[$color]="%{x27[48;5;${color}m%}"
done
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=000
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;000m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;000m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=001
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;001m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;001m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=002
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;002m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;002m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=003
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;003m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;003m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=004
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;004m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;004m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=005
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;005m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;005m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=006
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;006m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;006m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=007
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;007m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;007m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=008
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;008m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;008m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=009
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;009m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;009m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=010
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;010m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;010m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=011
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;011m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;011m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=012
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;012m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;012m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=013
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;013m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;013m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=014
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;014m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;014m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=015
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;015m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;015m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=016
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;016m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;016m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=017
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;017m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;017m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=018
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;018m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;018m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=019
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;019m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;019m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=020
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;020m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;020m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=021
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;021m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;021m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=022
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;022m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;022m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=023
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;023m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;023m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=024
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;024m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;024m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=025
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;025m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;025m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=026
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;026m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;026m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=027
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;027m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;027m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=028
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;028m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;028m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=029
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;029m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;029m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=030
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;030m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;030m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=031
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;031m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;031m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=032
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;032m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;032m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=033
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;033m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;033m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=034
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;034m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;034m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=035
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;035m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;035m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=036
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;036m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;036m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=037
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;037m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;037m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=038
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;038m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;038m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=039
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;039m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;039m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=040
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;040m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;040m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=041
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;041m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;041m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=042
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;042m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;042m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=043
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;043m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;043m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=044
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;044m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;044m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=045
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;045m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;045m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=046
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;046m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;046m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=047
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;047m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;047m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=048
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;048m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;048m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=049
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;049m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;049m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=050
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;050m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;050m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=051
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;051m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;051m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=052
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;052m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;052m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=053
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;053m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;053m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=054
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;054m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;054m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=055
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;055m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;055m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=056
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;056m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;056m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=057
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;057m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;057m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=058
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;058m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;058m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=059
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;059m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;059m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=060
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;060m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;060m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=061
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;061m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;061m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=062
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;062m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;062m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=063
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;063m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;063m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=064
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;064m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;064m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=065
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;065m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;065m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=066
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;066m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;066m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=067
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;067m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;067m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=068
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;068m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;068m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=069
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;069m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;069m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=070
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;070m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;070m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=071
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;071m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;071m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=072
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;072m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;072m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=073
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;073m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;073m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=074
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;074m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;074m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=075
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;075m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;075m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=076
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;076m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;076m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=077
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;077m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;077m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=078
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;078m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;078m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=079
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;079m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;079m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=080
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;080m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;080m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=081
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;081m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;081m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=082
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;082m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;082m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=083
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;083m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;083m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=084
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;084m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;084m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=085
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;085m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;085m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=086
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;086m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;086m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=087
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;087m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;087m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=088
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;088m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;088m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=089
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;089m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;089m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=090
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;090m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;090m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=091
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;091m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;091m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=092
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;092m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;092m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=093
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;093m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;093m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=094
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;094m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;094m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=095
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;095m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;095m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=096
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;096m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;096m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=097
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;097m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;097m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=098
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;098m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;098m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=099
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;099m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;099m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=100
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;100m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;100m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=101
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;101m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;101m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=102
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;102m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;102m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=103
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;103m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;103m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=104
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;104m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;104m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=105
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;105m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;105m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=106
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;106m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;106m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=107
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;107m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;107m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=108
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;108m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;108m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=109
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;109m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;109m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=110
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;110m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;110m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=111
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;111m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;111m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=112
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;112m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;112m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=113
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;113m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;113m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=114
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;114m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;114m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=115
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;115m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;115m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=116
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;116m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;116m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=117
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;117m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;117m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=118
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;118m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;118m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=119
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;119m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;119m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=120
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;120m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;120m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=121
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;121m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;121m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=122
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;122m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;122m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=123
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;123m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;123m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=124
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;124m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;124m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=125
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;125m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;125m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=126
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;126m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;126m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=127
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;127m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;127m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=128
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;128m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;128m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=129
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;129m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;129m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=130
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;130m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;130m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=131
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;131m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;131m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=132
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;132m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;132m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=133
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;133m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;133m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=134
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;134m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;134m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=135
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;135m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;135m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=136
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;136m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;136m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=137
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;137m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;137m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=138
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;138m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;138m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=139
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;139m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;139m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=140
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;140m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;140m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=141
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;141m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;141m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=142
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;142m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;142m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=143
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;143m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;143m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=144
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;144m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;144m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=145
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;145m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;145m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=146
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;146m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;146m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=147
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;147m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;147m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=148
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;148m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;148m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=149
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;149m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;149m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=150
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;150m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;150m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=151
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;151m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;151m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=152
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;152m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;152m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=153
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;153m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;153m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=154
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;154m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;154m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=155
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;155m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;155m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=156
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;156m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;156m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=157
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;157m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;157m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=158
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;158m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;158m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=159
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;159m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;159m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=160
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;160m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;160m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=161
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;161m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;161m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=162
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;162m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;162m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=163
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;163m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;163m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=164
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;164m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;164m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=165
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;165m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;165m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=166
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;166m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;166m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=167
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;167m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;167m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=168
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;168m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;168m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=169
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;169m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;169m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=170
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;170m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;170m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=171
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;171m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;171m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=172
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;172m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;172m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=173
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;173m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;173m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=174
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;174m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;174m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=175
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;175m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;175m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=176
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;176m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;176m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=177
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;177m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;177m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=178
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;178m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;178m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=179
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;179m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;179m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=180
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;180m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;180m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=181
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;181m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;181m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=182
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;182m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;182m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=183
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;183m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;183m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=184
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;184m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;184m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=185
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;185m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;185m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=186
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;186m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;186m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=187
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;187m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;187m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=188
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;188m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;188m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=189
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;189m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;189m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=190
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;190m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;190m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=191
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;191m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;191m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=192
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;192m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;192m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=193
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;193m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;193m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=194
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;194m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;194m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=195
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;195m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;195m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=196
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;196m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;196m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=197
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;197m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;197m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=198
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;198m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;198m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=199
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;199m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;199m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=200
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;200m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;200m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=201
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;201m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;201m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=202
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;202m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;202m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=203
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;203m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;203m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=204
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;204m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;204m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=205
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;205m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;205m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=206
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;206m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;206m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=207
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;207m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;207m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=208
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;208m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;208m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=209
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;209m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;209m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=210
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;210m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;210m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=211
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;211m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;211m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=212
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;212m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;212m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=213
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;213m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;213m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=214
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;214m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;214m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=215
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;215m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;215m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=216
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;216m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;216m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=217
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;217m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;217m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=218
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;218m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;218m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=219
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;219m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;219m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=220
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;220m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;220m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=221
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;221m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;221m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=222
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;222m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;222m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=223
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;223m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;223m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=224
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;224m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;224m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=225
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;225m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;225m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=226
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;226m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;226m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=227
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;227m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;227m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=228
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;228m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;228m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=229
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;229m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;229m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=230
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;230m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;230m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=231
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;231m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;231m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=232
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;232m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;232m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=233
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;233m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;233m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=234
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;234m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;234m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=235
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;235m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;235m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=236
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;236m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;236m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=237
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;237m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;237m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=238
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;238m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;238m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=239
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;239m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;239m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=240
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;240m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;240m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=241
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;241m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;241m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=242
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;242m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;242m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=243
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;243m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;243m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=244
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;244m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;244m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=245
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;245m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;245m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=246
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;246m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;246m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=247
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;247m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;247m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=248
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;248m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;248m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=249
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;249m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;249m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=250
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;250m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;250m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=251
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;251m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;251m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=252
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;252m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;252m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=253
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;253m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;253m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=254
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;254m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;254m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:17> color=255
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:18> FG[$color]='%{x27[38;5;255m%}'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:19> BG[$color]='%{x27[48;5;255m%}'
ZSH_SPECTRUM_TEXT=${ZSH_SPECTRUM_TEXT:-Arma virumque cano Troiae qui primus ab oris}
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/spectrum.zsh:23> ZSH_SPECTRUM_TEXT='Arma virumque cano Troiae qui primus ab oris'
# Show all 256 colors with color number
function spectrum_ls() {
for code in {000..255}; do
print -P -- "$code: %F{$code}$ZSH_SPECTRUM_TEXT%f"
done
}
# Show all 256 colors where the background is set to specific color
function spectrum_bls() {
for code in {000..255}; do
print -P -- "$BG[$code]$code: $ZSH_SPECTRUM_TEXT %{$reset_color%}"
done
}
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/termsupport.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/termsupport.zsh
# Set terminal window and tab/icon title
#
# usage: title short_tab_title [long_window_title]
#
# See: http://www.faqs.org/docs/Linux-mini/Xterm-Title.html#ss3.1
# Fully supports screen, iterm, and probably most modern xterm and rxvt
# (In screen, only short_tab_title is used)
# Limited support for Apple Terminal (Terminal can't set window and tab separately)
function title {
[[ "$EMACS" == *term* ]] && return
# if $2 is unset use $1 as default
# if it is set and empty, leave it as is
: ${2=$1}
if [[ "$TERM" == screen* ]]; then
print -Pn "\ek$1:q\e\\" #set screen hardstatus, usually truncated at 20 chars
elif [[ "$TERM" == xterm* ]] || [[ "$TERM" == rxvt* ]] || [[ "$TERM" == ansi ]] || [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then
print -Pn "\e]2;$2:q\a" #set window name
print -Pn "\e]1;$1:q\a" #set icon (=tab) name
fi
}
ZSH_THEME_TERM_TAB_TITLE_IDLE="%15<..<%~%<<" #15 char left truncated PWD
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/termsupport.zsh:24> ZSH_THEME_TERM_TAB_TITLE_IDLE='%15<..<%~%<<'
ZSH_THEME_TERM_TITLE_IDLE="%n@%m: %~"
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/termsupport.zsh:25> ZSH_THEME_TERM_TITLE_IDLE='%n@%m: %~'
# Runs before showing the prompt
function omz_termsupport_precmd {
if [[ $DISABLE_AUTO_TITLE == true ]]; then
return
fi
title $ZSH_THEME_TERM_TAB_TITLE_IDLE $ZSH_THEME_TERM_TITLE_IDLE
}
# Runs before executing the command
function omz_termsupport_preexec {
if [[ $DISABLE_AUTO_TITLE == true ]]; then
return
fi
emulate -L zsh
setopt extended_glob
# cmd name only, or if this is sudo or ssh, the next cmd
local CMD=${1[(wr)^(*=*|sudo|ssh|rake|-*)]:gs/%/%%}
local LINE="${2:gs/%/%%}"
title '$CMD' '%100>...>$LINE%<<'
}
precmd_functions+=(omz_termsupport_precmd)
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/termsupport.zsh:52> precmd_functions+=( omz_termsupport_precmd )
preexec_functions+=(omz_termsupport_preexec)
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/termsupport.zsh:53> preexec_functions+=( omz_termsupport_preexec )
# Runs before showing the prompt, to update the current directory in Terminal.app
function omz_termsupport_cwd {
# Notify Terminal.app of current directory using undocumented OSC sequence
# found in OS X 10.9 and 10.10's /etc/bashrc
if [[ $TERM_PROGRAM == Apple_Terminal ]] && [[ -z $INSIDE_EMACS ]]; then
local PWD_URL="file://$HOSTNAME${PWD// /%20}"
printf '\e]7;%s\a' "$PWD_URL"
fi
}
precmd_functions+=(omz_termsupport_cwd)
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/termsupport.zsh:66> precmd_functions+=( omz_termsupport_cwd )
+-antigen-load:42> script=/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh
+-antigen-load:42> source /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh
# ls colors
autoload -U colors && colors
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:2> autoload -U colors
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:2> colors
+colors:4> emulate -L zsh
+colors:6> typeset -Ag color colour
+colors:8> color=( 00 none 01 bold 02 faint 22 normal 03 standout 23 no-standout 04 underline 24 no-underline 05 blink 25 no-blink 07 reverse 27 no-reverse 08 conceal 28 no-conceal 30 black 40 bg-black 31 red 41 bg-red 32 green 42 bg-green 33 yellow 43 bg-yellow 34 blue 44 bg-blue 35 magenta 45 bg-magenta 36 cyan 46 bg-cyan 37 white 47 bg-white 39 default 49 bg-default )
+colors:76> local k
+colors:77> k=44
+colors:77> color[${color[$k]}]=44
+colors:77> k=33
+colors:77> color[${color[$k]}]=33
+colors:77> k=22
+colors:77> color[${color[$k]}]=22
+colors:77> k=00
+colors:77> color[${color[$k]}]=00
+colors:77> k=45
+colors:77> color[${color[$k]}]=45
+colors:77> k=34
+colors:77> color[${color[$k]}]=34
+colors:77> k=23
+colors:77> color[${color[$k]}]=23
+colors:77> k=01
+colors:77> color[${color[$k]}]=01
+colors:77> k=46
+colors:77> color[${color[$k]}]=46
+colors:77> k=35
+colors:77> color[${color[$k]}]=35
+colors:77> k=24
+colors:77> color[${color[$k]}]=24
+colors:77> k=02
+colors:77> color[${color[$k]}]=02
+colors:77> k=47
+colors:77> color[${color[$k]}]=47
+colors:77> k=36
+colors:77> color[${color[$k]}]=36
+colors:77> k=25
+colors:77> color[${color[$k]}]=25
+colors:77> k=03
+colors:77> color[${color[$k]}]=03
+colors:77> k=37
+colors:77> color[${color[$k]}]=37
+colors:77> k=04
+colors:77> color[${color[$k]}]=04
+colors:77> k=49
+colors:77> color[${color[$k]}]=49
+colors:77> k=27
+colors:77> color[${color[$k]}]=27
+colors:77> k=05
+colors:77> color[${color[$k]}]=05
+colors:77> k=39
+colors:77> color[${color[$k]}]=39
+colors:77> k=28
+colors:77> color[${color[$k]}]=28
+colors:77> k=07
+colors:77> color[${color[$k]}]=07
+colors:77> k=08
+colors:77> color[${color[$k]}]=08
+colors:77> k=40
+colors:77> color[${color[$k]}]=40
+colors:77> k=41
+colors:77> color[${color[$k]}]=41
+colors:77> k=30
+colors:77> color[${color[$k]}]=30
+colors:77> k=42
+colors:77> color[${color[$k]}]=42
+colors:77> k=31
+colors:77> color[${color[$k]}]=31
+colors:77> k=43
+colors:77> color[${color[$k]}]=43
+colors:77> k=32
+colors:77> color[${color[$k]}]=32
+colors:81> k=30
+colors:81> color[fg-${color[$k]}]=30
+colors:81> k=31
+colors:81> color[fg-${color[$k]}]=31
+colors:81> k=32
+colors:81> color[fg-${color[$k]}]=32
+colors:81> k=33
+colors:81> color[fg-${color[$k]}]=33
+colors:81> k=34
+colors:81> color[fg-${color[$k]}]=34
+colors:81> k=35
+colors:81> color[fg-${color[$k]}]=35
+colors:81> k=36
+colors:81> color[fg-${color[$k]}]=36
+colors:81> k=37
+colors:81> color[fg-${color[$k]}]=37
+colors:81> k=39
+colors:81> color[fg-${color[$k]}]=39
+colors:85> color[grey]=30
+colors:86> color[fg-grey]=30
+colors:87> color[bg-grey]=40
+colors:91> colour=( 00 none 22 normal 44 bg-blue fg-red 31 01 bold 23 no-standout 45 bg-magenta 02 faint 24 no-underline 46 bg-cyan 03 standout 25 no-blink 47 bg-white 04 underline yellow 33 bg-red 41 bold 01 05 blink 27 no-reverse 49 bg-default no-reverse 27 28 no-conceal 07 reverse 08 conceal fg-black 30 red 31 conceal 08 default 39 faint 02 fg-green 32 no-underline 24 bg-magenta 45 magenta 35 blink 05 blue 34 grey 30 fg-default 39 bg-white 47 30 black no-standout 23 31 red 32 green bg-yellow 43 33 yellow cyan 36 34 blue 35 magenta white 37 36 cyan standout 03 37 white bg-blue 44 fg-magenta 35 39 default bg-grey 40 no-conceal 28 reverse 07 bg-cyan 46 underline 04 fg-yellow 33 fg-white 37 bg-black 40 normal 22 fg-blue 34 bg-green 42 none 00 fg-grey 30 black 30 no-blink 25 bg-default 49 40 bg-black fg-cyan 36 green 32 41 bg-red 42 bg-green 43 bg-yellow )
+colors:95> local 'lc=x27[' 'rc=m'
+colors:97> typeset -Hg reset_color bold_color
+colors:98> reset_color='x27[00m'
+colors:99> bold_color='x27[01m'
+colors:103> typeset -AHg fg fg_bold fg_no_bold
+colors:104> k=fg-red
+colors:105> fg[${k#fg-}]='x27[31m'
+colors:106> fg_bold[${k#fg-}]='x27[01;31m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;31m'
+colors:104> k=fg-black
+colors:105> fg[${k#fg-}]='x27[30m'
+colors:106> fg_bold[${k#fg-}]='x27[01;30m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;30m'
+colors:104> k=fg-green
+colors:105> fg[${k#fg-}]='x27[32m'
+colors:106> fg_bold[${k#fg-}]='x27[01;32m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;32m'
+colors:104> k=fg-default
+colors:105> fg[${k#fg-}]='x27[39m'
+colors:106> fg_bold[${k#fg-}]='x27[01;39m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;39m'
+colors:104> k=fg-magenta
+colors:105> fg[${k#fg-}]='x27[35m'
+colors:106> fg_bold[${k#fg-}]='x27[01;35m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;35m'
+colors:104> k=fg-yellow
+colors:105> fg[${k#fg-}]='x27[33m'
+colors:106> fg_bold[${k#fg-}]='x27[01;33m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;33m'
+colors:104> k=fg-white
+colors:105> fg[${k#fg-}]='x27[37m'
+colors:106> fg_bold[${k#fg-}]='x27[01;37m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;37m'
+colors:104> k=fg-blue
+colors:105> fg[${k#fg-}]='x27[34m'
+colors:106> fg_bold[${k#fg-}]='x27[01;34m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;34m'
+colors:104> k=fg-grey
+colors:105> fg[${k#fg-}]='x27[30m'
+colors:106> fg_bold[${k#fg-}]='x27[01;30m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;30m'
+colors:104> k=fg-cyan
+colors:105> fg[${k#fg-}]='x27[36m'
+colors:106> fg_bold[${k#fg-}]='x27[01;36m'
+colors:107> fg_no_bold[${k#fg-}]='x27[22;36m'
+colors:112> typeset -AHg bg bg_bold bg_no_bold
+colors:113> k=bg-red
+colors:114> bg[${k#bg-}]='x27[41m'
+colors:115> bg_bold[${k#bg-}]='x27[01;41m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;41m'
+colors:113> k=bg-magenta
+colors:114> bg[${k#bg-}]='x27[45m'
+colors:115> bg_bold[${k#bg-}]='x27[01;45m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;45m'
+colors:113> k=bg-white
+colors:114> bg[${k#bg-}]='x27[47m'
+colors:115> bg_bold[${k#bg-}]='x27[01;47m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;47m'
+colors:113> k=bg-yellow
+colors:114> bg[${k#bg-}]='x27[43m'
+colors:115> bg_bold[${k#bg-}]='x27[01;43m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;43m'
+colors:113> k=bg-blue
+colors:114> bg[${k#bg-}]='x27[44m'
+colors:115> bg_bold[${k#bg-}]='x27[01;44m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;44m'
+colors:113> k=bg-grey
+colors:114> bg[${k#bg-}]='x27[40m'
+colors:115> bg_bold[${k#bg-}]='x27[01;40m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;40m'
+colors:113> k=bg-cyan
+colors:114> bg[${k#bg-}]='x27[46m'
+colors:115> bg_bold[${k#bg-}]='x27[01;46m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;46m'
+colors:113> k=bg-black
+colors:114> bg[${k#bg-}]='x27[40m'
+colors:115> bg_bold[${k#bg-}]='x27[01;40m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;40m'
+colors:113> k=bg-green
+colors:114> bg[${k#bg-}]='x27[42m'
+colors:115> bg_bold[${k#bg-}]='x27[01;42m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;42m'
+colors:113> k=bg-default
+colors:114> bg[${k#bg-}]='x27[49m'
+colors:115> bg_bold[${k#bg-}]='x27[01;49m'
+colors:116> bg_no_bold[${k#bg-}]='x27[22;49m'
export LSCOLORS="Gxfxcxdxbxegedabagacad"
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:3> export 'LSCOLORS=Gxfxcxdxbxegedabagacad'
# Enable ls colors
if [ "$DISABLE_LS_COLORS" != "true" ]
then
# Find the option for using colors in ls, depending on the version: Linux or BSD
if [[ "$(uname -s)" == "NetBSD" ]]; then
# On NetBSD, test if "gls" (GNU ls) is installed (this one supports colors);
# otherwise, leave ls as is, because NetBSD's ls doesn't support -G
gls --color -d . &>/dev/null 2>&1 && alias ls='gls --color=tty'
elif [[ "$(uname -s)" == "OpenBSD" ]]; then
# On OpenBSD, test if "colorls" is installed (this one supports colors);
# otherwise, leave ls as is, because OpenBSD's ls doesn't support -G
colorls -G -d . &>/dev/null 2>&1 && alias ls='colorls -G'
else
ls --color -d . &>/dev/null 2>&1 && alias ls='ls --color=tty' || alias ls='ls -G'
fi
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:6> [ '' '!=' true ']'
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:9> [[+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:9> uname -s
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:9> [[ Darwin == NetBSD ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:13> [[+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:13> uname -s
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:13> [[ Darwin == OpenBSD ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:18> ls --color -d .
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:18> alias 'ls=ls -G'
#setopt no_beep
setopt auto_cd
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:23> setopt auto_cd
setopt multios
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:24> setopt multios
setopt cdablevars
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:25> setopt cdablevars
if [[ x$WINDOW != x ]]
then
SCREEN_NO="%B$WINDOW%b "
else
SCREEN_NO=""
fi
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:27> [[ x != x ]]
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:31> SCREEN_NO=''
# Apply theming defaults
PS1="%n@%m:%~%# "
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:35> PS1='%n@%m:%~%# '
# git theming default: Variables for theming the git info prompt
ZSH_THEME_GIT_PROMPT_PREFIX="git:(" # Prefix at the very beginning of the prompt, before the branch name
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:38> ZSH_THEME_GIT_PROMPT_PREFIX='git:('
ZSH_THEME_GIT_PROMPT_SUFFIX=")" # At the very end of the prompt
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:39> ZSH_THEME_GIT_PROMPT_SUFFIX=')'
ZSH_THEME_GIT_PROMPT_DIRTY="*" # Text to display if the branch is dirty
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:40> ZSH_THEME_GIT_PROMPT_DIRTY='*'
ZSH_THEME_GIT_PROMPT_CLEAN="" # Text to display if the branch is clean
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:41> ZSH_THEME_GIT_PROMPT_CLEAN=''
# Setup the prompt with pretty colors
setopt prompt_subst
+/Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib/theme-and-appearance.zsh:44> setopt prompt_subst
+-antigen-load:52> fpath=( /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib /usr/local/share/zsh/site-functions /usr/local/Cellar/zsh/5.0.7/share/zsh/functions )
+/Users/lynn/.zshrc:142> antigen apply
+antigen:1> local 'cmd=apply'
+antigen:2> [[ -z apply ]]
+antigen:6> shift
+antigen:8> functions antigen-apply
+antigen:9> antigen-apply
+antigen-apply:3> local cdef
+antigen-apply:7> autoload -U compinit
+antigen-apply:8> compinit -i
+compinit:70> emulate -L zsh
+compinit:71> setopt extendedglob
+compinit:73> typeset _i_dumpfile _i_files _i_line _i_done _i_dir '_i_autodump=1'
+compinit:74> typeset _i_tag _i_file _i_addfiles '_i_fail=ask' '_i_check=yes' _i_name
+compinit:76> [[ 1 -gt 0 && -i == -[dDiuC] ]]
+compinit:77> case -i (-d)
+compinit:77> case -i (-D)
+compinit:77> case -i (-i)
+compinit:91> _i_fail=ign
+compinit:92> shift
+compinit:76> [[ 0 -gt 0 ]]
+compinit:108> typeset -gA _comps _services _patcomps _postpatcomps
+compinit:113> typeset -gA _compautos
+compinit:118> typeset -gA _lastcomp
+compinit:121> [[ -n '' ]]
+compinit:125> typeset -g '_comp_dumpfile=/Users/lynn/.zcompdump'
+compinit:130> typeset -ga _comp_options
+compinit:131> _comp_options=( bareglobqual extendedglob glob multibyte nullglob rcexpandparam unset NO_allexport NO_aliases NO_cshnullglob NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern NO_ignorebraces NO_ignoreclosebraces NO_kshglob NO_ksharrays NO_kshtypeset NO_markdirs NO_octalzeroes NO_shwordsplit NO_shglob NO_warncreateglobal )
+compinit:164> typeset -g '_comp_setup=local -A _comp_caller_options;
_comp_caller_options=(${(kv)options[@]});
setopt localoptions localtraps localpatterns ${_comp_options[@]};
local IFS=$'\'' \t\r\n\0'\''
enable -p \| \~ \( \? \* \[ \< \^ \#
exec </dev/null;
trap - ZERR
local -a reply
local REPLY'
+compinit:177> typeset -ga compprefuncs comppostfuncs
+compinit:178> compprefuncs=( )
+compinit:179> comppostfuncs=( )
+compinit:183> : compinit antigen-apply antigen /Users/lynn/.zshrc
+compinit:432> typeset _i_wdirs _i_wfiles
+compinit:434> _i_wdirs=( )
+compinit:435> _i_wfiles=( )
+compinit:437> autoload -Uz compaudit
+compinit:438> [[ -n yes ]]
+compinit:439> typeset _i_q
+compinit:440> eval compaudit
+(eval):1> compaudit
+compaudit:173> compaudit
+compaudit:13> emulate -L zsh
+compaudit:14> setopt extendedglob
+compaudit:16> [[ -x /usr/bin/getent ]]
+compaudit:25> (( 0 ))
+compaudit:27> (( 3 == 0 ))
+compaudit:31> set -- /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib /usr/local/share/zsh/site-functions /usr/local/Cellar/zsh/5.0.7/share/zsh/functions
+compaudit:38> (( 1 ))
+compaudit:44> fpath=( /Users/lynn/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh.git/lib /usr/local/share/zsh/site-functions /usr/local/Cellar/zsh/5.0.7/share/zsh/functions )
+compaudit:49> (( 0 ))
+compaudit:50> local '_compdir=/usr/local/Cellar/zsh/5.0.7/share/zsh/functions'
+compaudit:51> [[ -z /usr/local/Cellar/zsh/5.0.7/share/zsh/functions ]]
+compaudit:55> _i_wdirs=( )
+compaudit:56> _i_wfiles=( )
+compaudit:58> _i_files=( /usr/local/share/zsh/site-functions/_aws /usr/local/share/zsh/site-functions/_git /usr/local/share/zsh/site-functions/_hub /usr/local/share/zsh/site-functions/_lein /usr/local/share/zsh/site-functions/_vcsh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_SUSEconfig /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_a2ps /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_a2utils /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_aap /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_acpi /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_acpitool /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_acroread /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_adb /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_alias /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_aliases /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_all_labels /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_all_matches /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_alternative /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_analyseplugin /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ant /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_antiword /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_apachectl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_apm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_approximate /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_apt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_apt-file /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_apt-move /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_apt-show-versions /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_aptitude /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_arch_archives /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_arch_namespace /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_arg_compile /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_arguments /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_arp /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_arping /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_arrays /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_assign /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_at /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_attr /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_augeas /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_auto-apt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_autocd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_awk /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_axi-cache /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bash_completions /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_baz /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_be_name /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_beadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bind_addresses /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bindkey /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bison /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bittorrent /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bogofilter /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bpython /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_brace_parameter /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_brctl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bsd_pkg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_btrfs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bts /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bug /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_builtin /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bzip2 /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_bzr /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cache_invalid /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cal /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_calendar /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_call_function /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_call_program /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_canonical_paths /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ccal /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cdbs-edit-patch /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cdcd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cdr /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cdrdao /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cdrecord /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_chflags /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_chkconfig /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_chmod /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_chown /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_chrt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_chsh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_clay /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_combination /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_comm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_command /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_command_names /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_comp_locale /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_compdef /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_complete /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_complete_debug /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_complete_help /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_complete_help_generic /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_complete_tag /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_compress /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_condition /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_configure /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_coreadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_correct /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_correct_filename /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_correct_word /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cowsay /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cp /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cpio /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cplay /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cryptsetup /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cssh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_csup /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ctags_tags /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cut /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cvs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cvsup /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cygcheck /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cygpath /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cygrunsrv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cygserver /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_cygstart /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dak /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_darcs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_date /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dbus /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dchroot /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dchroot-dsa /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dcop /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dcut /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_deb_packages /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_debchange /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_debdiff /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_debfoster /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_debsign /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_default /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_defaults /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_delimiters /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_describe /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_description /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_devtodo /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_df /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dhclient /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dhcpinfo /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dict /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dict_words /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_diff /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_diff_options /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_diffstat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dir_list /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_directories /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_directory_stack /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dirs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_disable /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dispatch /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_django /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dladm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dlocate /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dmidecode /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_docker /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_domains /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dpatch-edit-patch /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dpkg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dpkg-buildpackage /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dpkg-cross /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dpkg-repack /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dpkg_source /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dput /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dsh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dtrace /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_du /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dumpadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dumper /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dupload /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dvi /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_dynamic_directory_name /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ecasound /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_echotc /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_echoti /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_elinks /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_elm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_email_addresses /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_emulate /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_enable /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_enscript /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_env /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_equal /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_espeak /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_etags /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ethtool /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_expand /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_expand_alias /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_expand_word /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_extensions /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fakeroot /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fc /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_feh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fetch /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fetchmail /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ffmpeg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_figlet /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_file_descriptors /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_file_systems /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_files /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_find /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_finger /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fink /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_first /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_flasher /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_flex /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_floppy /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_flowadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fmadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fortune /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_freebsd-update /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fsh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fstat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_functions /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fuse_arguments /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fuse_values /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fuser /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_fusermount /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gcc /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gcore /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gdb /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_generic /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_genisoimage /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_getclip /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_getconf /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_getent /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_getfacl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_getmail /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_git /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_git-buildpackage /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_global /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_global_tags /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_globflags /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_globqual_delims /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_globquals /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gnome-gv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gnu_generic /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gnupod /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gnutls /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_go /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gpg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gphoto2 /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gprof /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gqview /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gradle /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_graphicsmagick /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_grep /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_grep-excuses /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_groff /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_groups /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_growisofs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_guard /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_guilt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_gzip /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_hash /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_have_glob_qual /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_hdiutil /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_hg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_history /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_history_complete_word /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_history_modifiers /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_hosts /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_hwinfo /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_iconv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_id /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ifconfig /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_iftop /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ignored /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_imagemagick /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_in_vared /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_inetadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_init_d /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_initctl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_invoke-rc.d /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ionice /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ip /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ipadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ipset /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_iptables /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_irssi /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ispell /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_iwconfig /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_java /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_java_class /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_jobs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_jobs_bg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_jobs_builtin /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_jobs_fg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_joe /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_join /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_kfmclient /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_kill /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_killall /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_kld /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_knock /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_kvno /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_last /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ld_debug /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ldd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_less /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lha /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lighttpd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_limit /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_limits /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_links /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lintian /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_list /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_list_files /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ln /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_loadkeys /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_locales /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_locate /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_logical_volumes /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_look /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_losetup /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lp /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ls /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lscfg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lsdev /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lslv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lsof /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lspv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lsusb /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lsvg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lynx /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_lzop /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mac_applications /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mac_files_for_application /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_madison /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mail /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mailboxes /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_main_complete /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_make /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_make-kpkg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_man /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_match /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_math /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_math_params /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_matlab /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_md5sum /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mdadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_members /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mencal /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_menu /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mere /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mergechanges /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_message /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_metaflac /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mii-tool /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mime_types /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mkdir /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mkshortcut /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mkzsh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_module /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_module-assistant /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_module_math_func /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_modutils /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mondo /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_monotone /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_moosic /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mosh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_most_recent_file /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mount /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mozilla /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mpc /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mplayer /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mtools /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mtr /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_multi_parts /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mutt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_my_accounts /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mysql_utils /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_mysqldiff /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_nautilus /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ncftp /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_nedit /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_net_interfaces /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_netcat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_netscape /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_netstat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_newsgroups /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_next_label /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_next_tags /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_nice /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_nkf /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_nm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_nmap /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_nmcli /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_normal /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_nothing /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_notmuch /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_npm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_nslookup /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_object_classes /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_od /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_okular /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_oldlist /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_open /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_options /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_options_set /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_options_unset /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_osc /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_other_accounts /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pack /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_parameter /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_parameters /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_patch /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_path_commands /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_path_files /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pax /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pbm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pbuilder /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pdf /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pdftk /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_perforce /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_perl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_perl_basepods /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_perl_modules /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_perldoc /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pfctl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pfexec /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pgrep /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_php /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_physical_volumes /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pick_variant /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pids /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pine /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ping /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_piuparts /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pkg-config /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pkg5 /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pkg_instance /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pkgadd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pkginfo /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pkgrm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pkgtool /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pon /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_portaudit /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_portlint /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_portmaster /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ports /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_portsnap /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_postfix /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_postscript /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_powerd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_prcs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_precommand /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_prefix /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_print /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_printenv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_printers /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_procstat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_prompt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_prove /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_prstat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ps /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ps1234 /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pscp /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pspdf /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_psutils /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ptree /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pump /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_putclip /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_pydoc /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_python /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_qemu /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_qiv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_qtplay /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_quilt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_raggle /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rake /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ranlib /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rar /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rcs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_read /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_read_comp /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_readshortcut /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rebootin /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_redirect /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_regex_arguments /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_regex_words /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_remote_files /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_renice /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_reprepro /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_requested /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_retrieve_cache /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_retrieve_mac_apps /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ri /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rlogin /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rpm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rpmbuild /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rrdtool /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rsync /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_rubber /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ruby /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_run-help /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sablotron /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_samba /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_savecore /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sccs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sched /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_schedtool /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_schroot /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_screen /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sed /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sep_parts /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sequence /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_service /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_services /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_set /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_set_command /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_setfacl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_setopt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_setup /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_setxkbmap /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_showmount /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_signals /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sisu /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_slrn /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_smit /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_snoop /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_socket /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sockstat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_softwareupdate /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sort /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_source /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_spamassassin /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sqlite /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sqsh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ss /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ssh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sshfs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_stat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_stgit /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_store_cache /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_strace /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_strip /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_stty /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_su /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sub_commands /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_subscript /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_subversion /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sudo /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_suffix_alias_files /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_surfraw /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_svcadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_svccfg /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_svcprop /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_svcs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_svcs_fmri /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_svn-buildpackage /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sysctl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_sysstat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_system_profiler /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_systemd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tags /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tar /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tar_archive /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tardy /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tcpdump /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tcpsys /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tcptraceroute /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_telnet /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_terminals /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tex /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_texi /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_texinfo /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tidy /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tiff /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tilde /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tilde_files /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_time_zone /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tin /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tla /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tmux /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_todo.sh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_toilet /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_toolchain-source /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_topgit /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_totd /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tpb /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tpconfig /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tracepath /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_trap /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tree /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ttyctl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_tune2fs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_twidge /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_twisted /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_typeset /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ulimit /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_uml /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_unace /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_uname /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_unexpand /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_unhash /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_uniq /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_unison /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_units /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_update-alternatives /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_update-rc.d /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_urls /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_urpmi /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_urxvt /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_uscan /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_user_admin /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_user_at_host /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_user_expand /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_user_math_func /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_users /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_users_on /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_uzbl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_valgrind /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_value /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_values /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vared /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vars /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vcsh /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vim /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vim-addons /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vnc /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_volume_groups /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vorbis /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vorbiscomment /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vserver /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_vux /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_w3m /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_wait /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_wajig /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_wakeup_capable_devices /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_wanna-build /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_wanted /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_webbrowser /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_wget /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_whereis /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_which /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_whois /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_wiggle /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_wpa_cli /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_arguments /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_borderwidth /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_color /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_colormapid /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_cursor /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_display /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_extension /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_font /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_geometry /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_keysym /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_locale /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_modifier /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_name /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_resource /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_selection_timeout /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_title /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_utils /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_visual /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_x_window /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xargs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xauth /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xclip /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xdvi /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xfig /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xft_fonts /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xloadimage /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xmlsoft /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xmms2 /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xmodmap /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xournal /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xpdf /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xrandr /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xscreensaver /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xset /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xt_arguments /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xt_session_id /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xterm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xwit /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_xz /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_yafc /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_yast /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_yast2 /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_yodl /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_yp /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_yum /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zargs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zattr /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zcalc_line /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zcat /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zcompile /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zdump /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zed /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zfs /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zfs_dataset /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zfs_keysource_props /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zfs_pool /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zftp /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zip /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zle /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zlogin /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zmodload /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zmv /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zoneadm /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zones /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zpool /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zpty /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zsh-mime-handler /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zstyle /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_ztodo /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/_zypper )
+compaudit:59> [[ -n /usr/local/Cellar/zsh/5.0.7/share/zsh/functions ]]
+compaudit:60> [[ 717 -lt 20 || /usr/local/Cellar/zsh/5.0.7/share/zsh/functions == */Base || -d /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/Base ]]
+compaudit:81> [[ ign == use ]]
+compaudit:85> local '_i_owners=u0u502'
+compaudit:88> local -a _i_exes
+compaudit:89> _i_exes=( /proc/45839/exe /proc/45839/object/a.out )
+compaudit:93> local _i_exe
+compaudit:98> _i_exe=/proc/45839/exe
+compaudit:99> [[ -e /proc/45839/exe ]]
+compaudit:98> _i_exe=/proc/45839/object/a.out
+compaudit:99> [[ -e /proc/45839/object/a.out ]]
+compaudit:120> _i_wdirs=( )
+compaudit:129> (( 0 ))
+compaudit:143> [[ -f /etc/debian_version ]]
+compaudit:150> _i_wdirs=( )
+compaudit:151> _i_wfiles=( )
+compaudit:153> case 0:0 (0:0)
+compaudit:154> _i_q=''
+compaudit:160> [[ -n '' ]]
+compaudit:167> return 0
+compinit:465> autoload -Uz compdump compinstall
+compinit:469> _i_done=''
+compinit:471> [[ -f /Users/lynn/.zcompdump ]]
+compinit:472> [[ -n yes ]]
+compinit:473> IFS=' ' +compinit:473> read -rA _i_line
+compinit:474> [[ _i_autodump -eq 1 && 717 -eq 717 && 5.0.7 == 5.0.7 ]]
+compinit:477> . /Users/lynn/.zcompdump
#files: 717 version: 5.0.7
_comps=(
'-' '_precommand'
'-array-value-' '_value'
'-assign-parameter-' '_assign'
'-brace-parameter-' '_brace_parameter'
'-command-' '_autocd'
'-command-line-' '_normal'
'-condition-' '_condition'
'-default-' '_default'
'-equal-' '_equal'
'-first-' '_first'
'-math-' '_math'
'-parameter-' '_parameter'
'-redirect-' '_redirect'
'-redirect-,-default-,-default-' '_files'
'-redirect-,<,bunzip2' '_bzip2'
'-redirect-,<,bzip2' '_bzip2'
'-redirect-,<,compress' '_compress'
'-redirect-,<,gunzip' '_gzip'
'-redirect-,<,gzip' '_gzip'
'-redirect-,<,uncompress' '_compress'
'-redirect-,<,unxz' '_xz'
'-redirect-,<,xz' '_xz'
'-redirect-,>,bzip2' '_bzip2'
'-redirect-,>,compress' '_compress'
'-redirect-,>,gzip' '_gzip'
'-redirect-,>,xz' '_xz'
'-subscript-' '_subscript'
'-tilde-' '_tilde'
'-value-' '_value'
'-value-,-default-,-command-' '_zargs'
'-value-,-default-,-default-' '_value'
'-value-,ADB_TRACE,-default-' '_adb'
'-value-,ANDROID_LOG_TAGS,-default-' '_adb'
'-value-,ANDROID_SERIAL,-default-' '_adb'
'-value-,ANT_ARGS,-default-' '_ant'
'-value-,CFLAGS,-default-' '_gcc'
'-value-,CPPFLAGS,-default-' '_gcc'
'-value-,DISPLAY,-default-' '_x_display'
'-value-,GREP_OPTIONS,-default-' '_grep'
'-value-,GZIP,-default-' '_gzip'
'-value-,LANG,-default-' '_locales'
'-value-,LANGUAGE,-default-' '_locales'
'-value-,LDFLAGS,-default-' '_gcc'
'-value-,LD_DEBUG,-default-' '_ld_debug'
'-value-,LESS,-default-' '_less'
'-value-,LESSCHARSET,-default-' '_less'
'-value-,LPDEST,-default-' '_printers'
'-value-,P4CLIENT,-default-' '_perforce'
'-value-,P4MERGE,-default-' '_perforce'
'-value-,P4PORT,-default-' '_perforce'
'-value-,P4USER,-default-' '_perforce'
'-value-,PERLDOC,-default-' '_perldoc'
'-value-,PRINTER,-default-' '_printers'
'-value-,PROMPT,-default-' '_ps1234'
'-value-,PROMPT2,-default-' '_ps1234'
'-value-,PROMPT3,-default-' '_ps1234'
'-value-,PROMPT4,-default-' '_ps1234'
'-value-,PS1,-default-' '_ps1234'
'-value-,PS2,-default-' '_ps1234'
'-value-,PS3,-default-' '_ps1234'
'-value-,PS4,-default-' '_ps1234'
'-value-,RPROMPT,-default-' '_ps1234'
'-value-,RPROMPT2,-default-' '_ps1234'
'-value-,RPS1,-default-' '_ps1234'
'-value-,RPS2,-default-' '_ps1234'
'-value-,SPROMPT,-default-' '_ps1234'
'-value-,TERM,-default-' '_terminals'
'-value-,TERMINFO_DIRS,-default-' '_dir_list'
'-value-,TZ,-default-' '_time_zone'
'-value-,VALGRIND_OPTS,-default-' '_valgrind'
'-value-,WWW_HOME,-default-' '_urls'
'-value-,XML_CATALOG_FILES,-default-' '_xmlsoft'
'-value-,XZ_DEFAULTS,-default-' '_xz'
'-value-,XZ_OPT,-default-' '_xz'
'-vared-' '_in_vared'
'-zcalc-line-' '_zcalc_line'
'.' '_source'
'5g' '_go'
'5l' '_go'
'6g' '_go'
'6l' '_go'
'8g' '_go'
'8l' '_go'
'Mail' '_mail'
'Mosaic' '_webbrowser'
'SuSEconfig' '_SUSEconfig'
'a2dismod' '_a2utils'
'a2dissite' '_a2utils'
'a2enmod' '_a2utils'
'a2ensite' '_a2utils'
'a2ps' '_a2ps'
'aaaa' '_hosts'
'aap' '_aap'
'acpi' '_acpi'
'acpitool' '_acpitool'
'acroread' '_acroread'
'adb' '_adb'
'admin' '_sccs'
'ali' '_mh'
'alias' '_alias'
'amaya' '_webbrowser'
'analyseplugin' '_analyseplugin'
'animate' '_imagemagick'
'anno' '_mh'
'ant' '_ant'
'antiword' '_antiword'
'aoss' '_precommand'
'apache2ctl' '_apachectl'
'apachectl' '_apachectl'
'apm' '_apm'
'appletviewer' '_java'
'apropos' '_man'
'apt' '_apt'
'apt-cache' '_apt'
'apt-cdrom' '_apt'
'apt-config' '_apt'
'apt-file' '_apt-file'
'apt-get' '_apt'
'apt-mark' '_apt'
'apt-move' '_apt-move'
'apt-show-versions' '_apt-show-versions'
'aptitude' '_aptitude'
'apvlv' '_pdf'
'arena' '_webbrowser'
'arp' '_arp'
'arping' '_arping'
'at' '_at'
'atq' '_at'
'atrm' '_at'
'attr' '_attr'
'augtool' '_augeas'
'auto-apt' '_auto-apt'
'autoload' '_typeset'
'awk' '_awk'
'axi-cache' '_axi-cache'
'bash' '_sh'
'batch' '_at'
'baz' '_baz'
'beadm' '_beadm'
'bg' '_jobs_bg'
'bindkey' '_bindkey'
'bison' '_bison'
'bmake' '_make'
'bogofilter' '_bogofilter'
'bogotune' '_bogofilter'
'bogoutil' '_bogofilter'
'bpython' '_bpython'
'bpython-gtk' '_bpython'
'bpython-urwid' '_bpython'
'bpython2' '_bpython'
'bpython2-gtk' '_bpython'
'bpython2-urwid' '_bpython'
'bpython3' '_bpython'
'bpython3-gtk' '_bpython'
'bpython3-urwid' '_bpython'
'brctl' '_brctl'
'btdownloadcurses' '_bittorrent'
'btdownloadgui' '_bittorrent'
'btdownloadheadless' '_bittorrent'
'btlaunchmany' '_bittorrent'
'btlaunchmanycurses' '_bittorrent'
'btmakemetafile' '_bittorrent'
'btreannounce' '_bittorrent'
'btrename' '_bittorrent'
'btrfs' '_btrfs'
'bts' '_bts'
'btshowmetainfo' '_bittorrent'
'bttrack' '_bittorrent'
'bug' '_bug'
'buildhash' '_ispell'
'builtin' '_builtin'
'bunzip2' '_bzip2'
'burst' '_mh'
'bzcat' '_bzip2'
'bzip2' '_bzip2'
'bzip2recover' '_bzip2'
'bzr' '_bzr'
'c++' '_gcc'
'cal' '_cal'
'calendar' '_calendar'
'cat' '_cat'
'catchsegv' '_precommand'
'cc' '_gcc'
'ccal' '_ccal'
'cd' '_cd'
'cdbs-edit-patch' '_cdbs-edit-patch'
'cdc' '_sccs'
'cdcd' '_cdcd'
'cdr' '_cdr'
'cdrdao' '_cdrdao'
'cdrecord' '_cdrecord'
'certtool' '_gnutls'
'cftp' '_twisted'
'chage' '_users'
'chdir' '_cd'
'chflags' '_chflags'
'chfn' '_users'
'chgrp' '_chown'
'chimera' '_webbrowser'
'chkconfig' '_chkconfig'
'chmod' '_chmod'
'chown' '_chown'
'chpass' '_chsh'
'chrt' '_chrt'
'chsh' '_chsh'
'ci' '_rcs'
'ckeygen' '_twisted'
'clang' '_gcc'
'clang++' '_gcc'
'clay' '_clay'
'clear' '_nothing'
'co' '_rcs'
'comb' '_sccs'
'combine' '_imagemagick'
'comm' '_comm'
'command' '_command'
'comp' '_mh'
'compdef' '_compdef'
'composite' '_imagemagick'
'compress' '_compress'
'conch' '_twisted'
'config.status' '_configure'
'configure' '_configure'
'convert' '_imagemagick'
'coreadm' '_coreadm'
'cowsay' '_cowsay'
'cowthink' '_cowsay'
'cp' '_cp'
'cpio' '_cpio'
'cplay' '_cplay'
'crsh' '_cssh'
'cryptsetup' '_cryptsetup'
'csh' '_sh'
'cssh' '_cssh'
'csup' '_csup'
'curl' '_urls'
'cut' '_cut'
'cvs' '_cvs'
'cvsup' '_cvsup'
'cygcheck' '_cygcheck'
'cygcheck.exe' '_cygcheck'
'cygpath' '_cygpath'
'cygpath.exe' '_cygpath'
'cygrunsrv' '_cygrunsrv'
'cygrunsrv.exe' '_cygrunsrv'
'cygserver' '_cygserver'
'cygserver.exe' '_cygserver'
'cygstart' '_cygstart'
'cygstart.exe' '_cygstart'
'dak' '_dak'
'darcs' '_darcs'
'date' '_date'
'dbus-monitor' '_dbus'
'dbus-send' '_dbus'
'dch' '_debchange'
'dchroot' '_dchroot'
'dchroot-dsa' '_dchroot-dsa'
'dcop' '_dcop'
'dcopclient' '_dcop'
'dcopfind' '_dcop'
'dcopobject' '_dcop'
'dcopref' '_dcop'
'dcopstart' '_dcop'
'dcut' '_dcut'
'dd' '_dd'
'debchange' '_debchange'
'debdiff' '_debdiff'
'debfoster' '_debfoster'
'debsign' '_debsign'
'declare' '_typeset'
'defaults' '_defaults'
'delta' '_sccs'
'devtodo' '_devtodo'
'df' '_df'
'dhclient' '_dhclient'
'dhclient3' '_dhclient'
'dhcpinfo' '_dhcpinfo'
'dict' '_dict'
'diff' '_diff'
'diffstat' '_diffstat'
'dillo' '_webbrowser'
'dircmp' '_directories'
'dirs' '_dirs'
'disable' '_disable'
'disown' '_jobs_fg'
'display' '_imagemagick'
'dist' '_mh'
'django-admin' '_django'
'django-admin.py' '_django'
'dladm' '_dladm'
'dlocate' '_dlocate'
'dmake' '_make'
'dmidecode' '_dmidecode'
'docker' '_docker'
'domainname' '_yp'
'dosdel' '_floppy'
'dosread' '_floppy'
'dpatch-edit-patch' '_dpatch-edit-patch'
'dpkg' '_dpkg'
'dpkg-buildpackage' '_dpkg-buildpackage'
'dpkg-cross' '_dpkg-cross'
'dpkg-deb' '_dpkg'
'dpkg-query' '_dpkg'
'dpkg-reconfigure' '_dpkg'
'dpkg-repack' '_dpkg-repack'
'dpkg-source' '_dpkg_source'
'dput' '_dput'
'dsh' '_dsh'
'dtrace' '_dtrace'
'du' '_du'
'dumpadm' '_dumpadm'
'dumper' '_dumper'
'dumper.exe' '_dumper'
'dupload' '_dupload'
'dvibook' '_dvi'
'dviconcat' '_dvi'
'dvicopy' '_dvi'
'dvidvi' '_dvi'
'dvipdf' '_dvi'
'dvips' '_dvi'
'dviselect' '_dvi'
'dvitodvi' '_dvi'
'dvitype' '_dvi'
'dwb' '_webbrowser'
'ecasound' '_ecasound'
'echotc' '_echotc'
'echoti' '_echoti'
'egrep' '_grep'
'elinks' '_elinks'
'elm' '_elm'
'emulate' '_emulate'
'enable' '_enable'
'enscript' '_enscript'
'env' '_env'
'epdfview' '_pdf'
'epsffit' '_psutils'
'erb' '_ruby'
'espeak' '_espeak'
'etags' '_etags'
'ethtool' '_ethtool'
'eval' '_precommand'
'eview' '_vim'
'evim' '_vim'
'evince' '_pdf'
'exec' '_precommand'
'exim' '_vim'
'explodepkg' '_pkgtool'
'export' '_typeset'
'express' '_webbrowser'
'extcheck' '_java'
'extractres' '_psutils'
'fakeroot' '_fakeroot'
'false' '_nothing'
'fc' '_fc'
'fc-list' '_xft_fonts'
'fc-match' '_xft_fonts'
'feh' '_feh'
'fetch' '_fetch'
'fetchmail' '_fetchmail'
'ffmpeg' '_ffmpeg'
'fg' '_jobs_fg'
'fgrep' '_grep'
'figlet' '_figlet'
'find' '_find'
'findaffix' '_ispell'
'finger' '_finger'
'fink' '_fink'
'firefox' '_mozilla'
'fixdlsrps' '_psutils'
'fixfmps' '_psutils'
'fixmacps' '_psutils'
'fixpsditps' '_psutils'
'fixpspps' '_psutils'
'fixscribeps' '_psutils'
'fixtpps' '_psutils'
'fixwfwps' '_psutils'
'fixwpps' '_psutils'
'fixwwps' '_psutils'
'flasher' '_flasher'
'flex' '_flex'
'flist' '_mh'
'flists' '_mh'
'float' '_typeset'
'flowadm' '_flowadm'
'fmadm' '_fmadm'
'fned' '_zed'
'folder' '_mh'
'folders' '_mh'
'fortune' '_fortune'
'forw' '_mh'
'freebsd-make' '_make'
'freebsd-update' '_freebsd-update'
'fsh' '_fsh'
'fstat' '_fstat'
'ftp' '_hosts'
'functions' '_typeset'
'fuser' '_fuser'
'fusermount' '_fusermount'
'fwhois' '_whois'
'g++' '_gcc'
'galeon' '_webbrowser'
'gcc' '_gcc'
'gccgo' '_go'
'gcore' '_gcore'
'gdb' '_gdb'
'gdiff' '_diff'
'genisoimage' '_genisoimage'
'get' '_sccs'
'getafm' '_psutils'
'getclip' '_getclip'
'getclip.exe' '_getclip'
'getconf' '_getconf'
'getent' '_getent'
'getfacl' '_getfacl'
'getfacl.exe' '_getfacl'
'getfattr' '_attr'
'getmail' '_getmail'
'getopts' '_vars'
'gex' '_vim'
'ggv' '_gnome-gv'
'ghostscript' '_gs'
'ghostview' '_pspdf'
'git' '_git'
'git-buildpackage' '_git-buildpackage'
'gitk' '_git'
'gln' '_ln'
'global' '_global'
'gls' '_ls'
'gm' '_graphicsmagick'
'gmake' '_make'
'gmplayer' '_mplayer'
'gnome-gv' '_gnome-gv'
'gnupod_INIT' '_gnupod'
'gnupod_INIT.pl' '_gnupod'
'gnupod_addsong' '_gnupod'
'gnupod_addsong.pl' '_gnupod'
'gnupod_check' '_gnupod'
'gnupod_check.pl' '_gnupod'
'gnupod_search' '_gnupod'
'gnupod_search.pl' '_gnupod'
'gnutls-cli' '_gnutls'
'gnutls-cli-debug' '_gnutls'
'gofmt' '_go'
'gpg' '_gpg'
'gpg-zip' '_gpg'
'gpgv' '_gpg'
'gphoto2' '_gphoto2'
'gprof' '_gprof'
'gqview' '_gqview'
'gradle' '_gradle'
'gradlew' '_gradle'
'grail' '_webbrowser'
'grep' '_grep'
'grep-excuses' '_grep-excuses'
'groff' '_groff'
'groupadd' '_user_admin'
'groupdel' '_groups'
'groupmod' '_user_admin'
'groups' '_users'
'growisofs' '_growisofs'
'gs' '_gs'
'gsbj' '_pspdf'
'gsdj' '_pspdf'
'gsdj500' '_pspdf'
'gslj' '_pspdf'
'gslp' '_pspdf'
'gsnd' '_pspdf'
'gtar' '_tar'
'guilt' '_guilt'
'guilt-add' '_guilt'
'guilt-applied' '_guilt'
'guilt-delete' '_guilt'
'guilt-files' '_guilt'
'guilt-fold' '_guilt'
'guilt-fork' '_guilt'
'guilt-header' '_guilt'
'guilt-help' '_guilt'
'guilt-import' '_guilt'
'guilt-import-commit' '_guilt'
'guilt-init' '_guilt'
'guilt-new' '_guilt'
'guilt-next' '_guilt'
'guilt-patchbomb' '_guilt'
'guilt-pop' '_guilt'
'guilt-prev' '_guilt'
'guilt-push' '_guilt'
'guilt-rebase' '_guilt'
'guilt-refresh' '_guilt'
'guilt-rm' '_guilt'
'guilt-series' '_guilt'
'guilt-status' '_guilt'
'guilt-top' '_guilt'
'guilt-unapplied' '_guilt'
'gunzip' '_gzip'
'gv' '_gv'
'gview' '_vim'
'gvim' '_vim'
'gvimdiff' '_vim'
'gzcat' '_gzip'
'gzilla' '_webbrowser'
'gzip' '_gzip'
'hash' '_hash'
'hdiutil' '_hdiutil'
'help' '_sccs'
'hg' '_hg'
'hilite' '_precommand'
'history' '_fc'
'host' '_hosts'
'hotjava' '_webbrowser'
'hub' '_hub'
'hwinfo' '_hwinfo'
'iceweasel' '_mozilla'
'icombine' '_ispell'
'iconv' '_iconv'
'id' '_id'
'identify' '_imagemagick'
'ifconfig' '_ifconfig'
'ifdown' '_net_interfaces'
'iftop' '_iftop'
'ifup' '_net_interfaces'
'ijoin' '_ispell'
'import' '_imagemagick'
'inc' '_mh'
'includeres' '_psutils'
'inetadm' '_inetadm'
'info' '_texinfo'
'infocmp' '_terminals'
'initctl' '_initctl'
'insmod' '_modutils'
'install-info' '_texinfo'
'installpkg' '_pkgtool'
'integer' '_typeset'
'invoke-rc.d' '_invoke-rc.d'
'ionice' '_ionice'
'ip' '_ip'
'ipadm' '_ipadm'
'ipset' '_ipset'
'iptables' '_iptables'
'iptables-restore' '_iptables'
'iptables-save' '_iptables'
'irb' '_ruby'
'irssi' '_irssi'
'ispell' '_ispell'
'iwconfig' '_iwconfig'
'jadetex' '_tex'
'jar' '_java'
'jarsigner' '_java'
'java' '_java'
'javac' '_java'
'javadoc' '_java'
'javah' '_java'
'javap' '_java'
'jdb' '_java'
'jobs' '_jobs_builtin'
'joe' '_joe'
'join' '_join'
'keytool' '_java'
'kfmclient' '_kfmclient'
'kill' '_kill'
'killall' '_killall'
'killall5' '_killall'
'kioclient' '_kfmclient'
'kldload' '_kld'
'kldunload' '_kld'
'knock' '_knock'
'konqueror' '_webbrowser'
'kpdf' '_pdf'
'ksh' '_sh'
'kvno' '_kvno'
'last' '_last'
'lastb' '_last'
'latex' '_tex'
'latexmk' '_tex'
'ldd' '_ldd'
'lein' '_lein'
'less' '_less'
'let' '_math'
'lftp' '_ncftp'
'lha' '_lha'
'light' '_webbrowser'
'lighty-disable-mod' '_lighttpd'
'lighty-enable-mod' '_lighttpd'
'limit' '_limit'
'links' '_links'
'lintian' '_lintian'
'lintian-info' '_lintian'
'linux' '_uml'
'llvm-g++' '_gcc'
'llvm-gcc' '_gcc'
'ln' '_ln'
'loadkeys' '_loadkeys'
'local' '_typeset'
'locate' '_locate'
'log' '_nothing'
'logname' '_nothing'
'look' '_look'
'lore' '_twisted'
'losetup' '_losetup'
'lp' '_lp'
'lpadmin' '_lp'
'lpinfo' '_lp'
'lpoptions' '_lp'
'lpq' '_lp'
'lpr' '_lp'
'lprm' '_lp'
'lpstat' '_lp'
'ls' '_ls'
'lscfg' '_lscfg'
'lsdev' '_lsdev'
'lslv' '_lslv'
'lsmod' '_modutils'
'lsof' '_lsof'
'lspv' '_lspv'
'lsusb' '_lsusb'
'lsvg' '_lsvg'
'lynx' '_lynx'
'lzcat' '_xz'
'lzma' '_xz'
'lzop' '_lzop'
'm-a' '_module-assistant'
'madison' '_madison'
'mail' '_mail'
'mailx' '_mail'
'make' '_make'
'make-kpkg' '_make-kpkg'
'makeinfo' '_texinfo'
'makepkg' '_pkgtool'
'man' '_man'
'manage.py' '_django'
'manhole' '_twisted'
'mark' '_mh'
'matlab' '_matlab'
'mattrib' '_mtools'
'mcd' '_mtools'
'mcopy' '_mtools'
'md5sum' '_md5sum'
'mdadm' '_mdadm'
'mdel' '_mtools'
'mdeltree' '_mtools'
'mdir' '_mtools'
'mdu' '_mtools'
'members' '_members'
'mencal' '_mencal'
'mere' '_mere'
'merge' '_rcs'
'mergechanges' '_mergechanges'
'metaflac' '_metaflac'
'mformat' '_mtools'
'mgv' '_pspdf'
'mhlist' '_mh'
'mhmail' '_mh'
'mhn' '_mh'
'mhparam' '_mh'
'mhpath' '_mh'
'mhshow' '_mh'
'mhstore' '_mh'
'mii-tool' '_mii-tool'
'mkdir' '_mkdir'
'mkisofs' '_growisofs'
'mkshortcut' '_mkshortcut'
'mkshortcut.exe' '_mkshortcut'
'mktunes' '_gnupod'
'mktunes.pl' '_gnupod'
'mkzsh' '_mkzsh'
'mkzsh.exe' '_mkzsh'
'mlabel' '_mtools'
'mlocate' '_locate'
'mmd' '_mtools'
'mmm' '_webbrowser'
'mmount' '_mtools'
'mmove' '_mtools'
'modinfo' '_modutils'
'modprobe' '_modutils'
'module' '_module'
'module-assistant' '_module-assistant'
'mogrify' '_imagemagick'
'mondoarchive' '_mondo'
'montage' '_imagemagick'
'moosic' '_moosic'
'mosh' '_mosh'
'mount' '_mount'
'mozilla' '_mozilla'
'mozilla-firefox' '_mozilla'
'mozilla-xremote-client' '_mozilla'
'mpc' '_mpc'
'mplayer' '_mplayer'
'mrd' '_mtools'
'mread' '_mtools'
'mren' '_mtools'
'msgchk' '_mh'
'mt' '_mt'
'mtn' '_monotone'
'mtoolstest' '_mtools'
'mtr' '_mtr'
'mtype' '_mtools'
'munchlist' '_ispell'
'mush' '_mail'
'mutt' '_mutt'
'mx' '_hosts'
'mysql' '_mysql_utils'
'mysqladmin' '_mysql_utils'
'mysqldiff' '_mysqldiff'
'mysqldump' '_mysql_utils'
'mysqlimport' '_mysql_utils'
'mysqlshow' '_mysql_utils'
'nail' '_mail'
'native2ascii' '_java'
'nautilus' '_nautilus'
'nc' '_netcat'
'ncal' '_cal'
'ncftp' '_ncftp'
'ncl' '_nedit'
'nedit' '_nedit'
'nedit-nc' '_nedit'
'netcat' '_netcat'
'netrik' '_webbrowser'
'netscape' '_netscape'
'netstat' '_netstat'
'newgrp' '_groups'
'next' '_mh'
'nice' '_nice'
'nkf' '_nkf'
'nm' '_nm'
'nmap' '_nmap'
'nmblookup' '_samba'
'nmcli' '_nmcli'
'nocorrect' '_precommand'
'noglob' '_precommand'
'nohup' '_precommand'
'notmuch' '_notmuch'
'npm' '_npm'
'ns' '_hosts'
'nslookup' '_nslookup'
'ntalk' '_other_accounts'
'od' '_od'
'odme' '_object_classes'
'odmget' '_object_classes'
'odmshow' '_object_classes'
'ogg123' '_vorbis'
'oggdec' '_vorbis'
'oggenc' '_vorbis'
'ogginfo' '_vorbis'
'okular' '_okular'
'open' '_open'
'opera' '_webbrowser'
'opera-next' '_webbrowser'
'osc' '_osc'
'p4' '_perforce'
'p4d' '_perforce'
'pack' '_pack'
'packf' '_mh'
'parsehdlist' '_urpmi'
'passwd' '_users'
'patch' '_patch'
'pax' '_pax'
'pbuilder' '_pbuilder'
'pcat' '_pack'
'pcred' '_pids'
'pdf2dsc' '_pdf'
'pdf2ps' '_pdf'
'pdffonts' '_pdf'
'pdfimages' '_pdf'
'pdfinfo' '_pdf'
'pdfjadetex' '_tex'
'pdflatex' '_tex'
'pdfopt' '_pdf'
'pdftex' '_tex'
'pdftk' '_pdftk'
'pdftopbm' '_pdf'
'pdftops' '_pdf'
'pdftotext' '_pdf'
'perl' '_perl'
'perldoc' '_perldoc'
'pfctl' '_pfctl'
'pfexec' '_pfexec'
'pfiles' '_pids'
'pflags' '_pids'
'pgrep' '_pgrep'
'php' '_php'
'pick' '_mh'
'pine' '_pine'
'pinef' '_pine'
'ping' '_ping'
'piuparts' '_piuparts'
'pkg' '_pkg5'
'pkg-config' '_pkg-config'
'pkg_add' '_bsd_pkg'
'pkg_create' '_bsd_pkg'
'pkg_delete' '_bsd_pkg'
'pkg_info' '_bsd_pkg'
'pkgadd' '_pkgadd'
'pkginfo' '_pkginfo'
'pkgrm' '_pkgrm'
'pkgtool' '_pkgtool'
'pkill' '_pgrep'
'pldd' '_pids'
'pmake' '_make'
'pman' '_perl_modules'
'pmap' '_pids'
'pmcat' '_perl_modules'
'pmdesc' '_perl_modules'
'pmeth' '_perl_modules'
'pmexp' '_perl_modules'
'pmfunc' '_perl_modules'
'pmload' '_perl_modules'
'pmls' '_perl_modules'
'pmpath' '_perl_modules'
'pmvers' '_perl_modules'
'podgrep' '_perl_modules'
'podpath' '_perl_modules'
'podtoc' '_perl_modules'
'poff' '_pon'
'policytool' '_java'
'pon' '_pon'
'popd' '_directory_stack'
'portaudit' '_portaudit'
'portlint' '_portlint'
'portmaster' '_portmaster'
'portsnap' '_portsnap'
'postsuper' '_postfix'
'powerd' '_powerd'
'prcs' '_prcs'
'prev' '_mh'
'print' '_print'
'printenv' '_printenv'
'printf' '_print'
'procstat' '_procstat'
'prompt' '_prompt'
'prove' '_prove'
'prs' '_sccs'
'prstat' '_prstat'
'prt' '_sccs'
'prun' '_pids'
'ps' '_ps'
'ps2ascii' '_pspdf'
'ps2epsi' '_postscript'
'ps2pdf' '_postscript'
'ps2pdf12' '_postscript'
'ps2pdf13' '_postscript'
'ps2pdf14' '_postscript'
'ps2pdfwr' '_postscript'
'ps2ps' '_postscript'
'psbook' '_psutils'
'pscp' '_pscp'
'pscp.exe' '_pscp'
'psig' '_pids'
'psmerge' '_psutils'
'psmulti' '_postscript'
'psnup' '_psutils'
'psresize' '_psutils'
'psselect' '_psutils'
'pstack' '_pids'
'pstoedit' '_pspdf'
'pstop' '_pids'
'pstops' '_psutils'
'pstotgif' '_pspdf'
'pswrap' '_postscript'
'ptree' '_pids'
'pump' '_pump'
'pushd' '_cd'
'putclip' '_putclip'
'putclip.exe' '_putclip'
'pwait' '_pids'
'pwdx' '_pids'
'pydoc' '_pydoc'
'pyhtmlizer' '_twisted'
'python' '_python'
'python2' '_python'
'python2.4' '_python'
'python2.5' '_python'
'python2.6' '_python'
'python2.7' '_python'
'python3.0' '_python'
'python3.1' '_python'
'python3.2' '_python'
'python3.3' '_python'
'python3.4' '_python'
'qiv' '_qiv'
'qtplay' '_qtplay'
'querybts' '_bug'
'quilt' '_quilt'
'r' '_fc'
'raggle' '_raggle'
'rake' '_rake'
'ranlib' '_ranlib'
'rar' '_rar'
'rc' '_sh'
'rcp' '_rlogin'
'rcs' '_rcs'
'rcsdiff' '_rcs'
'read' '_read'
'readonly' '_typeset'
'readshortcut' '_readshortcut'
'readshortcut.exe' '_readshortcut'
'rebootin' '_rebootin'
'refile' '_mh'
'rehash' '_hash'
'reload' '_initctl'
'removepkg' '_pkgtool'
'remsh' '_rlogin'
'renice' '_renice'
'repl' '_mh'
'reportbug' '_bug'
'reprepro' '_reprepro'
'restart' '_initctl'
'retawq' '_webbrowser'
'rgview' '_vim'
'rgvim' '_vim'
'ri' '_ri'
'rlogin' '_rlogin'
'rm' '_rm'
'rmadison' '_madison'
'rmdel' '_sccs'
'rmdir' '_directories'
'rmf' '_mh'
'rmic' '_java'
'rmid' '_java'
'rmiregistry' '_java'
'rmm' '_mh'
'rmmod' '_modutils'
'rpm' '_rpm'
'rpmbuild' '_rpmbuild'
'rrdtool' '_rrdtool'
'rsh' '_rlogin'
'rsync' '_rsync'
'rtin' '_tin'
'rubber' '_rubber'
'rubber-info' '_rubber'
'rubber-pipe' '_rubber'
'ruby' '_ruby'
'run-help' '_run-help'
'rup' '_hosts'
'rusage' '_precommand'
'rview' '_vim'
'rvim' '_vim'
'rwho' '_hosts'
'rxvt' '_urxvt'
'sabcmd' '_sablotron'
'sact' '_sccs'
'savecore' '_savecore'
'scan' '_mh'
'sccs' '_sccs'
'sccsdiff' '_sccs'
'sched' '_sched'
'schedtool' '_schedtool'
'schroot' '_schroot'
'scp' '_ssh'
'screen' '_screen'
'sed' '_sed'
'serialver' '_java'
'service' '_service'
'set' '_set'
'setfacl' '_setfacl'
'setfacl.exe' '_setfacl'
'setfattr' '_attr'
'setopt' '_setopt'
'sftp' '_ssh'
'sh' '_sh'
'shift' '_arrays'
'show' '_mh'
'showchar' '_psutils'
'showmount' '_showmount'
'sisu' '_sisu'
'skipstone' '_webbrowser'
'slitex' '_tex'
'slocate' '_locate'
'slogin' '_ssh'
'slrn' '_slrn'
'smbclient' '_samba'
'smbcontrol' '_samba'
'smbstatus' '_samba'
'smit' '_smit'
'smitty' '_smit'
'snoop' '_snoop'
'soa' '_hosts'
'socket' '_socket'
'sockstat' '_sockstat'
'softwareupdate' '_softwareupdate'
'sort' '_sort'
'sortm' '_mh'
'source' '_source'
'spamassassin' '_spamassassin'
'sqlite' '_sqlite'
'sqlite3' '_sqlite'
'sqsh' '_sqsh'
'sr' '_surfraw'
'srptool' '_gnutls'
'ss' '_ss'
'ssh' '_ssh'
'ssh-add' '_ssh'
'ssh-agent' '_ssh'
'ssh-copy-id' '_ssh'
'ssh-keygen' '_ssh'
'sshfs' '_sshfs'
'star' '_tar'
'start' '_initctl'
'stat' '_stat'
'status' '_initctl'
'stg' '_stgit'
'stop' '_initctl'
'strace' '_strace'
'strip' '_strip'
'stty' '_stty'
'su' '_su'
'sudo' '_sudo'
'sudoedit' '_sudo'
'surfraw' '_surfraw'
'svcadm' '_svcadm'
'svccfg' '_svccfg'
'svcprop' '_svcprop'
'svcs' '_svcs'
'svn' '_subversion'
'svn-buildpackage' '_svn-buildpackage'
'svnadmin' '_subversion'
'svnadmin-static' '_subversion'
'sync' '_nothing'
'sysctl' '_sysctl'
'system_profiler' '_system_profiler'
'systemctl' '_systemd'
'systemd-loginctl' '_systemd'
'talk' '_other_accounts'
'tap2deb' '_twisted'
'tap2rpm' '_twisted'
'tapconvert' '_twisted'
'tar' '_tar'
'tardy' '_tardy'
'tcp_open' '_tcpsys'
'tcpdump' '_tcpdump'
'tcptraceroute' '_tcptraceroute'
'tcsh' '_sh'
'tda' '_devtodo'
'tdd' '_devtodo'
'tde' '_devtodo'
'tdr' '_devtodo'
'telnet' '_telnet'
'tex' '_tex'
'texi2dvi' '_texinfo'
'texindex' '_texinfo'
'tg' '_topgit'
'tidy' '_tidy'
'time' '_precommand'
'times' '_nothing'
'tin' '_tin'
'tkconch' '_twisted'
'tkinfo' '_texinfo'
'tla' '_tla'
'tmux' '_tmux'
'todo' '_devtodo'
'todo.sh' '_todo.sh'
'toilet' '_toilet'
'totdconfig' '_totd'
'tpb' '_tpb'
'tpconfig' '_tpconfig'
'tpkg-debarch' '_toolchain-source'
'tpkg-install' '_toolchain-source'
'tpkg-install-libc' '_toolchain-source'
'tpkg-make' '_toolchain-source'
'tpkg-update' '_toolchain-source'
'tracepath' '_tracepath'
'tracepath6' '_tracepath'
'traceroute' '_hosts'
'trap' '_trap'
'tree' '_tree'
'trial' '_twisted'
'true' '_nothing'
'tryaffix' '_ispell'
'ttyctl' '_ttyctl'
'tunctl' '_uml'
'tune2fs' '_tune2fs'
'tunes2pod' '_gnupod'
'tunes2pod.pl' '_gnupod'
'twidge' '_twidge'
'twistd' '_twisted'
'txt' '_hosts'
'type' '_which'
'typeset' '_typeset'
'ulimit' '_ulimit'
'uml_mconsole' '_uml'
'uml_moo' '_uml'
'uml_switch' '_uml'
'umount' '_mount'
'unace' '_unace'
'unalias' '_aliases'
'uname' '_uname'
'uncompress' '_compress'
'unexpand' '_unexpand'
'unfunction' '_functions'
'unget' '_sccs'
'unhash' '_unhash'
'uniq' '_uniq'
'unison' '_unison'
'units' '_units'
'unlimit' '_limits'
'unlzma' '_xz'
'unpack' '_pack'
'unrar' '_rar'
'unset' '_vars'
'unsetopt' '_setopt'
'unxz' '_xz'
'unzip' '_zip'
'update-alternatives' '_update-alternatives'
'update-rc.d' '_update-rc.d'
'upgradepkg' '_pkgtool'
'urpme' '_urpmi'
'urpmf' '_urpmi'
'urpmi' '_urpmi'
'urpmi.addmedia' '_urpmi'
'urpmi.removemedia' '_urpmi'
'urpmi.update' '_urpmi'
'urpmq' '_urpmi'
'urxvt' '_urxvt'
'urxvtc' '_urxvt'
'uscan' '_uscan'
'useradd' '_user_admin'
'userdel' '_users'
'usermod' '_user_admin'
'uzbl' '_uzbl'
'uzbl-browser' '_uzbl'
'uzbl-tabbed' '_uzbl'
'val' '_sccs'
'valgrind' '_valgrind'
'vared' '_vared'
'vcsh' '_vcsh'
'vim' '_vim'
'vim-addons' '_vim-addons'
'vimdiff' '_vim'
'vncserver' '_vnc'
'vncviewer' '_vnc'
'vorbiscomment' '_vorbiscomment'
'vserver' '_vserver'
'vux' '_vux'
'vuxctl' '_vux'
'w3m' '_w3m'
'wait' '_wait'
'wajig' '_wajig'
'wanna-build' '_wanna-build'
'wget' '_wget'
'what' '_sccs'
'whatis' '_man'
'whence' '_which'
'where' '_which'
'whereis' '_whereis'
'which' '_which'
'whoami' '_nothing'
'whois' '_whois'
'whom' '_mh'
'wiggle' '_wiggle'
'wodim' '_cdrecord'
'wpa_cli' '_wpa_cli'
'write' '_users_on'
'www' '_webbrowser'
'xargs' '_xargs'
'xauth' '_xauth'
'xclip' '_xclip'
'xdpyinfo' '_x_utils'
'xdvi' '_xdvi'
'xelatex' '_tex'
'xetex' '_tex'
'xev' '_x_utils'
'xfd' '_x_utils'
'xfig' '_xfig'
'xfontsel' '_x_utils'
'xhost' '_x_utils'
'xkill' '_x_utils'
'xli' '_xloadimage'
'xloadimage' '_xloadimage'
'xlsatoms' '_x_utils'
'xmllint' '_xmlsoft'
'xmms2' '_xmms2'
'xmodmap' '_xmodmap'
'xmosaic' '_webbrowser'
'xon' '_x_utils'
'xournal' '_xournal'
'xpdf' '_xpdf'
'xping' '_hosts'
'xprop' '_x_utils'
'xrandr' '_xrandr'
'xrdb' '_x_utils'
'xscreensaver-command' '_xscreensaver'
'xset' '_xset'
'xsetbg' '_xloadimage'
'xsetroot' '_x_utils'
'xsltproc' '_xmlsoft'
'xterm' '_xterm'
'xtightvncviewer' '_vnc'
'xtp' '_imagemagick'
'xv' '_xv'
'xview' '_xloadimage'
'xvnc4viewer' '_vnc'
'xvncviewer' '_vnc'
'xwd' '_x_utils'
'xwininfo' '_x_utils'
'xwit' '_xwit'
'xwud' '_x_utils'
'xz' '_xz'
'xzcat' '_xz'
'yast' '_yast'
'yast2' '_yast'
'ypbind' '_yp'
'ypcat' '_yp'
'ypmatch' '_yp'
'yppasswd' '_yp'
'yppoll' '_yp'
'yppush' '_yp'
'ypserv' '_yp'
'ypset' '_yp'
'ypwhich' '_yp'
'ypxfr' '_yp'
'ytalk' '_other_accounts'
'yum' '_yum'
'zargs' '_zargs'
'zathura' '_pspdf'
'zcat' '_zcat'
'zcompile' '_zcompile'
'zcp' '_zmv'
'zdelattr' '_zattr'
'zdump' '_zdump'
'zed' '_zed'
'zen' '_webbrowser'
'zfs' '_zfs'
'zgetattr' '_zattr'
'zip' '_zip'
'zipinfo' '_zip'
'zle' '_zle'
'zlistattr' '_zattr'
'zln' '_zmv'
'zlogin' '_zlogin'
'zmail' '_mail'
'zmodload' '_zmodload'
'zmv' '_zmv'
'zone' '_hosts'
'zoneadm' '_zoneadm'
'zpool' '_zpool'
'zpty' '_zpty'
'zsetattr' '_zattr'
'zsh' '_sh'
'zsh-mime-handler' '_zsh-mime-handler'
'zstat' '_stat'
'zstyle' '_zstyle'
'ztodo' '_ztodo'
'zxpdf' '_xpdf'
'zypper' '_zypper'
)
+/Users/lynn/.zcompdump:3> _comps=( - _precommand -array-value- _value -assign-parameter- _assign -brace-parameter- _brace_parameter -command- _autocd -command-line- _normal -condition- _condition -default- _default -equal- _equal -first- _first -math- _math -parameter- _parameter -redirect- _redirect -redirect-,-default-,-default- _files '-redirect-,<,bunzip2' _bzip2 '-redirect-,<,bzip2' _bzip2 '-redirect-,<,compress' _compress '-redirect-,<,gunzip' _gzip '-redirect-,<,gzip' _gzip '-redirect-,<,uncompress' _compress '-redirect-,<,unxz' _xz '-redirect-,<,xz' _xz '-redirect-,>,bzip2' _bzip2 '-redirect-,>,compress' _compress '-redirect-,>,gzip' _gzip '-redirect-,>,xz' _xz -subscript- _subscript -tilde- _tilde -value- _value -value-,-default-,-command- _zargs -value-,-default-,-default- _value -value-,ADB_TRACE,-default- _adb -value-,ANDROID_LOG_TAGS,-default- _adb -value-,ANDROID_SERIAL,-default- _adb -value-,ANT_ARGS,-default- _ant -value-,CFLAGS,-default- _gcc -value-,CPPFLAGS,-default- _gcc -value-,DISPLAY,-default- _x_display -value-,GREP_OPTIONS,-default- _grep -value-,GZIP,-default- _gzip -value-,LANG,-default- _locales -value-,LANGUAGE,-default- _locales -value-,LDFLAGS,-default- _gcc -value-,LD_DEBUG,-default- _ld_debug -value-,LESS,-default- _less -value-,LESSCHARSET,-default- _less -value-,LPDEST,-default- _printers -value-,P4CLIENT,-default- _perforce -value-,P4MERGE,-default- _perforce -value-,P4PORT,-default- _perforce -value-,P4USER,-default- _perforce -value-,PERLDOC,-default- _perldoc -value-,PRINTER,-default- _printers -value-,PROMPT,-default- _ps1234 -value-,PROMPT2,-default- _ps1234 -value-,PROMPT3,-default- _ps1234 -value-,PROMPT4,-default- _ps1234 -value-,PS1,-default- _ps1234 -value-,PS2,-default- _ps1234 -value-,PS3,-default- _ps1234 -value-,PS4,-default- _ps1234 -value-,RPROMPT,-default- _ps1234 -value-,RPROMPT2,-default- _ps1234 -value-,RPS1,-default- _ps1234 -value-,RPS2,-default- _ps1234 -value-,SPROMPT,-default- _ps1234 -value-,TERM,-default- _terminals -value-,TERMINFO_DIRS,-default- _dir_list -value-,TZ,-default- _time_zone -value-,VALGRIND_OPTS,-default- _valgrind -value-,WWW_HOME,-default- _urls -value-,XML_CATALOG_FILES,-default- _xmlsoft -value-,XZ_DEFAULTS,-default- _xz -value-,XZ_OPT,-default- _xz -vared- _in_vared -zcalc-line- _zcalc_line . _source 5g _go 5l _go 6g _go 6l _go 8g _go 8l _go Mail _mail Mosaic _webbrowser SuSEconfig _SUSEconfig a2dismod _a2utils a2dissite _a2utils a2enmod _a2utils a2ensite _a2utils a2ps _a2ps aaaa _hosts aap _aap acpi _acpi acpitool _acpitool acroread _acroread adb _adb admin _sccs ali _mh alias _alias amaya _webbrowser analyseplugin _analyseplugin animate _imagemagick anno _mh ant _ant antiword _antiword aoss _precommand apache2ctl _apachectl apachectl _apachectl apm _apm appletviewer _java apropos _man apt _apt apt-cache _apt apt-cdrom _apt apt-config _apt apt-file _apt-file apt-get _apt apt-mark _apt apt-move _apt-move apt-show-versions _apt-show-versions aptitude _aptitude apvlv _pdf arena _webbrowser arp _arp arping _arping at _at atq _at atrm _at attr _attr augtool _augeas auto-apt _auto-apt autoload _typeset awk _awk axi-cache _axi-cache bash _sh batch _at baz _baz beadm _beadm bg _jobs_bg bindkey _bindkey bison _bison bmake _make bogofilter _bogofilter bogotune _bogofilter bogoutil _bogofilter bpython _bpython bpython-gtk _bpython bpython-urwid _bpython bpython2 _bpython bpython2-gtk _bpython bpython2-urwid _bpython bpython3 _bpython bpython3-gtk _bpython bpython3-urwid _bpython brctl _brctl btdownloadcurses _bittorrent btdownloadgui _bittorrent btdownloadheadless _bittorrent btlaunchmany _bittorrent btlaunchmanycurses _bittorrent btmakemetafile _bittorrent btreannounce _bittorrent btrename _bittorrent btrfs _btrfs bts _bts btshowmetainfo _bittorrent bttrack _bittorrent bug _bug buildhash _ispell builtin _builtin bunzip2 _bzip2 burst _mh bzcat _bzip2 bzip2 _bzip2 bzip2recover _bzip2 bzr _bzr c++ _gcc cal _cal calendar _calendar cat _cat catchsegv _precommand cc _gcc ccal _ccal cd _cd cdbs-edit-patch _cdbs-edit-patch cdc _sccs cdcd _cdcd cdr _cdr cdrdao _cdrdao cdrecord _cdrecord certtool _gnutls cftp _twisted chage _users chdir _cd chflags _chflags chfn _users chgrp _chown chimera _webbrowser chkconfig _chkconfig chmod _chmod chown _chown chpass _chsh chrt _chrt chsh _chsh ci _rcs ckeygen _twisted clang _gcc clang++ _gcc clay _clay clear _nothing co _rcs comb _sccs combine _imagemagick comm _comm command _command comp _mh compdef _compdef composite _imagemagick compress _compress conch _twisted config.status _configure configure _configure convert _imagemagick coreadm _coreadm cowsay _cowsay cowthink _cowsay cp _cp cpio _cpio cplay _cplay crsh _cssh cryptsetup _cryptsetup csh _sh cssh _cssh csup _csup curl _urls cut _cut cvs _cvs cvsup _cvsup cygcheck _cygcheck cygcheck.exe _cygcheck cygpath _cygpath cygpath.exe _cygpath cygrunsrv _cygrunsrv cygrunsrv.exe _cygrunsrv cygserver _cygserver cygserver.exe _cygserver cygstart _cygstart cygstart.exe _cygstart dak _dak darcs _darcs date _date dbus-monitor _dbus dbus-send _dbus dch _debchange dchroot _dchroot dchroot-dsa _dchroot-dsa dcop _dcop dcopclient _dcop dcopfind _dcop dcopobject _dcop dcopref _dcop dcopstart _dcop dcut _dcut dd _dd debchange _debchange debdiff _debdiff debfoster _debfoster debsign _debsign declare _typeset defaults _defaults delta _sccs devtodo _devtodo df _df dhclient _dhclient dhclient3 _dhclient dhcpinfo _dhcpinfo dict _dict diff _diff diffstat _diffstat dillo _webbrowser dircmp _directories dirs _dirs disable _disable disown _jobs_fg display _imagemagick dist _mh django-admin _django django-admin.py _django dladm _dladm dlocate _dlocate dmake _make dmidecode _dmidecode docker _docker domainname _yp dosdel _floppy dosread _floppy dpatch-edit-patch _dpatch-edit-patch dpkg _dpkg dpkg-buildpackage _dpkg-buildpackage dpkg-cross _dpkg-cross dpkg-deb _dpkg dpkg-query _dpkg dpkg-reconfigure _dpkg dpkg-repack _dpkg-repack dpkg-source _dpkg_source dput _dput dsh _dsh dtrace _dtrace du _du dumpadm _dumpadm dumper _dumper dumper.exe _dumper dupload _dupload dvibook _dvi dviconcat _dvi dvicopy _dvi dvidvi _dvi dvipdf _dvi dvips _dvi dviselect _dvi dvitodvi _dvi dvitype _dvi dwb _webbrowser ecasound _ecasound echotc _echotc echoti _echoti egrep _grep elinks _elinks elm _elm emulate _emulate enable _enable enscript _enscript env _env epdfview _pdf epsffit _psutils erb _ruby espeak _espeak etags _etags ethtool _ethtool eval _precommand eview _vim evim _vim evince _pdf exec _precommand exim _vim explodepkg _pkgtool export _typeset express _webbrowser extcheck _java extractres _psutils fakeroot _fakeroot false _nothing fc _fc fc-list _xft_fonts fc-match _xft_fonts feh _feh fetch _fetch fetchmail _fetchmail ffmpeg _ffmpeg fg _jobs_fg fgrep _grep figlet _figlet find _find findaffix _ispell finger _finger fink _fink firefox _mozilla fixdlsrps _psutils fixfmps _psutils fixmacps _psutils fixpsditps _psutils fixpspps _psutils fixscribeps _psutils fixtpps _psutils fixwfwps _psutils fixwpps _psutils fixwwps _psutils flasher _flasher flex _flex flist _mh flists _mh float _typeset flowadm _flowadm fmadm _fmadm fned _zed folder _mh folders _mh fortune _fortune forw _mh freebsd-make _make freebsd-update _freebsd-update fsh _fsh fstat _fstat ftp _hosts functions _typeset fuser _fuser fusermount _fusermount fwhois _whois g++ _gcc galeon _webbrowser gcc _gcc gccgo _go gcore _gcore gdb _gdb gdiff _diff genisoimage _genisoimage get _sccs getafm _psutils getclip _getclip getclip.exe _getclip getconf _getconf getent _getent getfacl _getfacl getfacl.exe _getfacl getfattr _attr getmail _getmail getopts _vars gex _vim ggv _gnome-gv ghostscript _gs ghostview _pspdf git _git git-buildpackage _git-buildpackage gitk _git gln _ln global _global gls _ls gm _graphicsmagick gmake _make gmplayer _mplayer gnome-gv _gnome-gv gnupod_INIT _gnupod gnupod_INIT.pl _gnupod gnupod_addsong _gnupod gnupod_addsong.pl _gnupod gnupod_check _gnupod gnupod_check.pl _gnupod gnupod_search _gnupod gnupod_search.pl _gnupod gnutls-cli _gnutls gnutls-cli-debug _gnutls gofmt _go gpg _gpg gpg-zip _gpg gpgv _gpg gphoto2 _gphoto2 gprof _gprof gqview _gqview gradle _gradle gradlew _gradle grail _webbrowser grep _grep grep-excuses _grep-excuses groff _groff groupadd _user_admin groupdel _groups groupmod _user_admin groups _users growisofs _growisofs gs _gs gsbj _pspdf gsdj _pspdf gsdj500 _pspdf gslj _pspdf gslp _pspdf gsnd _pspdf gtar _tar guilt _guilt guilt-add _guilt guilt-applied _guilt guilt-delete _guilt guilt-files _guilt guilt-fold _guilt guilt-fork _guilt guilt-header _guilt guilt-help _guilt guilt-import _guilt guilt-import-commit _guilt guilt-init _guilt guilt-new _guilt guilt-next _guilt guilt-patchbomb _guilt guilt-pop _guilt guilt-prev _guilt guilt-push _guilt guilt-rebase _guilt guilt-refresh _guilt guilt-rm _guilt guilt-series _guilt guilt-status _guilt guilt-top _guilt guilt-unapplied _guilt gunzip _gzip gv _gv gview _vim gvim _vim gvimdiff _vim gzcat _gzip gzilla _webbrowser gzip _gzip hash _hash hdiutil _hdiutil help _sccs hg _hg hilite _precommand history _fc host _hosts hotjava _webbrowser hub _hub hwinfo _hwinfo iceweasel _mozilla icombine _ispell iconv _iconv id _id identify _imagemagick ifconfig _ifconfig ifdown _net_interfaces iftop _iftop ifup _net_interfaces ijoin _ispell import _imagemagick inc _mh includeres _psutils inetadm _inetadm info _texinfo infocmp _terminals initctl _initctl insmod _modutils install-info _texinfo installpkg _pkgtool integer _typeset invoke-rc.d _invoke-rc.d ionice _ionice ip _ip ipadm _ipadm ipset _ipset iptables _iptables iptables-restore _iptables iptables-save _iptables irb _ruby irssi _irssi ispell _ispell iwconfig _iwconfig jadetex _tex jar _java jarsigner _java java _java javac _java javadoc _java javah _java javap _java jdb _java jobs _jobs_builtin joe _joe join _join keytool _java kfmclient _kfmclient kill _kill killall _killall killall5 _killall kioclient _kfmclient kldload _kld kldunload _kld knock _knock konqueror _webbrowser kpdf _pdf ksh _sh kvno _kvno last _last lastb _last latex _tex latexmk _tex ldd _ldd lein _lein less _less let _math lftp _ncftp lha _lha light _webbrowser lighty-disable-mod _lighttpd lighty-enable-mod _lighttpd limit _limit links _links lintian _lintian lintian-info _lintian linux _uml llvm-g++ _gcc llvm-gcc _gcc ln _ln loadkeys _loadkeys local _typeset locate _locate log _nothing logname _nothing look _look lore _twisted losetup _losetup lp _lp lpadmin _lp lpinfo _lp lpoptions _lp lpq _lp lpr _lp lprm _lp lpstat _lp ls _ls lscfg _lscfg lsdev _lsdev lslv _lslv lsmod _modutils lsof _lsof lspv _lspv lsusb _lsusb lsvg _lsvg lynx _lynx lzcat _xz lzma _xz lzop _lzop m-a _module-assistant madison _madison mail _mail mailx _mail make _make make-kpkg _make-kpkg makeinfo _texinfo makepkg _pkgtool man _man manage.py _django manhole _twisted mark _mh matlab _matlab mattrib _mtools mcd _mtools mcopy _mtools md5sum _md5sum mdadm _mdadm mdel _mtools mdeltree _mtools mdir _mtools mdu _mtools members _members mencal _mencal mere _mere merge _rcs mergechanges _mergechanges metaflac _metaflac mformat _mtools mgv _pspdf mhlist _mh mhmail _mh mhn _mh mhparam _mh mhpath _mh mhshow _mh mhstore _mh mii-tool _mii-tool mkdir _mkdir mkisofs _growisofs mkshortcut _mkshortcut mkshortcut.exe _mkshortcut mktunes _gnupod mktunes.pl _gnupod mkzsh _mkzsh mkzsh.exe _mkzsh mlabel _mtools mlocate _locate mmd _mtools mmm _webbrowser mmount _mtools mmove _mtools modinfo _modutils modprobe _modutils module _module module-assistant _module-assistant mogrify _imagemagick mondoarchive _mondo montage _imagemagick moosic _moosic mosh _mosh mount _mount mozilla _mozilla mozilla-firefox _mozilla mozilla-xremote-client _mozilla mpc _mpc mplayer _mplayer mrd _mtools mread _mtools mren _mtools msgchk _mh mt _mt mtn _monotone mtoolstest _mtools mtr _mtr mtype _mtools munchlist _ispell mush _mail mutt _mutt mx _hosts mysql _mysql_utils mysqladmin _mysql_utils mysqldiff _mysqldiff mysqldump _mysql_utils mysqlimport _mysql_utils mysqlshow _mysql_utils nail _mail native2ascii _java nautilus _nautilus nc _netcat ncal _cal ncftp _ncftp ncl _nedit nedit _nedit nedit-nc _nedit netcat _netcat netrik _webbrowser netscape _netscape netstat _netstat newgrp _groups next _mh nice _nice nkf _nkf nm _nm nmap _nmap nmblookup _samba nmcli _nmcli nocorrect _precommand noglob _precommand nohup _precommand notmuch _notmuch npm _npm ns _hosts nslookup _nslookup ntalk _other_accounts od _od odme _object_classes odmget _object_classes odmshow _object_classes ogg123 _vorbis oggdec _vorbis oggenc _vorbis ogginfo _vorbis okular _okular open _open opera _webbrowser opera-next _webbrowser osc _osc p4 _perforce p4d _perforce pack _pack packf _mh parsehdlist _urpmi passwd _users patch _patch pax _pax pbuilder _pbuilder pcat _pack pcred _pids pdf2dsc _pdf pdf2ps _pdf pdffonts _pdf pdfimages _pdf pdfinfo _pdf pdfjadetex _tex pdflatex _tex pdfopt _pdf pdftex _tex pdftk _pdftk pdftopbm _pdf pdftops _pdf pdftotext _pdf perl _perl perldoc _perldoc pfctl _pfctl pfexec _pfexec pfiles _pids pflags _pids pgrep _pgrep php _php pick _mh pine _pine pinef _pine ping _ping piuparts _piuparts pkg _pkg5 pkg-config _pkg-config pkg_add _bsd_pkg pkg_create _bsd_pkg pkg_delete _bsd_pkg pkg_info _bsd_pkg pkgadd _pkgadd pkginfo _pkginfo pkgrm _pkgrm pkgtool _pkgtool pkill _pgrep pldd _pids pmake _make pman _perl_modules pmap _pids pmcat _perl_modules pmdesc _perl_modules pmeth _perl_modules pmexp _perl_modules pmfunc _perl_modules pmload _perl_modules pmls _perl_modules pmpath _perl_modules pmvers _perl_modules podgrep _perl_modules podpath _perl_modules podtoc _perl_modules poff _pon policytool _java pon _pon popd _directory_stack portaudit _portaudit portlint _portlint portmaster _portmaster portsnap _portsnap postsuper _postfix powerd _powerd prcs _prcs prev _mh print _print printenv _printenv printf _print procstat _procstat prompt _prompt prove _prove prs _sccs prstat _prstat prt _sccs prun _pids ps _ps ps2ascii _pspdf ps2epsi _postscript ps2pdf _postscript ps2pdf12 _postscript ps2pdf13 _postscript ps2pdf14 _postscript ps2pdfwr _postscript ps2ps _postscript psbook _psutils pscp _pscp pscp.exe _pscp psig _pids psmerge _psutils psmulti _postscript psnup _psutils psresize _psutils psselect _psutils pstack _pids pstoedit _pspdf pstop _pids pstops _psutils pstotgif _pspdf pswrap _postscript ptree _pids pump _pump pushd _cd putclip _putclip putclip.exe _putclip pwait _pids pwdx _pids pydoc _pydoc pyhtmlizer _twisted python _python python2 _python python2.4 _python python2.5 _python python2.6 _python python2.7 _python python3.0 _python python3.1 _python python3.2 _python python3.3 _python python3.4 _python qiv _qiv qtplay _qtplay querybts _bug quilt _quilt r _fc raggle _raggle rake _rake ranlib _ranlib rar _rar rc _sh rcp _rlogin rcs _rcs rcsdiff _rcs read _read readonly _typeset readshortcut _readshortcut readshortcut.exe _readshortcut rebootin _rebootin refile _mh rehash _hash reload _initctl removepkg _pkgtool remsh _rlogin renice _renice repl _mh reportbug _bug reprepro _reprepro restart _initctl retawq _webbrowser rgview _vim rgvim _vim ri _ri rlogin _rlogin rm _rm rmadison _madison rmdel _sccs rmdir _directories rmf _mh rmic _java rmid _java rmiregistry _java rmm _mh rmmod _modutils rpm _rpm rpmbuild _rpmbuild rrdtool _rrdtool rsh _rlogin rsync _rsync rtin _tin rubber _rubber rubber-info _rubber rubber-pipe _rubber ruby _ruby run-help _run-help rup _hosts rusage _precommand rview _vim rvim _vim rwho _hosts rxvt _urxvt sabcmd _sablotron sact _sccs savecore _savecore scan _mh sccs _sccs sccsdiff _sccs sched _sched schedtool _schedtool schroot _schroot scp _ssh screen _screen sed _sed serialver _java service _service set _set setfacl _setfacl setfacl.exe _setfacl setfattr _attr setopt _setopt sftp _ssh sh _sh shift _arrays show _mh showchar _psutils showmount _showmount sisu _sisu skipstone _webbrowser slitex _tex slocate _locate slogin _ssh slrn _slrn smbclient _samba smbcontrol _samba smbstatus _samba smit _smit smitty _smit snoop _snoop soa _hosts socket _socket sockstat _sockstat softwareupdate _softwareupdate sort _sort sortm _mh source _source spamassassin _spamassassin sqlite _sqlite sqlite3 _sqlite sqsh _sqsh sr _surfraw srptool _gnutls ss _ss ssh _ssh ssh-add _ssh ssh-agent _ssh ssh-copy-id _ssh ssh-keygen _ssh sshfs _sshfs star _tar start _initctl stat _stat status _initctl stg _stgit stop _initctl strace _strace strip _strip stty _stty su _su sudo _sudo sudoedit _sudo surfraw _surfraw svcadm _svcadm svccfg _svccfg svcprop _svcprop svcs _svcs svn _subversion svn-buildpackage _svn-buildpackage svnadmin _subversion svnadmin-static _subversion sync _nothing sysctl _sysctl system_profiler _system_profiler systemctl _systemd systemd-loginctl _systemd talk _other_accounts tap2deb _twisted tap2rpm _twisted tapconvert _twisted tar _tar tardy _tardy tcp_open _tcpsys tcpdump _tcpdump tcptraceroute _tcptraceroute tcsh _sh tda _devtodo tdd _devtodo tde _devtodo tdr _devtodo telnet _telnet tex _tex texi2dvi _texinfo texindex _texinfo tg _topgit tidy _tidy time _precommand times _nothing tin _tin tkconch _twisted tkinfo _texinfo tla _tla tmux _tmux todo _devtodo todo.sh _todo.sh toilet _toilet totdconfig _totd tpb _tpb tpconfig _tpconfig tpkg-debarch _toolchain-source tpkg-install _toolchain-source tpkg-install-libc _toolchain-source tpkg-make _toolchain-source tpkg-update _toolchain-source tracepath _tracepath tracepath6 _tracepath traceroute _hosts trap _trap tree _tree trial _twisted true _nothing tryaffix _ispell ttyctl _ttyctl tunctl _uml tune2fs _tune2fs tunes2pod _gnupod tunes2pod.pl _gnupod twidge _twidge twistd _twisted txt _hosts type _which typeset _typeset ulimit _ulimit uml_mconsole _uml uml_moo _uml uml_switch _uml umount _mount unace _unace unalias _aliases uname _uname uncompress _compress unexpand _unexpand unfunction _functions unget _sccs unhash _unhash uniq _uniq unison _unison units _units unlimit _limits unlzma _xz unpack _pack unrar _rar unset _vars unsetopt _setopt unxz _xz unzip _zip update-alternatives _update-alternatives update-rc.d _update-rc.d upgradepkg _pkgtool urpme _urpmi urpmf _urpmi urpmi _urpmi urpmi.addmedia _urpmi urpmi.removemedia _urpmi urpmi.update _urpmi urpmq _urpmi urxvt _urxvt urxvtc _urxvt uscan _uscan useradd _user_admin userdel _users usermod _user_admin uzbl _uzbl uzbl-browser _uzbl uzbl-tabbed _uzbl val _sccs valgrind _valgrind vared _vared vcsh _vcsh vim _vim vim-addons _vim-addons vimdiff _vim vncserver _vnc vncviewer _vnc vorbiscomment _vorbiscomment vserver _vserver vux _vux vuxctl _vux w3m _w3m wait _wait wajig _wajig wanna-build _wanna-build wget _wget what _sccs whatis _man whence _which where _which whereis _whereis which _which whoami _nothing whois _whois whom _mh wiggle _wiggle wodim _cdrecord wpa_cli _wpa_cli write _users_on www _webbrowser xargs _xargs xauth _xauth xclip _xclip xdpyinfo _x_utils xdvi _xdvi xelatex _tex xetex _tex xev _x_utils xfd _x_utils xfig _xfig xfontsel _x_utils xhost _x_utils xkill _x_utils xli _xloadimage xloadimage _xloadimage xlsatoms _x_utils xmllint _xmlsoft xmms2 _xmms2 xmodmap _xmodmap xmosaic _webbrowser xon _x_utils xournal _xournal xpdf _xpdf xping _hosts xprop _x_utils xrandr _xrandr xrdb _x_utils xscreensaver-command _xscreensaver xset _xset xsetbg _xloadimage xsetroot _x_utils xsltproc _xmlsoft xterm _xterm xtightvncviewer _vnc xtp _imagemagick xv _xv xview _xloadimage xvnc4viewer _vnc xvncviewer _vnc xwd _x_utils xwininfo _x_utils xwit _xwit xwud _x_utils xz _xz xzcat _xz yast _yast yast2 _yast ypbind _yp ypcat _yp ypmatch _yp yppasswd _yp yppoll _yp yppush _yp ypserv _yp ypset _yp ypwhich _yp ypxfr _yp ytalk _other_accounts yum _yum zargs _zargs zathura _pspdf zcat _zcat zcompile _zcompile zcp _zmv zdelattr _zattr zdump _zdump zed _zed zen _webbrowser zfs _zfs zgetattr _zattr zip _zip zipinfo _zip zle _zle zlistattr _zattr zln _zmv zlogin _zlogin zmail _mail zmodload _zmodload zmv _zmv zone _hosts zoneadm _zoneadm zpool _zpool zpty _zpty zsetattr _zattr zsh _sh zsh-mime-handler _zsh-mime-handler zstat _stat zstyle _zstyle ztodo _ztodo zxpdf _xpdf zypper _zypper )
_services=(
'-redirect-,<,bunzip2' 'bunzip2'
'-redirect-,<,bzip2' 'bzip2'
'-redirect-,<,compress' 'compress'
'-redirect-,<,gunzip' 'gunzip'
'-redirect-,<,gzip' 'gzip'
'-redirect-,<,uncompress' 'uncompress'
'-redirect-,<,unxz' 'unxz'
'-redirect-,<,xz' 'xz'
'-redirect-,>,bzip2' 'bunzip2'
'-redirect-,>,compress' 'uncompress'
'-redirect-,>,gzip' 'gunzip'
'-redirect-,>,xz' 'unxz'
'Mail' 'mail'
'bzcat' 'bunzip2'
'dch' 'debchange'
'gnupod_INIT.pl' 'gnupod_INIT'
'gnupod_addsong.pl' 'gnupod_addsong'
'gnupod_check.pl' 'gnupod_check'
'gnupod_search.pl' 'gnupod_search'
'gzcat' 'gunzip'
'iceweasel' 'firefox'
'lzcat' 'unxz'
'lzma' 'xz'
'mailx' 'mail'
'mktunes.pl' 'mktunes'
'nail' 'mail'
'ncl' 'nc'
'nedit-nc' 'nc'
'pcat' 'unpack'
'remsh' 'rsh'
'slogin' 'ssh'
'svnadmin-static' 'svnadmin'
'tunes2pod.pl' 'tunes2pod'
'unlzma' 'unxz'
'xelatex' 'latex'
'xetex' 'tex'
'xzcat' 'unxz'
)
+/Users/lynn/.zcompdump:1248> _services=( '-redirect-,<,bunzip2' bunzip2 '-redirect-,<,bzip2' bzip2 '-redirect-,<,compress' compress '-redirect-,<,gunzip' gunzip '-redirect-,<,gzip' gzip '-redirect-,<,uncompress' uncompress '-redirect-,<,unxz' unxz '-redirect-,<,xz' xz '-redirect-,>,bzip2' bunzip2 '-redirect-,>,compress' uncompress '-redirect-,>,gzip' gunzip '-redirect-,>,xz' unxz Mail mail bzcat bunzip2 dch debchange gnupod_INIT.pl gnupod_INIT gnupod_addsong.pl gnupod_addsong gnupod_check.pl gnupod_check gnupod_search.pl gnupod_search gzcat gunzip iceweasel firefox lzcat unxz lzma xz mailx mail mktunes.pl mktunes nail mail ncl nc nedit-nc nc pcat unpack remsh rsh slogin ssh svnadmin-static svnadmin tunes2pod.pl tunes2pod unlzma unxz xelatex latex xetex tex xzcat unxz )
_patcomps=(
'*/(init|rc[0-9S]#).d/*' '_init_d'
'zf*' '_zftp'
)
+/Users/lynn/.zcompdump:1288> _patcomps=( '*/(init|rc[0-9S]#).d/*' _init_d 'zf*' _zftp )
_postpatcomps=(
'(p[bgpn]m*|*top[bgpn]m)' '_pbm'
'(ruby|[ei]rb)[0-9.]#' '_ruby'
'(texi(2*|ndex))' '_texi'
'(tiff*|*2tiff|pal2rgb)' '_tiff'
'(|cifs)iostat' '_sysstat'
'*/X11(|R<4->)/*' '_x_arguments'
'-value-,(ftp|http(|s))_proxy,-default-' '_urls'
'-value-,*PATH,-default-' '_dir_list'
'-value-,*path,-default-' '_directories'
'-value-,LC_*,-default-' '_locales'
'-value-,RUBY(LIB|OPT|PATH),-default-' '_ruby'
'isag' '_sysstat'
'mpstat' '_sysstat'
'pidstat' '_sysstat'
'qemu(|-system-*)' '_qemu'
'sadf' '_sysstat'
'sar' '_sysstat'
'yodl(|2*)' '_yodl'
)
+/Users/lynn/.zcompdump:1293> _postpatcomps=( '(p[bgpn]m*|*top[bgpn]m)' _pbm '(ruby|[ei]rb)[0-9.]#' _ruby '(texi(2*|ndex))' _texi '(tiff*|*2tiff|pal2rgb)' _tiff '(|cifs)iostat' _sysstat '*/X11(|R<4->)/*' _x_arguments '-value-,(ftp|http(|s))_proxy,-default-' _urls '-value-,*PATH,-default-' _dir_list '-value-,*path,-default-' _directories '-value-,LC_*,-default-' _locales '-value-,RUBY(LIB|OPT|PATH),-default-' _ruby isag _sysstat mpstat _sysstat pidstat _sysstat 'qemu(|-system-*)' _qemu sadf _sysstat sar _sysstat 'yodl(|2*)' _yodl )
_compautos=(
'_call_program' '+X'
)
+/Users/lynn/.zcompdump:1314> _compautos=( _call_program +X )
zle -C _bash_complete-word .complete-word _bash_completions
+/Users/lynn/.zcompdump:1318> zle -C _bash_complete-word .complete-word _bash_completions
zle -C _bash_list-choices .list-choices _bash_completions
+/Users/lynn/.zcompdump:1319> zle -C _bash_list-choices .list-choices _bash_completions
zle -C _complete_debug .complete-word _complete_debug
+/Users/lynn/.zcompdump:1320> zle -C _complete_debug .complete-word _complete_debug
zle -C _complete_help .complete-word _complete_help
+/Users/lynn/.zcompdump:1321> zle -C _complete_help .complete-word _complete_help
zle -C _complete_tag .complete-word _complete_tag
+/Users/lynn/.zcompdump:1322> zle -C _complete_tag .complete-word _complete_tag
zle -C _correct_filename .complete-word _correct_filename
+/Users/lynn/.zcompdump:1323> zle -C _correct_filename .complete-word _correct_filename
zle -C _correct_word .complete-word _correct_word
+/Users/lynn/.zcompdump:1324> zle -C _correct_word .complete-word _correct_word
zle -C _expand_alias .complete-word _expand_alias
+/Users/lynn/.zcompdump:1325> zle -C _expand_alias .complete-word _expand_alias
zle -C _expand_word .complete-word _expand_word
+/Users/lynn/.zcompdump:1326> zle -C _expand_word .complete-word _expand_word
zle -C _history-complete-newer .complete-word _history_complete_word
+/Users/lynn/.zcompdump:1327> zle -C _history-complete-newer .complete-word _history_complete_word
zle -C _history-complete-older .complete-word _history_complete_word
+/Users/lynn/.zcompdump:1328> zle -C _history-complete-older .complete-word _history_complete_word
zle -C _list_expansions .list-choices _expand_word
+/Users/lynn/.zcompdump:1329> zle -C _list_expansions .list-choices _expand_word
zle -C _most_recent_file .complete-word _most_recent_file
+/Users/lynn/.zcompdump:1330> zle -C _most_recent_file .complete-word _most_recent_file
zle -C _next_tags .list-choices _next_tags
+/Users/lynn/.zcompdump:1331> zle -C _next_tags .list-choices _next_tags
zle -C _read_comp .complete-word _read_comp
+/Users/lynn/.zcompdump:1332> zle -C _read_comp .complete-word _read_comp
bindkey '^X^R' _read_comp
+/Users/lynn/.zcompdump:1333> bindkey '^X^R' _read_comp
bindkey '^X?' _complete_debug
+/Users/lynn/.zcompdump:1334> bindkey '^X?' _complete_debug
bindkey '^XC' _correct_filename
+/Users/lynn/.zcompdump:1335> bindkey '^XC' _correct_filename
bindkey '^Xa' _expand_alias
+/Users/lynn/.zcompdump:1336> bindkey '^Xa' _expand_alias
bindkey '^Xc' _correct_word
+/Users/lynn/.zcompdump:1337> bindkey '^Xc' _correct_word
bindkey '^Xd' _list_expansions
+/Users/lynn/.zcompdump:1338> bindkey '^Xd' _list_expansions
bindkey '^Xe' _expand_word
+/Users/lynn/.zcompdump:1339> bindkey '^Xe' _expand_word
bindkey '^Xh' _complete_help
+/Users/lynn/.zcompdump:1340> bindkey '^Xh' _complete_help
bindkey '^Xm' _most_recent_file
+/Users/lynn/.zcompdump:1341> bindkey '^Xm' _most_recent_file
bindkey '^Xn' _next_tags
+/Users/lynn/.zcompdump:1342> bindkey '^Xn' _next_tags
bindkey '^Xt' _complete_tag
+/Users/lynn/.zcompdump:1343> bindkey '^Xt' _complete_tag
bindkey '^X~' _bash_list-choices
+/Users/lynn/.zcompdump:1344> bindkey '^X~' _bash_list-choices
bindkey '^[,' _history-complete-newer
+/Users/lynn/.zcompdump:1345> bindkey '^[,' _history-complete-newer
bindkey '^[/' _history-complete-older
+/Users/lynn/.zcompdump:1346> bindkey '^[/' _history-complete-older
bindkey '^[~' _bash_complete-word
+/Users/lynn/.zcompdump:1347> bindkey '^[~' _bash_complete-word
autoload -Uz _SUSEconfig _a2ps _a2utils _aap _acpi \
_acpitool _acroread _adb _alias _aliases \
_all_labels _all_matches _alternative _analyseplugin _ant \
_antigen _antiword _apachectl _apm _approximate \
_apt _apt-file _apt-move _apt-show-versions _aptitude \
_arch_archives _arch_namespace _arg_compile _arguments _arp \
_arping _arrays _assign _at _attr \
_augeas _auto-apt _autocd _awk _axi-cache \
_bash_completions _baz _be_name _beadm _bind_addresses \
_bindkey _bison _bittorrent _bogofilter _bpython \
_brace_parameter _brctl _bsd_pkg _btrfs _bts \
_bug _builtin _bzip2 _bzr _cache_invalid \
_cal _calendar _call_function _canonical_paths _cat \
_ccal _cd _cdbs-edit-patch _cdcd _cdr \
_cdrdao _cdrecord _chflags _chkconfig _chmod \
_chown _chrt _chsh _clay _combination \
_comm _command _command_names _comp_locale _compdef \
_complete _complete_debug _complete_help _complete_help_generic _complete_tag \
_compress _condition _configure _coreadm _correct \
_correct_filename _correct_word _cowsay _cp _cpio \
_cplay _cryptsetup _cssh _csup _ctags_tags \
_cut _cvs _cvsup _cygcheck _cygpath \
_cygrunsrv _cygserver _cygstart _dak _darcs \
_date _dbus _dchroot _dchroot-dsa _dcop \
_dcut _dd _deb_packages _debchange _debdiff \
_debfoster _debsign _default _defaults _delimiters \
_describe _description _devtodo _df _dhclient \
_dhcpinfo _dict _dict_words _diff _diff_options \
_diffstat _dir_list _directories _directory_stack _dirs \
_disable _dispatch _django _dladm _dlocate \
_dmidecode _docker _domains _dpatch-edit-patch _dpkg \
_dpkg-buildpackage _dpkg-cross _dpkg-repack _dpkg_source _dput \
_dsh _dtrace _du _dumpadm _dumper \
_dupload _dvi _dynamic_directory_name _ecasound _echotc \
_echoti _elinks _elm _email_addresses _emulate \
_enable _enscript _env _equal _espeak \
_etags _ethtool _expand _expand_alias _expand_word \
_extensions _fakeroot _fc _feh _fetch \
_fetchmail _ffmpeg _figlet _file_descriptors _file_systems \
_files _find _finger _fink _first \
_flasher _flex _floppy _flowadm _fmadm \
_fortune _freebsd-update _fsh _fstat _functions \
_fuse_arguments _fuse_values _fuser _fusermount _gcc \
_gcore _gdb _generic _genisoimage _getclip \
_getconf _getent _getfacl _getmail _git \
_git-buildpackage _global _global_tags _globflags _globqual_delims \
_globquals _gnome-gv _gnu_generic _gnupod _gnutls \
_go _gpg _gphoto2 _gprof _gqview \
_gradle _graphicsmagick _grep _grep-excuses _groff \
_groups _growisofs _gs _guard _guilt \
_gv _gzip _hash _have_glob_qual _hdiutil \
_hg _history _history_complete_word _history_modifiers _hosts \
_hub _hwinfo _iconv _id _ifconfig \
_iftop _ignored _imagemagick _in_vared _inetadm \
_init_d _initctl _invoke-rc.d _ionice _ip \
_ipadm _ipset _iptables _irssi _ispell \
_iwconfig _java _java_class _jobs _jobs_bg \
_jobs_builtin _jobs_fg _joe _join _kfmclient \
_kill _killall _kld _knock _kvno \
_last _ld_debug _ldd _lein _less \
_lha _lighttpd _limit _limits _links \
_lintian _list _list_files _ln _loadkeys \
_locales _locate _logical_volumes _look _losetup \
_lp _ls _lscfg _lsdev _lslv \
_lsof _lspv _lsusb _lsvg _lynx \
_lzop _mac_applications _mac_files_for_application _madison _mail \
_mailboxes _main_complete _make _make-kpkg _man \
_match _math _math_params _matlab _md5sum \
_mdadm _members _mencal _menu _mere \
_mergechanges _message _metaflac _mh _mii-tool \
_mime_types _mkdir _mkshortcut _mkzsh _module \
_module-assistant _module_math_func _modutils _mondo _monotone \
_moosic _mosh _most_recent_file _mount _mozilla \
_mpc _mplayer _mt _mtools _mtr \
_multi_parts _mutt _my_accounts _mysql_utils _mysqldiff \
_nautilus _ncftp _nedit _net_interfaces _netcat \
_netscape _netstat _newsgroups _next_label _next_tags \
_nice _nkf _nm _nmap _nmcli \
_normal _nothing _notmuch _npm _nslookup \
_object_classes _od _okular _oldlist _open \
_options _options_set _options_unset _osc _other_accounts \
_pack _parameter _parameters _patch _path_commands \
_path_files _pax _pbm _pbuilder _pdf \
_pdftk _perforce _perl _perl_basepods _perl_modules \
_perldoc _pfctl _pfexec _pgrep _php \
_physical_volumes _pick_variant _pids _pine _ping \
_piuparts _pkg-config _pkg5 _pkg_instance _pkgadd \
_pkginfo _pkgrm _pkgtool _pon _portaudit \
_portlint _portmaster _ports _portsnap _postfix \
_postscript _powerd _prcs _precommand _prefix \
_print _printenv _printers _procstat _prompt \
_prove _prstat _ps _ps1234 _pscp \
_pspdf _psutils _ptree _pump _putclip \
_pydoc _python _qemu _qiv _qtplay \
_quilt _raggle _rake _ranlib _rar \
_rbenv _rcs _read _read_comp _readshortcut \
_rebootin _redirect _regex_arguments _regex_words _remote_files \
_renice _reprepro _requested _retrieve_cache _retrieve_mac_apps \
_ri _rlogin _rm _rpm _rpmbuild \
_rrdtool _rsync _rubber _ruby _run-help \
_sablotron _samba _savecore _sccs _sched \
_schedtool _schroot _screen _sed _sep_parts \
_sequence _service _services _set _set_command \
_setfacl _setopt _setup _sh _showmount \
_signals _sisu _slrn _smit _snoop \
_socket _sockstat _softwareupdate _sort _source \
_spamassassin _sqlite _sqsh _ss _ssh \
_sshfs _stat _stgit _store_cache _strace \
_strip _stty _su _sub_commands _subscript \
_subversion _sudo _suffix_alias_files _surfraw _svcadm \
_svccfg _svcprop _svcs _svcs_fmri _svn-buildpackage \
_sysctl _sysstat _system_profiler _systemd _tags \
_tar _tar_archive _tardy _tcpdump _tcpsys \
_tcptraceroute _telnet _terminals _tex _texi \
_texinfo _tidy _tiff _tilde _tilde_files \
_time_zone _tin _tla _tmux _todo.sh \
_toilet _toolchain-source _topgit _totd _tpb \
_tpconfig _tracepath _trap _tree _ttyctl \
_tune2fs _twidge _twisted _typeset _ulimit \
_uml _unace _uname _unexpand _unhash \
_uniq _unison _units _update-alternatives _update-rc.d \
_urls _urpmi _urxvt _uscan _user_admin \
_user_at_host _user_expand _user_math_func _users _users_on \
_uzbl _valgrind _value _values _vared \
_vars _vcsh _vim _vim-addons _vnc \
_volume_groups _vorbis _vorbiscomment _vserver _vux \
_w3m _wait _wajig _wakeup_capable_devices _wanna-build \
_wanted _webbrowser _wget _whereis _which \
_whois _wiggle _wpa_cli _x_arguments _x_borderwidth \
_x_color _x_colormapid _x_cursor _x_display _x_extension \
_x_font _x_geometry _x_keysym _x_locale _x_modifier \
_x_name _x_resource _x_selection_timeout _x_title _x_utils \
_x_visual _x_window _xargs _xauth _xclip \
_xdvi _xfig _xft_fonts _xloadimage _xmlsoft \
_xmms2 _xmodmap _xournal _xpdf _xrandr \
_xscreensaver _xset _xt_arguments _xt_session_id _xterm \
_xv _xwit _xz _yast _yast2 \
_yodl _yp _yum _zargs _zattr \
_zcalc_line _zcat _zcompile _zdump _zed \
_zfs _zfs_dataset _zfs_keysource_props _zfs_pool _zftp \
_zip _zle _zlogin _zmodload _zmv \
_zoneadm _zones _zpool _zpty _zsh-mime-handler \
_zstyle _ztodo _zypper
+/Users/lynn/.zcompdump:1349> autoload -Uz _SUSEconfig _a2ps _a2utils _aap _acpi _acpitool _acroread _adb _alias _aliases _all_labels _all_matches _alternative _analyseplugin _ant _antigen _antiword _apachectl _apm _approximate _apt _apt-file _apt-move _apt-show-versions _aptitude _arch_archives _arch_namespace _arg_compile _arguments _arp _arping _arrays _assign _at _attr _augeas _auto-apt _autocd _awk _axi-cache _bash_completions _baz _be_name _beadm _bind_addresses _bindkey _bison _bittorrent _bogofilter _bpython _brace_parameter _brctl _bsd_pkg _btrfs _bts _bug _builtin _bzip2 _bzr _cache_invalid _cal _calendar _call_function _canonical_paths _cat _ccal _cd _cdbs-edit-patch _cdcd _cdr _cdrdao _cdrecord _chflags _chkconfig _chmod _chown _chrt _chsh _clay _combination _comm _command _command_names _comp_locale _compdef _complete _complete_debug _complete_help _complete_help_generic _complete_tag _compress _condition _configure _coreadm _correct _correct_filename _correct_word _cowsay _cp _cpio _cplay _cryptsetup _cssh _csup _ctags_tags _cut _cvs _cvsup _cygcheck _cygpath _cygrunsrv _cygserver _cygstart _dak _darcs _date _dbus _dchroot _dchroot-dsa _dcop _dcut _dd _deb_packages _debchange _debdiff _debfoster _debsign _default _defaults _delimiters _describe _description _devtodo _df _dhclient _dhcpinfo _dict _dict_words _diff _diff_options _diffstat _dir_list _directories _directory_stack _dirs _disable _dispatch _django _dladm _dlocate _dmidecode _docker _domains _dpatch-edit-patch _dpkg _dpkg-buildpackage _dpkg-cross _dpkg-repack _dpkg_source _dput _dsh _dtrace _du _dumpadm _dumper _dupload _dvi _dynamic_directory_name _ecasound _echotc _echoti _elinks _elm _email_addresses _emulate _enable _enscript _env _equal _espeak _etags _ethtool _expand _expand_alias _expand_word _extensions _fakeroot _fc _feh _fetch _fetchmail _ffmpeg _figlet _file_descriptors _file_systems _files _find _finger _fink _first _flasher _flex _floppy _flowadm _fmadm _fortune _freebsd-update _fsh _fstat _functions _fuse_arguments _fuse_values _fuser _fusermount _gcc _gcore _gdb _generic _genisoimage _getclip _getconf _getent _getfacl _getmail _git _git-buildpackage _global _global_tags _globflags _globqual_delims _globquals _gnome-gv _gnu_generic _gnupod _gnutls _go _gpg _gphoto2 _gprof _gqview _gradle _graphicsmagick _grep _grep-excuses _groff _groups _growisofs _gs _guard _guilt _gv _gzip _hash _have_glob_qual _hdiutil _hg _history _history_complete_word _history_modifiers _hosts _hub _hwinfo _iconv _id _ifconfig _iftop _ignored _imagemagick _in_vared _inetadm _init_d _initctl _invoke-rc.d _ionice _ip _ipadm _ipset _iptables _irssi _ispell _iwconfig _java _java_class _jobs _jobs_bg _jobs_builtin _jobs_fg _joe _join _kfmclient _kill _killall _kld _knock _kvno _last _ld_debug _ldd _lein _less _lha _lighttpd _limit _limits _links _lintian _list _list_files _ln _loadkeys _locales _locate _logical_volumes _look _losetup _lp _ls _lscfg _lsdev _lslv _lsof _lspv _lsusb _lsvg _lynx _lzop _mac_applications _mac_files_for_application _madison _mail _mailboxes _main_complete _make _make-kpkg _man _match _math _math_params _matlab _md5sum _mdadm _members _mencal _menu _mere _mergechanges _message _metaflac _mh _mii-tool _mime_types _mkdir _mkshortcut _mkzsh _module _module-assistant _module_math_func _modutils _mondo _monotone _moosic _mosh _most_recent_file _mount _mozilla _mpc _mplayer _mt _mtools _mtr _multi_parts _mutt _my_accounts _mysql_utils _mysqldiff _nautilus _ncftp _nedit _net_interfaces _netcat _netscape _netstat _newsgroups _next_label _next_tags _nice _nkf _nm _nmap _nmcli _normal _nothing _notmuch _npm _nslookup _object_classes _od _okular _oldlist _open _options _options_set _options_unset _osc _other_accounts _pack _parameter _parameters _patch _path_commands _path_files _pax _pbm _pbuilder _pdf _pdftk _perforce _perl _perl_basepods _perl_modules _perldoc _pfctl _pfexec _pgrep _php _physical_volumes _pick_variant _pids _pine _ping _piuparts _pkg-config _pkg5 _pkg_instance _pkgadd _pkginfo _pkgrm _pkgtool _pon _portaudit _portlint _portmaster _ports _portsnap _postfix _postscript _powerd _prcs _precommand _prefix _print _printenv _printers _procstat _prompt _prove _prstat _ps _ps1234 _pscp _pspdf _psutils _ptree _pump _putclip _pydoc _python _qemu _qiv _qtplay _quilt _raggle _rake _ranlib _rar _rbenv _rcs _read _read_comp _readshortcut _rebootin _redirect _regex_arguments _regex_words _remote_files _renice _reprepro _requested _retrieve_cache _retrieve_mac_apps _ri _rlogin _rm _rpm _rpmbuild _rrdtool _rsync _rubber _ruby _run-help _sablotron _samba _savecore _sccs _sched _schedtool _schroot _screen _sed _sep_parts _sequence _service _services _set _set_command _setfacl _setopt _setup _sh _showmount _signals _sisu _slrn _smit _snoop _socket _sockstat _softwareupdate _sort _source _spamassassin _sqlite _sqsh _ss _ssh _sshfs _stat _stgit _store_cache _strace _strip _stty _su _sub_commands _subscript _subversion _sudo _suffix_alias_files _surfraw _svcadm _svccfg _svcprop _svcs _svcs_fmri _svn-buildpackage _sysctl _sysstat _system_profiler _systemd _tags _tar _tar_archive _tardy _tcpdump _tcpsys _tcptraceroute _telnet _terminals _tex _texi _texinfo _tidy _tiff _tilde _tilde_files _time_zone _tin _tla _tmux _todo.sh _toilet _toolchain-source _topgit _totd _tpb _tpconfig _tracepath _trap _tree _ttyctl _tune2fs _twidge _twisted _typeset _ulimit _uml _unace _uname _unexpand _unhash _uniq _unison _units _update-alternatives _update-rc.d _urls _urpmi _urxvt _uscan _user_admin _user_at_host _user_expand _user_math_func _users _users_on _uzbl _valgrind _value _values _vared _vars _vcsh _vim _vim-addons _vnc _volume_groups _vorbis _vorbiscomment _vserver _vux _w3m _wait _wajig _wakeup_capable_devices _wanna-build _wanted _webbrowser _wget _whereis _which _whois _wiggle _wpa_cli _x_arguments _x_borderwidth _x_color _x_colormapid _x_cursor _x_display _x_extension _x_font _x_geometry _x_keysym _x_locale _x_modifier _x_name _x_resource _x_selection_timeout _x_title _x_utils _x_visual _x_window _xargs _xauth _xclip _xdvi _xfig _xft_fonts _xloadimage _xmlsoft _xmms2 _xmodmap _xournal _xpdf _xrandr _xscreensaver _xset _xt_arguments _xt_session_id _xterm _xv _xwit _xz _yast _yast2 _yodl _yp _yum _zargs _zattr _zcalc_line _zcat _zcompile _zdump _zed _zfs _zfs_dataset _zfs_keysource_props _zfs_pool _zftp _zip _zle _zlogin _zmodload _zmv _zoneadm _zones _zpool _zpty _zsh-mime-handler _zstyle _ztodo _zypper
autoload -Uz +X _call_program
+/Users/lynn/.zcompdump:1492> autoload -Uz +X _call_program
typeset -gUa _comp_assocs
+/Users/lynn/.zcompdump:1494> typeset -gUa _comp_assocs
_comp_assocs=( '' )
+/Users/lynn/.zcompdump:1495> _comp_assocs=( '' )
+compinit:478> _i_done=yes
+compinit:485> [[ -z yes ]]
+compinit:522> _i_line=complete-word
+compinit:525> zle -C complete-word .complete-word _main_complete
+compinit:522> _i_line=delete-char-or-list
+compinit:525> zle -C delete-char-or-list .delete-char-or-list _main_complete
+compinit:522> _i_line=expand-or-complete
+compinit:525> zle -C expand-or-complete .expand-or-complete _main_complete
+compinit:522> _i_line=expand-or-complete-prefix
+compinit:525> zle -C expand-or-complete-prefix .expand-or-complete-prefix _main_complete
+compinit:522> _i_line=list-choices
+compinit:525> zle -C list-choices .list-choices _main_complete
+compinit:522> _i_line=menu-complete
+compinit:525> zle -C menu-complete .menu-complete _main_complete
+compinit:522> _i_line=menu-expand-or-complete
+compinit:525> zle -C menu-expand-or-complete .menu-expand-or-complete _main_complete
+compinit:522> _i_line=reverse-menu-complete
+compinit:525> zle -C reverse-menu-complete .reverse-menu-complete _main_complete
+compinit:527> zle -la menu-select
+compinit:527> zle -C menu-select .menu-select _main_complete
+compinit:531> IFS=' ' +compinit:531> read -A _i_line
+compinit:531> bindkey '^i'
+compinit:532> [[ expand-or-complete == expand-or-complete ]]
+compinit:533> zstyle -a :completion: completer _i_line
+compinit:538> unfunction compinit compaudit
+compinit:539> autoload -Uz compinit compaudit
+compinit:541> return 0
+antigen-apply:11> cdef=_antigen antigen
+antigen-apply:12> echo compdef '_antigen antigen'
+antigen-apply:11> eval 'compdef _antigen antigen'
+(eval):1> compdef _antigen antigen
+compdef:1> local opt autol type func delete eval new i 'ret=0' cmd svc
+compdef:2> local -a match mbegin mend
+compdef:4> emulate -L zsh
+compdef:5> setopt extendedglob
+compdef:9> (( ! 2 ))
+compdef:14> getopts anpPkKde opt
+compdef:38> shift OPTIND-1
+compdef:40> (( ! 2 ))
+compdef:45> [[ -z '' ]]
+compdef:49> [[ -z '' ]]
+compdef:49> [[ _antigen == *=* ]]
+compdef:79> func=_antigen
+compdef:80> [[ -n '' ]]
+compdef:81> shift
+compdef:83> case (widgetkey)
+compdef:83> case (key)
+compdef:83> case (*)
+compdef:131> (( 1 ))
+compdef:132> [[ antigen == -N ]]
+compdef:134> [[ antigen == -p ]]
+compdef:136> [[ antigen == -P ]]
+compdef:139> case (pattern)
+compdef:139> case (postpattern)
+compdef:139> case (*)
+compdef:155> [[ antigen == *=* ]]
+compdef:159> cmd=antigen
+compdef:160> svc=''
+compdef:162> [[ -z '' ]]
+compdef:163> _comps[$cmd]=_antigen
+compdef:164> [[ -n '' ]]
+compdef:169> shift
+compdef:131> (( 0 ))
+antigen-apply:15> unset __deferred_compdefs
+/Users/lynn/.zshrc:148> [ -f /usr/local/go/misc/zsh/go ']'
# fzf
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
+/Users/lynn/.zshrc:152> [ -f /Users/lynn/.fzf.zsh ']'
# added by travis gem
[ -f /Users/lynn/.travis/travis.sh ] && source /Users/lynn/.travis/travis.sh
+/Users/lynn/.zshrc:155> [ -f /Users/lynn/.travis/travis.sh ']'
+omz_termsupport_precmd:1> [[ '' == true ]]
+omz_termsupport_precmd:5> title '%15<..<%~%<<' '%n@%m: %~'
+title:1> [[ '' == *term* ]]
+title:5> : '%n@%m: %~'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek%15\<..\<%~%\<\<\e\'
+omz_termsupport_cwd:3> [[ iTerm.app == Apple_Terminal ]]
+_main_complete:11> local 'IFS=
'
+_main_complete:25> eval 'local -A _comp_caller_options;
_comp_caller_options=(${(kv)options[@]});
setopt localoptions localtraps localpatterns ${_comp_options[@]};
local IFS=$'\'' \t\r\n\0'\''
enable -p \| \~ \( \? \* \[ \< \^ \#
exec </dev/null;
trap - ZERR
local -a reply
local REPLY'
+(eval):1> local -A _comp_caller_options
+(eval):2> _comp_caller_options=( posixargzero off autolist on printexitvalue off kshzerosubscript off histreduceblanks off chaselinks off extendedglob off localloops off histnostore off automenu on globcomplete off unset on listpacked off promptsubst on shwordsplit off pathdirs off kshtypeset off listtypes on warncreateglobal off promptbang off dotglob off braceexpand on listbeep on correctall off privileged off numericglobsort off histverify on trackall on histsubstpattern off cbases off rcquotes off posixaliases off histfindnodups off bashautolist off sharehistory on overstrike off kshautoload off incappendhistory on promptcr on mailwarn off pushdignoredups on interactive on ignoreeof off globsubst off rematchpcre off monitor on histsavebycopy on histbeep on debugbeforecmd on magicequalsubst off rmstarsilent off posixjobs off hashcmds on posixtraps off extendedhistory on notify on kshoptionprint off histexpiredupsfirst on glob on posixcd off braceccl off badpattern on longlistjobs on banghist on dvorak off alwaystoend on hashall on globalexport on ksharrays off correct off autonamedirs off histexpand on typesetsilent off rmstarwait off histnofunctions off autoparamslash on trapsasync off sunkeyboardhack off promptsp on histsavenodups off autocd on allexport off posixidentifiers off cshjunkiehistory off autopushd on completeinword on completealiases off aliases on autocontinue off appendhistory on singlelinezle off hashlistall on ignoreclosebraces off recexact off localoptions off interactivecomments off errexit off cshjunkiequotes off markdirs off hashdirs on cdablevars on rcexpandparam off vi off printeightbit off multifuncdef on xtrace on login off cshjunkieloops off histappend on histignorespace on evallineno on shfileexpansion off rcs on functionargzero on errreturn off combiningchars off histignoredups on histfcntllock off beep on autoremoveslash on hup on globdots off autoparamkeys on shnullcmd off multibyte on zle on promptpercent on flowcontrol off continueonerror off incappendhistorytime off autoresume off globassign off caseglob on shortloops on bsdecho off cprecedences off log on transientrprompt off verbose on localpatterns off ignorebraces off pipefail off equals on menucomplete off cshnullglob off casematch on promptvars on histallowclobber off bareglobqual on shinstdin on restricted off pushdminus on nullglob off chasedots off mailwarning off listambiguous on cshnullcmd off bashrematch off octalzeroes off forcefloat off exec on multios on emacs off nomatch on pathscript off localtraps off stdin on onecmd off kshglob off clobber on posixbuiltins off alwayslastprompt on pushdtohome off histignorealldups off hashexecutablesonly off pushdsilent off shoptionletters off physical off sourcetrace off histlexwords off bgnice on globalrcs on posixstrings off checkjobs on shglob off singlecommand off listrowsfirst off )
+(eval):3> setopt localoptions localtraps localpatterns bareglobqual extendedglob glob multibyte nullglob rcexpandparam unset NO_allexport NO_aliases NO_cshnullglob NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern NO_ignorebraces NO_ignoreclosebraces NO_kshglob NO_ksharrays NO_kshtypeset NO_markdirs NO_octalzeroes NO_shwordsplit NO_shglob NO_warncreateglobal
+(eval):4> local 'IFS=
'
+(eval):5> enable -p '|' '~' '(' '?' '*' '[' '<' '^' '#'
+(eval):7> trap - ZERR
+(eval):8> local -a reply
+(eval):9> local REPLY
+_main_complete:27> local func funcs 'ret=1' tmp _compskip format nm call match min max i num _completers _completer _completer_num curtag _comp_force_list _matchers _matcher _c_matcher _matcher_num _comp_tags _comp_mesg mesg str context state state_descr line opt_args val_args 'curcontext=' '_last_nmatches=-1' _last_menu_style _def_menu_style _menu_style sel '_tags_level=0' '_saved_exact=' '_saved_lastprompt=yes' '_saved_list=ambiguous' '_saved_insert=automenu-unambiguous' '_saved_colors=' '_saved_colors_set=0'
+_main_complete:42> local -a precommands
+_main_complete:44> typeset -U _lastdescr _comp_ignore _comp_colors
+_main_complete:46> [[ -z '' ]]
+_main_complete:46> curcontext=:::
+_main_complete:48> zstyle -s :completion::::: insert-tab tmp
+_main_complete:48> tmp=yes
+_main_complete:50> [[ yes == *pending(|[[:blank:]]*) || yes == *pending=(#b)([0-9]##)(|[[:blank:]]*) ]]
+_main_complete:58> [[ automenu-unambiguous == tab* ]]
+_main_complete:71> [[ -z '' ]]
+_main_complete:72> [[ -o equals ]]
+_main_complete:72> compset -P 1 '='
+_main_complete:74> [[ '~/omz' != */* ]]
+_main_complete:82> _setup default
+_setup:3> local val 'nm=0'
+_setup:5> [[ 1 -eq 1 ]]
+_setup:5> 2=default
+_setup:7> zstyle -a :completion:::::default list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ default == default ]]
+_setup:10> _comp_colors=( '' )
+_setup:26> zstyle -t :completion:::::default list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion:::::default list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion:::::default last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion:::::default accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 ]]
+_setup:61> zstyle -a :completion:::::default menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion:::::default force-list val
+_main_complete:83> _def_menu_style=( select )
+_main_complete:92> _last_menu_style=( )
+_main_complete:94> zstyle -s :completion:::::default list-prompt tmp
+_main_complete:98> zstyle -s :completion:::::default select-prompt tmp
+_main_complete:102> zstyle -s :completion:::::default select-scroll tmp
+_main_complete:109> (( 0 ))
+_main_complete:121> zstyle -a :completion::::: completer _completers
+_main_complete:122> _completers=( _complete _ignored )
+_main_complete:127> _completer_num=1
+_main_complete:130> integer 'SECONDS=0'
+_main_complete:131> trap 'zle -M "Killed by signal in ${funcstack[0]} after ${SECONDS}s";
zle -R; return 130' INT QUIT
+_main_complete:136> funcs=( )
+_main_complete:137> compprefuncs=( )
+_main_complete:142> tmp=_complete
+_main_complete:144> [[ -n '' ]]
+_main_complete:146> [[ _complete == *:-* ]]
+_main_complete:149> [[ _complete == *:* ]]
+_main_complete:153> _completer=complete
+_main_complete:156> curcontext=:complete::
+_main_complete:157> zstyle -t :completion::complete::: show-completer
+_main_complete:160> zstyle -a :completion::complete::: matcher-list _matchers
+_main_complete:163> _matcher_num=1
+_main_complete:164> _matcher=''
+_main_complete:165> _c_matcher=m:{a-zA-Z}={A-Za-z}
+_main_complete:166> [[ 'm:{a-zA-Z}={A-Za-z}' == +* ]]
+_main_complete:169> _matcher='m:{a-zA-Z}={A-Za-z}'
+_main_complete:172> _comp_mesg=''
+_main_complete:173> [[ -n '' ]]
+_main_complete:178> _complete
+_complete:7> local comp name oldcontext 'ret=1' service
+_complete:8> typeset -T 'curcontext=:complete::' ccarray
+_complete:10> oldcontext=:complete::
+_complete:14> [[ -n '' ]]
+_complete:96> comp=_first
+_complete:97> [[ -n _first ]]
+_complete:98> service=-first-
+_complete:99> ccarray[3]=-first-
+_complete:100> eval _first
+(eval):1> _first
+_complete:100> ret=0
+_complete:101> [[ '' == all ]]
+_complete:110> [[ -n '' ]]
+_complete:114> ret=1
+_complete:115> [[ command == command ]]
+_complete:116> curcontext=:complete::
+_complete:117> _normal -s
+_normal:3> local _comp_command1 _comp_command2 _comp_command skip
+_normal:5> [[ -s == -s ]]
+_normal:6> skip=( -s )
+_normal:16> [[ -o BANG_HIST && '~/omz' == !*: || '~/omz' == "!*: ]]
+_normal:29> [[ CURRENT -eq 1 ]]
+_normal:38> _set_command
+_set_command:6> local command
+_set_command:8> command=vim
+_set_command:10> [[ -z vim ]]
+_set_command:12> (( 0 + 1 ))
+_set_command:13> _comp_command1=vim
+_set_command:14> _comp_command=vim
+_normal:40> _dispatch -s vim vim '' -default-
+_dispatch:3> local comp pat val name i 'ret=1' '_compskip='
+_dispatch:4> local 'curcontext=:complete::' service str noskip
+_dispatch:5> local -a match mbegin mend
+_dispatch:9> [[ -s == -s ]]
+_dispatch:10> noskip=yes
+_dispatch:11> shift
+_dispatch:14> [[ -z yes ]]
+_dispatch:16> curcontext=:complete:vim:
+_dispatch:18> shift
+_dispatch:22> [[ '' != (all|*patterns*) ]]
+_dispatch:24> str=vim
+_dispatch:25> [[ -n vim ]]
+_dispatch:26> service=vim
+_dispatch:24> str=
+_dispatch:25> [[ -n '' ]]
+_dispatch:25> continue
+_dispatch:24> str=-default-
+_dispatch:25> [[ -n -default- ]]
+_dispatch:26> service=-default-
+_dispatch:45> ret=1
+_dispatch:46> str=vim
+_dispatch:47> [[ -n vim ]]
+_dispatch:51> str=vim
+_dispatch:52> name=vim
+_dispatch:53> comp=_vim
+_dispatch:54> service=vim
+_dispatch:56> [[ -z _vim ]]
+_dispatch:56> break
+_dispatch:61> [[ -n _vim && vim != -default- ]]
+_dispatch:62> _compskip=patterns
+_dispatch:63> eval _vim
+(eval):1> _vim
+_vim:3> (( 0 ))
+_vim:16> local 'curcontext=:complete:vim:' state line expl
+_vim:17> typeset -A opt_args
+_vim:19> local arguments
+_vim:21> arguments=( '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' )
+_vim:86> [[ vim != *g* ]]
+_vim:86> arguments+='-g[start with GUI]'
+_vim:87> [[ vim != r* ]]
+_vim:87> arguments+='-Z[restricted mode]'
+_vim:88> [[ vim != *diff ]]
+_vim:88> arguments+='(-v -e -E -s -y)-d[diff mode]'
+_vim:89> [[ vim != *view ]]
+_vim:89> arguments+='-R[readonly mode]'
+_vim:90> [[ vim == *g* ]]
+_vim:90> (( 0 ))
+_vim:101> _arguments -C -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:6> local long 'cmd=vim' descr odescr mesg subopts opt opt2 usecc autod
+_arguments:7> local 'oldcontext=:complete:vim:' hasopts rawret optarg singopt alwopt
+_arguments:8> local setnormarg start rest
+_arguments:9> local -a match mbegin mend
+_arguments:11> long=0
+_arguments:12> (( long ))
+_arguments:293> subopts=( )
+_arguments:294> singopt=( )
+_arguments:295> [[ -C == -(O*|[CRWnsw]) ]]
+_arguments:296> case -C (-C)
+_arguments:297> usecc=yes
+_arguments:297> shift
+_arguments:295> [[ -S == -(O*|[CRWnsw]) ]]
+_arguments:308> [[ '~/omz' == [-+] ]]
+_arguments:310> zstyle -s :completion::complete:vim::options auto-description autod
+_arguments:312> (( 62 ))
+_arguments:312> comparguments -i '' -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:313> local action noargs aret expl local tried 'ret=1'
+_arguments:314> local next direct odirect equal single matcher matched ws tmp1 tmp2 tmp3
+_arguments:315> local opts subc tc prefix suffix descrs actions subcs anum
+_arguments:316> local 'origpre=~/omz' 'origipre=' 'nm=0'
+_arguments:318> comparguments -D descrs actions subcs
+_arguments:319> comparguments -O next direct odirect equal
+_arguments:320> opts=yes
+_arguments:321> _tags argument-rest options
+_tags:3> local prev
+_tags:10> [[ argument-rest == -- ]]
+_tags:15> (( 2 ))
+_tags:19> local 'curcontext=:complete:vim:' order tag nodef tmp
+_tags:21> [[ argument-rest == -C?* ]]
+_tags:24> [[ argument-rest == -C ]]
+_tags:29> [[ argument-rest == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:: group-order order
+_tags:36> comptags -i :complete:vim: argument-rest options
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:: tag-order order
+_tags:44> (( ! 2 ))
+_tags:45> order=( '(|*-)argument-* (|*-)option[-+]* values' options )
+_tags:47> tag=(|*-)argument-* (|*-)option[-+]* values
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (-)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (!*)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (?*)
+_tags:51> comptry -m '(|*-)argument-* (|*-)option[-+]* values'
+_tags:47> tag=options
+_tags:48> case options (-)
+_tags:48> case options (!*)
+_tags:48> case options (?*)
+_tags:51> comptry -m options
+_tags:55> [[ -z '' ]]
+_tags:55> comptry argument-rest options
+_tags:60> comptags -T
+_tags:62> return
+_arguments:343> comparguments -M matcher
+_arguments:345> context=( )
+_arguments:346> state=( )
+_arguments:347> state_descr=( )
+_arguments:349> true
+_arguments:350> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_arguments:351> anum=1
+_arguments:352> [[ -z '' ]]
+_arguments:353> [[ anum -le 1 ]]
+_arguments:355> action=_vim_files
+_arguments:356> descr=file
+_arguments:357> subc=argument-rest
+_arguments:359> [[ argument-rest == argument* && -n '' ]]
+_arguments:363> [[ -n '' ]]
+_arguments:363> _requested argument-rest
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R argument-rest
+_requested:9> [[ 1 -gt 3 ]]
+_requested:11> [[ 1 -gt 1 ]]
+_requested:14> return 0
+_arguments:365> curcontext=:complete:vim:argument-rest
+_arguments:367> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_arguments:369> [[ _vim_files == \=\ * ]]
+_arguments:375> [[ _vim_files == -\>* ]]
+_arguments:390> [[ -z '' ]]
+_arguments:391> local line
+_arguments:392> typeset -A opt_args
+_arguments:393> local=yes
+_arguments:396> comparguments -W line opt_args
+_arguments:398> [[ _vim_files == \ # ]]
+_arguments:406> [[ _vim_files == \(\(*\)\) ]]
+_arguments:416> [[ _vim_files == \(*\) ]]
+_arguments:425> [[ _vim_files == {*} ]]
+_arguments:434> [[ _vim_files == \ * ]]
+_arguments:448> eval 'action=( _vim_files )'
+(eval):1> action=( _vim_files )
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:9> (( 8 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=8
+_next_label:11> _comp_tags=' argument-rest '
+_next_label:12> [[ argument-rest == *[^\\]:* ]]
+_next_label:18> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_arguments:450> _vim_files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_vim_files:1> case ~/omz (+*)
+_vim_files:1> case ~/omz ((scp|http(|s)|(|s)ftp):*)
+_vim_files:1> case ~/omz (*)
+_vim_files:4> _files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_files:3> local opts tmp glob pat pats expl tag i def descr end ign 'ret=1' match tried
+_files:4> local type sdef ignvars ignvar prepath oprefix rfiles rfile
+_files:6> zparseopts -a opts '/=tmp' 'f=tmp' 'g+:-=tmp' q n 1 2 P: S: r: R: W: X+: M+: F: J+: V+:
+_files:9> type=''
+_files:10> (( 0 ))
+_files:19> tmp=0
+_files:20> (( tmp ))
+_files:32> ign=( )
+_files:35> zstyle -a :completion::complete:vim:argument-rest: file-patterns tmp
+_files:46> zstyle -t :completion::complete:vim:argument-rest: list-dirs-first
+_files:64> [[ '' == *g* ]]
+_files:84> [[ '' == */* ]]
+_files:87> pats=( '*:all-files ' )
+_files:91> tried=( )
+_files:92> def=*:all-files
+_files:93> eval 'def=( \*:all-files )'
+(eval):1> def=( '*:all-files' )
+_files:95> tmp='*:'
+_files:96> (( 0 ))
+_files:97> tried=( '*:' )
+_files:99> sdef=*:all-files
+_files:101> tag=all-files
+_files:102> pat='*'
+_files:104> [[ '*:all-files' == *:all-files:* ]]
+_files:107> (( 0 ))
+_files:110> descr=file
+_files:112> end=yes
+_files:115> _tags all-files
+_tags:3> local prev
+_tags:10> [[ all-files == -- ]]
+_tags:15> (( 1 ))
+_tags:19> local 'curcontext=:complete:vim:argument-rest' order tag nodef tmp
+_tags:21> [[ all-files == -C?* ]]
+_tags:24> [[ all-files == -C ]]
+_tags:29> [[ all-files == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:argument-rest: group-order order
+_tags:36> comptags -i :complete:vim:argument-rest all-files
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:argument-rest: tag-order order
+_tags:44> (( ! 0 ))
+_tags:55> [[ -z '' ]]
+_tags:55> comptry all-files
+_tags:60> comptags -T
+_tags:62> return
+_files:116> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_files:117> _comp_ignore=( )
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:9> (( 10 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=10
+_next_label:11> _comp_tags=' all-files '
+_next_label:12> [[ all-files == *[^\\]:* ]]
+_next_label:18> _description all-files expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:all-files group-name gname
+_description:18> _setup all-files -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:all-files list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ all-files == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:all-files list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:all-files list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:all-files last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:all-files accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:all-files menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:all-files force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:all-files format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:all-files hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:all-files matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:all-files sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:all-files ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:all-files ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=all-files
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_files:119> _comp_ignore=( )
+_files:120> [[ -n yes ]]
+_files:121> _path_files -g '*' -M 'm:{a-zA-Z}={A-Za-z}' -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_path_files:3> local -a match mbegin mend
+_path_files:17> _have_glob_qual '~/omz'
+_have_glob_qual:14> local complete
+_have_glob_qual:16> [[ '' == complete ]]
+_have_glob_qual:18> [[ -z '' && on == on && '~/omz' == (#b)(((*[^\\\$]|)(\\\\)#)\()([^\)\|\~]#) || off == on ]]
+_path_files:38> local linepath realpath donepath prepath testpath exppath skips skipped
+_path_files:39> local tmp1 tmp2 tmp3 tmp4 i orig eorig pre suf tpre tsuf opre osuf cpre
+_path_files:40> local pats haspats ignore pfx pfxsfx sopt gopt opt sdirs ignpar cfopt listsfx
+_path_files:41> local 'nm=0' menu matcher mopts sort mid accex fake
+_path_files:42> local listfiles listopts tmpdisp origtmp1 Uopt
+_path_files:43> local accept_exact_dirs path_completion
+_path_files:44> integer npathcheck
+_path_files:45> local -a Mopts
+_path_files:47> typeset -U prepaths exppaths
+_path_files:49> exppaths=( )
+_path_files:53> zparseopts -a mopts 'P:=pfx' 'S:=pfxsfx' 'q=pfxsfx' 'r:=pfxsfx' 'R:=pfxsfx' 'W:=prepaths' 'F:=ignore' 'M+:=matcher' J+: V+: X+: 1 2 n 'f=tmp1' '/=tmp1' 'g+:-=tmp1'
+_path_files:58> sopt=-g
+_path_files:59> (( 1 ))
+_path_files:59> haspats=yes
+_path_files:60> (( 1 ))
+_path_files:60> gopt=yes
+_path_files:61> (( 0 ))
+_path_files:65> pats='*'
+_path_files:66> pats=( '*' )
+_path_files:68> pats=( '*' )
+_path_files:70> (( 0 ))
+_path_files:74> (( 0 ))
+_path_files:86> prepaths=( '' )
+_path_files:89> (( 0 ))
+_path_files:100> [[ -g == -(f|) ]]
+_path_files:109> (( ! 3 ))
+_path_files:130> [[ -z '' && 0 -eq 0 && -z yes || '*' == \ #\*\ # && -n '' ]]
+_path_files:134> (( 0 ))
+_path_files:139> [[ 4 -eq 0 ]]
+_path_files:145> (( 4 ))
+_path_files:147> mopts=( -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' )
+_path_files:150> zstyle -s :completion::complete:vim:argument-rest: file-sort tmp1
+_path_files:185> zstyle -t :completion::complete:vim:argument-rest:paths squeeze-slashes
+_path_files:188> skips='((.|..)/)##'
+_path_files:191> zstyle -s :completion::complete:vim:argument-rest:paths special-dirs sdirs
+_path_files:192> zstyle -t :completion::complete:vim:argument-rest:paths list-suffixes
+_path_files:195> [[ '*' == ((|*[[:blank:]])\*(|[[:blank:]]*|\([^[:blank:]]##\))|*\([^[:blank:]]#/[^[:blank:]]#\)*) ]]
+_path_files:196> sopt=-g/
+_path_files:198> zstyle -a :completion::complete:vim:argument-rest:paths accept-exact accex
+_path_files:199> zstyle -a :completion::complete:vim:argument-rest: fake-files fake
+_path_files:201> zstyle -s :completion::complete:vim:argument-rest: ignore-parents ignpar
+_path_files:203> zstyle -t :completion::complete:vim:argument-rest:paths accept-exact-dirs
+_path_files:205> zstyle -T :completion::complete:vim:argument-rest:paths path-completion
+_path_files:206> path_completion=1
+_path_files:208> [[ -n '' ]]
+_path_files:236> pre='~/omz'
+_path_files:237> suf=''
+_path_files:238> opre='~/omz'
+_path_files:239> osuf=''
+_path_files:240> orig='~/omz'
+_path_files:241> eorig='~/omz'
+_path_files:243> [[ automenu-unambiguous == (*menu|[0-9]*) || -n '' || -n '' ]]
+_path_files:246> [[ -n '' ]]
+_path_files:250> Mopts=( -M 'r:|/=* r:|=*' )
+_path_files:255> [[ '~/omz' == [^][*?#^\|\<\>\\]#(`[^`]#`|\$)*/* ]]
+_path_files:276> [[ '~' == \~ && -z '' ]]
+_path_files:285> linepath=''
+_path_files:286> [[ -z '' ]]
+_path_files:287> realpath=/Users/lynn/
+_path_files:316> linepath='~/'
+_path_files:317> [[ /Users/lynn/ == \~/ ]]
+_path_files:318> pre=omz
+_path_files:319> orig=omz
+_path_files:320> donepath=''
+_path_files:321> prepaths=( '' )
+_path_files:358> prepath=
+_path_files:364> skipped=''
+_path_files:365> cpre=''
+_path_files:367> [[ -n '' || -z 1 ]]
+_path_files:407> tpre=omz
+_path_files:408> tsuf=''
+_path_files:416> testpath=''
+_path_files:418> tmp2=''
+_path_files:419> tpre=omz
+_path_files:421> tmp1=( /Users/lynn/ )
+_path_files:424> (( npathcheck = 0 ))
+_path_files:425> true
+_path_files:427> origtmp1=( /Users/lynn/ )
+_path_files:430> [[ omz == */* ]]
+_path_files:434> PREFIX=omz
+_path_files:435> SUFFIX=''
+_path_files:447> tmp2=( /Users/lynn/ )
+_path_files:449> [[ omz == (#b)*/(*) ]]
+_path_files:462> [[ -g/ == *[/f]* ]]
+_path_files:463> compfiles -p tmp1 accex '' 'm:{a-zA-Z}={A-Za-z} m:{a-zA-Z}={A-Za-z}' '' fake '*'
+_path_files:467> tmp1=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:469> [[ -n omz ]]
+_path_files:482> (( ! 15 && npathcheck == 0 ))
+_path_files:499> (( ! 15 ))
+_path_files:501> [[ /Users/lynn/Applications == */* ]]
+_path_files:502> [[ -n '' ]]
+_path_files:511> tmp2=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:512> compadd -D tmp1 -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' - Applications Code Desktop Documents Downloads Dropbox Library Movies Music Pictures Public omz-debug.log omz-debug.log.zsh screen-256color.ti xterm-256color.ti
+_path_files:522> (( ! 2 ))
+_path_files:570> [[ -n '' ]]
+_path_files:584> [[ omz == */* ]]
+_path_files:586> [[ '' == */* ]]
+_path_files:590> break
+_path_files:609> tmp3=omz
+_path_files:610> tpre=omz
+_path_files:611> tsuf=''
+_path_files:612> [[ -n /Users/lynn/ ]]
+_path_files:613> tmp1=( omz-debug.log omz-debug.log.zsh )
+_path_files:615> true
+_path_files:622> compfiles -r tmp1 omz
+_path_files:623> tmp4=1
+_path_files:625> [[ omz == */* ]]
+_path_files:630> tmp2=omz
+_path_files:631> PREFIX='~/omz'
+_path_files:632> SUFFIX=''
+_path_files:639> (( tmp4 ))
+_path_files:648> tmp2=''
+_path_files:649> [[ -n '~/' ]]
+_path_files:650> compquote -p tmp2 tmp1
+_path_files:658> [[ -z '' && '' == \* ]]
+_path_files:668> [[ -z automenu-unambiguous ]]
+_path_files:669> zstyle -t :completion::complete:vim:argument-rest:paths expand suffix
+_path_files:670> [[ -z '' && -n '' || -z '' ]]
+_path_files:676> (( tmp4 ))
+_path_files:676> zstyle -t :completion::complete:vim:argument-rest:paths ambiguous
+_path_files:678> [[ omz == */* ]]
+_path_files:704> _list_files tmp1 /Users/lynn/
+_list_files:11> local stat f elt what dir
+_list_files:12> local -a stylevals
+_list_files:13> integer ok
+_list_files:15> listfiles=( )
+_list_files:16> listopts=( )
+_list_files:18> zstyle -a :completion::complete:vim:argument-rest: file-list stylevals
+_list_files:18> return 1
+_path_files:705> compadd -Qf -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' -p '~/' -s '' -W /Users/lynn/ -M 'r:|/=* r:|=*' -a tmp1
+_path_files:742> tmp4=-
+_path_files:744> break
+_path_files:788> [[ -z - ]]
+_path_files:874> [[ _matcher_num -eq 3 ]]
+_path_files:883> [[ nm -ne 'compstate[nmatches]' ]]
+_files:122> ret=0
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:25> return 1
+_files:140> (( ret ))
+_files:140> break
+_files:147> [[ '*' == \* ]]
+_files:147> return ret
+_vim_files:6> case ~/omz (+)
+_vim_files:6> case ~/omz (+<1->)
+_arguments:450> ret=0
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:25> return 1
+_arguments:452> (( ret ))
+_arguments:453> tried=yes
+_arguments:353> [[ anum -le 1 ]]
+_arguments:459> _requested options
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R options
+_requested:16> return 1
+_arguments:521> [[ -n yes && '~/omz' != [-+]* ]]
+_arguments:521> break
+_arguments:523> [[ -n yes && -z '' && -z '' && -z yes || -n '' ]]
+_arguments:551> break
+_arguments:554> [[ -z '' ]]
+_arguments:554> curcontext=:complete:vim:
+_arguments:556> [[ -n '' ]]
+_arguments:567> [[ -n '' ]]
+_arguments:571> [[ nm -ne 2 ]]
+_vim:101> return
+_dispatch:63> ret=0
+_dispatch:64> [[ patterns == (all|*patterns*) ]]
+_dispatch:64> return ret
+_complete:117> ret=0
+_complete:142> _compskip=''
+_complete:144> return ret
+_main_complete:179> ret=0
+_main_complete:180> break 2
+_main_complete:189> curcontext=:::
+_main_complete:190> [[ '' == keep ]]
+_main_complete:196> nm=2
+_main_complete:199> [[ '' == keep || nm -gt 1 ]]
+_main_complete:200> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_main_complete:201> _menu_style=( select '' )
+_main_complete:203> tmp=3
+_main_complete:205> _menu_style=( select '' select )
+_main_complete:207> [[ ambiguous == *list ]]
+_main_complete:211> [[ automenu-unambiguous == automenu-unambiguous ]]
+_main_complete:212> [[ -n automenu-unambiguous && -n '' ]]
+_main_complete:216> sel=( )
+_main_complete:218> (( 0 ))
+_main_complete:234> sel=( )
+_main_complete:236> (( 0 ))
+_main_complete:252> [[ -n '' || -n '' ]]
+_main_complete:256> [[ -n '' ]]
+_main_complete:258> [[ -n '' ]]
+_main_complete:265> [[ automenu-unambiguous == *menu* ]]
+_main_complete:266> [[ '' == 00 ]]
+_main_complete:267> [[ -n '' ]]
+_main_complete:269> [[ -n '' ]]
+_main_complete:275> [[ '' != 00 ]]
+_main_complete:276> sel=( select select )
+_main_complete:278> (( 2 ))
+_main_complete:279> min=9999999
+_main_complete:280> i=select
+_main_complete:281> [[ select == *=[0-9]* ]]
+_main_complete:284> [[ select != *=* ]]
+_main_complete:285> num=0
+_main_complete:289> [[ num -lt min ]]
+_main_complete:289> min=0
+_main_complete:291> (( min ))
+_main_complete:291> break
+_main_complete:294> zmodload -i zsh/complist
+_main_complete:295> MENUSELECT=0
+_main_complete:300> [[ -n 0 ]]
+_main_complete:301> [[ -n '' ]]
+_main_complete:303> [[ -n '' ]]
+_main_complete:310> unset MENUMODE
+_main_complete:337> zstyle -s :completion::::: show-ambiguity tmp
+_main_complete:345> [[ '' == always || '' == ?* ]]
+_main_complete:349> [[ '' == keep ]]
+_main_complete:355> (( 1 ))
+_main_complete:356> ZLS_COLORS=''
+_main_complete:363> funcs=( )
+_main_complete:364> comppostfuncs=( )
+_main_complete:369> _lastcomp=( list_lines 1 all_quotes '\' nmatches 2 restore auto context command vared '' unambiguous '~/omz-debug.log' list_max 100 unambiguous_cursor 16 list ambiguous insert_positions 19 unambiguous_positions 15 exact '' to_end match last_prompt yes pattern_insert menu ignored 0 insert automenu-unambiguous )
+_main_complete:370> _lastcomp[nmatches]=2
+_main_complete:371> _lastcomp[completer]=complete
+_main_complete:372> _lastcomp[prefix]='~/omz'
+_main_complete:373> _lastcomp[suffix]=''
+_main_complete:374> _lastcomp[iprefix]=''
+_main_complete:375> _lastcomp[isuffix]=''
+_main_complete:376> _lastcomp[qiprefix]=''
+_main_complete:377> _lastcomp[qisuffix]=''
+_main_complete:378> _lastcomp[tags]=' all-files '
+_main_complete:380> return ret
+_main_complete:11> local 'IFS=
'
+_main_complete:25> eval 'local -A _comp_caller_options;
_comp_caller_options=(${(kv)options[@]});
setopt localoptions localtraps localpatterns ${_comp_options[@]};
local IFS=$'\'' \t\r\n\0'\''
enable -p \| \~ \( \? \* \[ \< \^ \#
exec </dev/null;
trap - ZERR
local -a reply
local REPLY'
+(eval):1> local -A _comp_caller_options
+(eval):2> _comp_caller_options=( posixargzero off autolist on printexitvalue off kshzerosubscript off histreduceblanks off chaselinks off extendedglob off localloops off histnostore off automenu on globcomplete off unset on listpacked off promptsubst on shwordsplit off pathdirs off kshtypeset off listtypes on warncreateglobal off promptbang off dotglob off braceexpand on listbeep on correctall off privileged off numericglobsort off histverify on trackall on histsubstpattern off cbases off rcquotes off posixaliases off histfindnodups off bashautolist off sharehistory on overstrike off kshautoload off incappendhistory on promptcr on mailwarn off pushdignoredups on interactive on ignoreeof off globsubst off rematchpcre off monitor on histsavebycopy on histbeep on debugbeforecmd on magicequalsubst off rmstarsilent off posixjobs off hashcmds on posixtraps off extendedhistory on notify on kshoptionprint off histexpiredupsfirst on glob on posixcd off braceccl off badpattern on longlistjobs on banghist on dvorak off alwaystoend on hashall on globalexport on ksharrays off correct off autonamedirs off histexpand on typesetsilent off rmstarwait off histnofunctions off autoparamslash on trapsasync off sunkeyboardhack off promptsp on histsavenodups off autocd on allexport off posixidentifiers off cshjunkiehistory off autopushd on completeinword on completealiases off aliases on autocontinue off appendhistory on singlelinezle off hashlistall on ignoreclosebraces off recexact off localoptions off interactivecomments off errexit off cshjunkiequotes off markdirs off hashdirs on cdablevars on rcexpandparam off vi off printeightbit off multifuncdef on xtrace on login off cshjunkieloops off histappend on histignorespace on evallineno on shfileexpansion off rcs on functionargzero on errreturn off combiningchars off histignoredups on histfcntllock off beep on autoremoveslash on hup on globdots off autoparamkeys on shnullcmd off multibyte on zle on promptpercent on flowcontrol off continueonerror off incappendhistorytime off autoresume off globassign off caseglob on shortloops on bsdecho off cprecedences off log on transientrprompt off verbose on localpatterns off ignorebraces off pipefail off equals on menucomplete off cshnullglob off casematch on promptvars on histallowclobber off bareglobqual on shinstdin on restricted off pushdminus on nullglob off chasedots off mailwarning off listambiguous on cshnullcmd off bashrematch off octalzeroes off forcefloat off exec on multios on emacs off nomatch on pathscript off localtraps off stdin on onecmd off kshglob off clobber on posixbuiltins off alwayslastprompt on pushdtohome off histignorealldups off hashexecutablesonly off pushdsilent off shoptionletters off physical off sourcetrace off histlexwords off bgnice on globalrcs on posixstrings off checkjobs on shglob off singlecommand off listrowsfirst off )
+(eval):3> setopt localoptions localtraps localpatterns bareglobqual extendedglob glob multibyte nullglob rcexpandparam unset NO_allexport NO_aliases NO_cshnullglob NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern NO_ignorebraces NO_ignoreclosebraces NO_kshglob NO_ksharrays NO_kshtypeset NO_markdirs NO_octalzeroes NO_shwordsplit NO_shglob NO_warncreateglobal
+(eval):4> local 'IFS=
'
+(eval):5> enable -p '|' '~' '(' '?' '*' '[' '<' '^' '#'
+(eval):7> trap - ZERR
+(eval):8> local -a reply
+(eval):9> local REPLY
+_main_complete:27> local func funcs 'ret=1' tmp _compskip format nm call match min max i num _completers _completer _completer_num curtag _comp_force_list _matchers _matcher _c_matcher _matcher_num _comp_tags _comp_mesg mesg str context state state_descr line opt_args val_args 'curcontext=' '_last_nmatches=-1' _last_menu_style _def_menu_style _menu_style sel '_tags_level=0' '_saved_exact=' '_saved_lastprompt=yes' '_saved_list=ambiguous' '_saved_insert=automenu-unambiguous' '_saved_colors=' '_saved_colors_set=1'
+_main_complete:42> local -a precommands
+_main_complete:44> typeset -U _lastdescr _comp_ignore _comp_colors
+_main_complete:46> [[ -z '' ]]
+_main_complete:46> curcontext=:::
+_main_complete:48> zstyle -s :completion::::: insert-tab tmp
+_main_complete:48> tmp=yes
+_main_complete:50> [[ yes == *pending(|[[:blank:]]*) || yes == *pending=(#b)([0-9]##)(|[[:blank:]]*) ]]
+_main_complete:58> [[ automenu-unambiguous == tab* ]]
+_main_complete:71> [[ -z '' ]]
+_main_complete:72> [[ -o equals ]]
+_main_complete:72> compset -P 1 '='
+_main_complete:74> [[ '~/omz-debug.log.z' != */* ]]
+_main_complete:82> _setup default
+_setup:3> local val 'nm=0'
+_setup:5> [[ 1 -eq 1 ]]
+_setup:5> 2=default
+_setup:7> zstyle -a :completion:::::default list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ default == default ]]
+_setup:10> _comp_colors=( '' )
+_setup:26> zstyle -t :completion:::::default list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion:::::default list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion:::::default last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion:::::default accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 ]]
+_setup:61> zstyle -a :completion:::::default menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion:::::default force-list val
+_main_complete:83> _def_menu_style=( select )
+_main_complete:92> _last_menu_style=( )
+_main_complete:94> zstyle -s :completion:::::default list-prompt tmp
+_main_complete:98> zstyle -s :completion:::::default select-prompt tmp
+_main_complete:102> zstyle -s :completion:::::default select-scroll tmp
+_main_complete:109> (( 0 ))
+_main_complete:121> zstyle -a :completion::::: completer _completers
+_main_complete:122> _completers=( _complete _ignored )
+_main_complete:127> _completer_num=1
+_main_complete:130> integer 'SECONDS=0'
+_main_complete:131> trap 'zle -M "Killed by signal in ${funcstack[0]} after ${SECONDS}s";
zle -R; return 130' INT QUIT
+_main_complete:136> funcs=( )
+_main_complete:137> compprefuncs=( )
+_main_complete:142> tmp=_complete
+_main_complete:144> [[ -n '' ]]
+_main_complete:146> [[ _complete == *:-* ]]
+_main_complete:149> [[ _complete == *:* ]]
+_main_complete:153> _completer=complete
+_main_complete:156> curcontext=:complete::
+_main_complete:157> zstyle -t :completion::complete::: show-completer
+_main_complete:160> zstyle -a :completion::complete::: matcher-list _matchers
+_main_complete:163> _matcher_num=1
+_main_complete:164> _matcher=''
+_main_complete:165> _c_matcher=m:{a-zA-Z}={A-Za-z}
+_main_complete:166> [[ 'm:{a-zA-Z}={A-Za-z}' == +* ]]
+_main_complete:169> _matcher='m:{a-zA-Z}={A-Za-z}'
+_main_complete:172> _comp_mesg=''
+_main_complete:173> [[ -n '' ]]
+_main_complete:178> _complete
+_complete:7> local comp name oldcontext 'ret=1' service
+_complete:8> typeset -T 'curcontext=:complete::' ccarray
+_complete:10> oldcontext=:complete::
+_complete:14> [[ -n '' ]]
+_complete:96> comp=_first
+_complete:97> [[ -n _first ]]
+_complete:98> service=-first-
+_complete:99> ccarray[3]=-first-
+_complete:100> eval _first
+(eval):1> _first
+_complete:100> ret=0
+_complete:101> [[ '' == all ]]
+_complete:110> [[ -n '' ]]
+_complete:114> ret=1
+_complete:115> [[ command == command ]]
+_complete:116> curcontext=:complete::
+_complete:117> _normal -s
+_normal:3> local _comp_command1 _comp_command2 _comp_command skip
+_normal:5> [[ -s == -s ]]
+_normal:6> skip=( -s )
+_normal:16> [[ -o BANG_HIST && '~/omz-debug.log.z' == !*: || '~/omz-debug.log.z' == "!*: ]]
+_normal:29> [[ CURRENT -eq 1 ]]
+_normal:38> _set_command
+_set_command:6> local command
+_set_command:8> command=vim
+_set_command:10> [[ -z vim ]]
+_set_command:12> (( 0 + 1 ))
+_set_command:13> _comp_command1=vim
+_set_command:14> _comp_command=vim
+_normal:40> _dispatch -s vim vim '' -default-
+_dispatch:3> local comp pat val name i 'ret=1' '_compskip='
+_dispatch:4> local 'curcontext=:complete::' service str noskip
+_dispatch:5> local -a match mbegin mend
+_dispatch:9> [[ -s == -s ]]
+_dispatch:10> noskip=yes
+_dispatch:11> shift
+_dispatch:14> [[ -z yes ]]
+_dispatch:16> curcontext=:complete:vim:
+_dispatch:18> shift
+_dispatch:22> [[ '' != (all|*patterns*) ]]
+_dispatch:24> str=vim
+_dispatch:25> [[ -n vim ]]
+_dispatch:26> service=vim
+_dispatch:24> str=
+_dispatch:25> [[ -n '' ]]
+_dispatch:25> continue
+_dispatch:24> str=-default-
+_dispatch:25> [[ -n -default- ]]
+_dispatch:26> service=-default-
+_dispatch:45> ret=1
+_dispatch:46> str=vim
+_dispatch:47> [[ -n vim ]]
+_dispatch:51> str=vim
+_dispatch:52> name=vim
+_dispatch:53> comp=_vim
+_dispatch:54> service=vim
+_dispatch:56> [[ -z _vim ]]
+_dispatch:56> break
+_dispatch:61> [[ -n _vim && vim != -default- ]]
+_dispatch:62> _compskip=patterns
+_dispatch:63> eval _vim
+(eval):1> _vim
+_vim:3> (( 1 ))
+_vim:16> local 'curcontext=:complete:vim:' state line expl
+_vim:17> typeset -A opt_args
+_vim:19> local arguments
+_vim:21> arguments=( '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' )
+_vim:86> [[ vim != *g* ]]
+_vim:86> arguments+='-g[start with GUI]'
+_vim:87> [[ vim != r* ]]
+_vim:87> arguments+='-Z[restricted mode]'
+_vim:88> [[ vim != *diff ]]
+_vim:88> arguments+='(-v -e -E -s -y)-d[diff mode]'
+_vim:89> [[ vim != *view ]]
+_vim:89> arguments+='-R[readonly mode]'
+_vim:90> [[ vim == *g* ]]
+_vim:90> (( 0 ))
+_vim:101> _arguments -C -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:6> local long 'cmd=vim' descr odescr mesg subopts opt opt2 usecc autod
+_arguments:7> local 'oldcontext=:complete:vim:' hasopts rawret optarg singopt alwopt
+_arguments:8> local setnormarg start rest
+_arguments:9> local -a match mbegin mend
+_arguments:11> long=0
+_arguments:12> (( long ))
+_arguments:293> subopts=( )
+_arguments:294> singopt=( )
+_arguments:295> [[ -C == -(O*|[CRWnsw]) ]]
+_arguments:296> case -C (-C)
+_arguments:297> usecc=yes
+_arguments:297> shift
+_arguments:295> [[ -S == -(O*|[CRWnsw]) ]]
+_arguments:308> [[ '~/omz-debug.log.z' == [-+] ]]
+_arguments:310> zstyle -s :completion::complete:vim::options auto-description autod
+_arguments:312> (( 62 ))
+_arguments:312> comparguments -i '' -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:313> local action noargs aret expl local tried 'ret=1'
+_arguments:314> local next direct odirect equal single matcher matched ws tmp1 tmp2 tmp3
+_arguments:315> local opts subc tc prefix suffix descrs actions subcs anum
+_arguments:316> local 'origpre=~/omz-debug.log.z' 'origipre=' 'nm=0'
+_arguments:318> comparguments -D descrs actions subcs
+_arguments:319> comparguments -O next direct odirect equal
+_arguments:320> opts=yes
+_arguments:321> _tags argument-rest options
+_tags:3> local prev
+_tags:10> [[ argument-rest == -- ]]
+_tags:15> (( 2 ))
+_tags:19> local 'curcontext=:complete:vim:' order tag nodef tmp
+_tags:21> [[ argument-rest == -C?* ]]
+_tags:24> [[ argument-rest == -C ]]
+_tags:29> [[ argument-rest == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:: group-order order
+_tags:36> comptags -i :complete:vim: argument-rest options
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:: tag-order order
+_tags:44> (( ! 2 ))
+_tags:45> order=( '(|*-)argument-* (|*-)option[-+]* values' options )
+_tags:47> tag=(|*-)argument-* (|*-)option[-+]* values
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (-)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (!*)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (?*)
+_tags:51> comptry -m '(|*-)argument-* (|*-)option[-+]* values'
+_tags:47> tag=options
+_tags:48> case options (-)
+_tags:48> case options (!*)
+_tags:48> case options (?*)
+_tags:51> comptry -m options
+_tags:55> [[ -z '' ]]
+_tags:55> comptry argument-rest options
+_tags:60> comptags -T
+_tags:62> return
+_arguments:343> comparguments -M matcher
+_arguments:345> context=( )
+_arguments:346> state=( )
+_arguments:347> state_descr=( )
+_arguments:349> true
+_arguments:350> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_arguments:351> anum=1
+_arguments:352> [[ -z '' ]]
+_arguments:353> [[ anum -le 1 ]]
+_arguments:355> action=_vim_files
+_arguments:356> descr=file
+_arguments:357> subc=argument-rest
+_arguments:359> [[ argument-rest == argument* && -n '' ]]
+_arguments:363> [[ -n '' ]]
+_arguments:363> _requested argument-rest
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R argument-rest
+_requested:9> [[ 1 -gt 3 ]]
+_requested:11> [[ 1 -gt 1 ]]
+_requested:14> return 0
+_arguments:365> curcontext=:complete:vim:argument-rest
+_arguments:367> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_arguments:369> [[ _vim_files == \=\ * ]]
+_arguments:375> [[ _vim_files == -\>* ]]
+_arguments:390> [[ -z '' ]]
+_arguments:391> local line
+_arguments:392> typeset -A opt_args
+_arguments:393> local=yes
+_arguments:396> comparguments -W line opt_args
+_arguments:398> [[ _vim_files == \ # ]]
+_arguments:406> [[ _vim_files == \(\(*\)\) ]]
+_arguments:416> [[ _vim_files == \(*\) ]]
+_arguments:425> [[ _vim_files == {*} ]]
+_arguments:434> [[ _vim_files == \ * ]]
+_arguments:448> eval 'action=( _vim_files )'
+(eval):1> action=( _vim_files )
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:9> (( 8 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=8
+_next_label:11> _comp_tags=' argument-rest '
+_next_label:12> [[ argument-rest == *[^\\]:* ]]
+_next_label:18> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_arguments:450> _vim_files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_vim_files:1> case ~/omz-debug.log.z (+*)
+_vim_files:1> case ~/omz-debug.log.z ((scp|http(|s)|(|s)ftp):*)
+_vim_files:1> case ~/omz-debug.log.z (*)
+_vim_files:4> _files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_files:3> local opts tmp glob pat pats expl tag i def descr end ign 'ret=1' match tried
+_files:4> local type sdef ignvars ignvar prepath oprefix rfiles rfile
+_files:6> zparseopts -a opts '/=tmp' 'f=tmp' 'g+:-=tmp' q n 1 2 P: S: r: R: W: X+: M+: F: J+: V+:
+_files:9> type=''
+_files:10> (( 0 ))
+_files:19> tmp=0
+_files:20> (( tmp ))
+_files:32> ign=( )
+_files:35> zstyle -a :completion::complete:vim:argument-rest: file-patterns tmp
+_files:46> zstyle -t :completion::complete:vim:argument-rest: list-dirs-first
+_files:64> [[ '' == *g* ]]
+_files:84> [[ '' == */* ]]
+_files:87> pats=( '*:all-files ' )
+_files:91> tried=( )
+_files:92> def=*:all-files
+_files:93> eval 'def=( \*:all-files )'
+(eval):1> def=( '*:all-files' )
+_files:95> tmp='*:'
+_files:96> (( 0 ))
+_files:97> tried=( '*:' )
+_files:99> sdef=*:all-files
+_files:101> tag=all-files
+_files:102> pat='*'
+_files:104> [[ '*:all-files' == *:all-files:* ]]
+_files:107> (( 0 ))
+_files:110> descr=file
+_files:112> end=yes
+_files:115> _tags all-files
+_tags:3> local prev
+_tags:10> [[ all-files == -- ]]
+_tags:15> (( 1 ))
+_tags:19> local 'curcontext=:complete:vim:argument-rest' order tag nodef tmp
+_tags:21> [[ all-files == -C?* ]]
+_tags:24> [[ all-files == -C ]]
+_tags:29> [[ all-files == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:argument-rest: group-order order
+_tags:36> comptags -i :complete:vim:argument-rest all-files
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:argument-rest: tag-order order
+_tags:44> (( ! 0 ))
+_tags:55> [[ -z '' ]]
+_tags:55> comptry all-files
+_tags:60> comptags -T
+_tags:62> return
+_files:116> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_files:117> _comp_ignore=( )
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:9> (( 10 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=10
+_next_label:11> _comp_tags=' all-files '
+_next_label:12> [[ all-files == *[^\\]:* ]]
+_next_label:18> _description all-files expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:all-files group-name gname
+_description:18> _setup all-files -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:all-files list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ all-files == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:all-files list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:all-files list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:all-files last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:all-files accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:all-files menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:all-files force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:all-files format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:all-files hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:all-files matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:all-files sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:all-files ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:all-files ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=all-files
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_files:119> _comp_ignore=( )
+_files:120> [[ -n yes ]]
+_files:121> _path_files -g '*' -M 'm:{a-zA-Z}={A-Za-z}' -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_path_files:3> local -a match mbegin mend
+_path_files:17> _have_glob_qual '~/omz-debug.log.z'
+_have_glob_qual:14> local complete
+_have_glob_qual:16> [[ '' == complete ]]
+_have_glob_qual:18> [[ -z '' && on == on && '~/omz-debug.log.z' == (#b)(((*[^\\\$]|)(\\\\)#)\()([^\)\|\~]#) || off == on ]]
+_path_files:38> local linepath realpath donepath prepath testpath exppath skips skipped
+_path_files:39> local tmp1 tmp2 tmp3 tmp4 i orig eorig pre suf tpre tsuf opre osuf cpre
+_path_files:40> local pats haspats ignore pfx pfxsfx sopt gopt opt sdirs ignpar cfopt listsfx
+_path_files:41> local 'nm=0' menu matcher mopts sort mid accex fake
+_path_files:42> local listfiles listopts tmpdisp origtmp1 Uopt
+_path_files:43> local accept_exact_dirs path_completion
+_path_files:44> integer npathcheck
+_path_files:45> local -a Mopts
+_path_files:47> typeset -U prepaths exppaths
+_path_files:49> exppaths=( )
+_path_files:53> zparseopts -a mopts 'P:=pfx' 'S:=pfxsfx' 'q=pfxsfx' 'r:=pfxsfx' 'R:=pfxsfx' 'W:=prepaths' 'F:=ignore' 'M+:=matcher' J+: V+: X+: 1 2 n 'f=tmp1' '/=tmp1' 'g+:-=tmp1'
+_path_files:58> sopt=-g
+_path_files:59> (( 1 ))
+_path_files:59> haspats=yes
+_path_files:60> (( 1 ))
+_path_files:60> gopt=yes
+_path_files:61> (( 0 ))
+_path_files:65> pats='*'
+_path_files:66> pats=( '*' )
+_path_files:68> pats=( '*' )
+_path_files:70> (( 0 ))
+_path_files:74> (( 0 ))
+_path_files:86> prepaths=( '' )
+_path_files:89> (( 0 ))
+_path_files:100> [[ -g == -(f|) ]]
+_path_files:109> (( ! 3 ))
+_path_files:130> [[ -z '' && 0 -eq 0 && -z yes || '*' == \ #\*\ # && -n '' ]]
+_path_files:134> (( 0 ))
+_path_files:139> [[ 4 -eq 0 ]]
+_path_files:145> (( 4 ))
+_path_files:147> mopts=( -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' )
+_path_files:150> zstyle -s :completion::complete:vim:argument-rest: file-sort tmp1
+_path_files:185> zstyle -t :completion::complete:vim:argument-rest:paths squeeze-slashes
+_path_files:188> skips='((.|..)/)##'
+_path_files:191> zstyle -s :completion::complete:vim:argument-rest:paths special-dirs sdirs
+_path_files:192> zstyle -t :completion::complete:vim:argument-rest:paths list-suffixes
+_path_files:195> [[ '*' == ((|*[[:blank:]])\*(|[[:blank:]]*|\([^[:blank:]]##\))|*\([^[:blank:]]#/[^[:blank:]]#\)*) ]]
+_path_files:196> sopt=-g/
+_path_files:198> zstyle -a :completion::complete:vim:argument-rest:paths accept-exact accex
+_path_files:199> zstyle -a :completion::complete:vim:argument-rest: fake-files fake
+_path_files:201> zstyle -s :completion::complete:vim:argument-rest: ignore-parents ignpar
+_path_files:203> zstyle -t :completion::complete:vim:argument-rest:paths accept-exact-dirs
+_path_files:205> zstyle -T :completion::complete:vim:argument-rest:paths path-completion
+_path_files:206> path_completion=1
+_path_files:208> [[ -n '' ]]
+_path_files:236> pre='~/omz-debug.log.z'
+_path_files:237> suf=''
+_path_files:238> opre='~/omz-debug.log.z'
+_path_files:239> osuf=''
+_path_files:240> orig='~/omz-debug.log.z'
+_path_files:241> eorig='~/omz-debug.log.z'
+_path_files:243> [[ automenu-unambiguous == (*menu|[0-9]*) || -n '' || -n '' ]]
+_path_files:246> [[ -n '' ]]
+_path_files:250> Mopts=( -M 'r:|/=* r:|=*' )
+_path_files:255> [[ '~/omz-debug.log.z' == [^][*?#^\|\<\>\\]#(`[^`]#`|\$)*/* ]]
+_path_files:276> [[ '~' == \~ && -z '' ]]
+_path_files:285> linepath=''
+_path_files:286> [[ -z '' ]]
+_path_files:287> realpath=/Users/lynn/
+_path_files:316> linepath='~/'
+_path_files:317> [[ /Users/lynn/ == \~/ ]]
+_path_files:318> pre=omz-debug.log.z
+_path_files:319> orig=omz-debug.log.z
+_path_files:320> donepath=''
+_path_files:321> prepaths=( '' )
+_path_files:358> prepath=
+_path_files:364> skipped=''
+_path_files:365> cpre=''
+_path_files:367> [[ -n '' || -z 1 ]]
+_path_files:407> tpre=omz-debug.log.z
+_path_files:408> tsuf=''
+_path_files:416> testpath=''
+_path_files:418> tmp2=''
+_path_files:419> tpre=omz-debug.log.z
+_path_files:421> tmp1=( /Users/lynn/ )
+_path_files:424> (( npathcheck = 0 ))
+_path_files:425> true
+_path_files:427> origtmp1=( /Users/lynn/ )
+_path_files:430> [[ omz-debug.log.z == */* ]]
+_path_files:434> PREFIX=omz-debug.log.z
+_path_files:435> SUFFIX=''
+_path_files:447> tmp2=( /Users/lynn/ )
+_path_files:449> [[ omz-debug.log.z == (#b)*/(*) ]]
+_path_files:462> [[ -g/ == *[/f]* ]]
+_path_files:463> compfiles -p tmp1 accex '' 'm:{a-zA-Z}={A-Za-z} m:{a-zA-Z}={A-Za-z}' '' fake '*'
+_path_files:467> tmp1=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:469> [[ -n omz-debug.log.z ]]
+_path_files:482> (( ! 15 && npathcheck == 0 ))
+_path_files:499> (( ! 15 ))
+_path_files:501> [[ /Users/lynn/Applications == */* ]]
+_path_files:502> [[ -n '' ]]
+_path_files:511> tmp2=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:512> compadd -D tmp1 -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' - Applications Code Desktop Documents Downloads Dropbox Library Movies Music Pictures Public omz-debug.log omz-debug.log.zsh screen-256color.ti xterm-256color.ti
+_path_files:522> (( ! 1 ))
+_path_files:570> [[ -n '' ]]
+_path_files:584> [[ omz-debug.log.z == */* ]]
+_path_files:586> [[ '' == */* ]]
+_path_files:590> break
+_path_files:609> tmp3=omz-debug.log.z
+_path_files:610> tpre=omz-debug.log.z
+_path_files:611> tsuf=''
+_path_files:612> [[ -n /Users/lynn/ ]]
+_path_files:613> tmp1=( omz-debug.log.zsh )
+_path_files:615> true
+_path_files:622> compfiles -r tmp1 omz-debug.log.z
+_path_files:623> tmp4=0
+_path_files:625> [[ omz-debug.log.z == */* ]]
+_path_files:630> tmp2=omz-debug.log.z
+_path_files:631> PREFIX='~/omz-debug.log.z'
+_path_files:632> SUFFIX=''
+_path_files:639> (( tmp4 ))
+_path_files:750> [[ omz-debug.log.z != */* ]]
+_path_files:751> tmp4=''
+_path_files:752> break
+_path_files:788> [[ -z '' ]]
+_path_files:791> [[ '' == */ ]]
+_path_files:832> [[ '' == */* ]]
+_path_files:836> PREFIX='~/omz-debug.log.z'
+_path_files:837> SUFFIX=''
+_path_files:839> tmp4=''
+_path_files:840> [[ -n '~/' ]]
+_path_files:841> compquote -p tmp4 tmp1
+_path_files:848> [[ -z '' && -n '' ]]
+_path_files:857> _list_files tmp1 /Users/lynn/
+_list_files:11> local stat f elt what dir
+_list_files:12> local -a stylevals
+_list_files:13> integer ok
+_list_files:15> listfiles=( )
+_list_files:16> listopts=( )
+_list_files:18> zstyle -a :completion::complete:vim:argument-rest: file-list stylevals
+_list_files:18> return 1
+_path_files:858> compadd -Qf -p '~/' -s '' -W /Users/lynn/ -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' -M 'r:|/=* r:|=*' -a tmp1
+_path_files:874> [[ _matcher_num -eq 3 ]]
+_path_files:883> [[ nm -ne 'compstate[nmatches]' ]]
+_files:122> ret=0
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:25> return 1
+_files:140> (( ret ))
+_files:140> break
+_files:147> [[ '*' == \* ]]
+_files:147> return ret
+_vim_files:6> case ~/omz-debug.log.z (+)
+_vim_files:6> case ~/omz-debug.log.z (+<1->)
+_arguments:450> ret=0
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:25> return 1
+_arguments:452> (( ret ))
+_arguments:453> tried=yes
+_arguments:353> [[ anum -le 1 ]]
+_arguments:459> _requested options
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R options
+_requested:16> return 1
+_arguments:521> [[ -n yes && '~/omz-debug.log.z' != [-+]* ]]
+_arguments:521> break
+_arguments:523> [[ -n yes && -z '' && -z '' && -z yes || -n '' ]]
+_arguments:551> break
+_arguments:554> [[ -z '' ]]
+_arguments:554> curcontext=:complete:vim:
+_arguments:556> [[ -n '' ]]
+_arguments:567> [[ -n '' ]]
+_arguments:571> [[ nm -ne 1 ]]
+_vim:101> return
+_dispatch:63> ret=0
+_dispatch:64> [[ patterns == (all|*patterns*) ]]
+_dispatch:64> return ret
+_complete:117> ret=0
+_complete:142> _compskip=''
+_complete:144> return ret
+_main_complete:179> ret=0
+_main_complete:180> break 2
+_main_complete:189> curcontext=:::
+_main_complete:190> [[ '' == keep ]]
+_main_complete:196> nm=1
+_main_complete:199> [[ '' == keep || nm -gt 1 ]]
+_main_complete:314> [[ nm -lt 1 ]]
+_main_complete:317> [[ nm -eq 0 ]]
+_main_complete:337> zstyle -s :completion::::: show-ambiguity tmp
+_main_complete:345> [[ '' == always || '' == ?* ]]
+_main_complete:349> [[ '' == keep ]]
+_main_complete:355> (( 1 ))
+_main_complete:356> ZLS_COLORS=''
+_main_complete:363> funcs=( )
+_main_complete:364> comppostfuncs=( )
+_main_complete:369> _lastcomp=( list_lines 1 all_quotes '\' nmatches 1 restore auto context command vared '' unambiguous '~/omz-debug.log.zsh' list_max 100 unambiguous_cursor 20 list ambiguous insert_positions 23 unambiguous_positions 19 exact '' to_end match last_prompt yes pattern_insert menu ignored 0 insert automenu-unambiguous )
+_main_complete:370> _lastcomp[nmatches]=1
+_main_complete:371> _lastcomp[completer]=complete
+_main_complete:372> _lastcomp[prefix]='~/omz-debug.log.z'
+_main_complete:373> _lastcomp[suffix]=''
+_main_complete:374> _lastcomp[iprefix]=''
+_main_complete:375> _lastcomp[isuffix]=''
+_main_complete:376> _lastcomp[qiprefix]=''
+_main_complete:377> _lastcomp[qisuffix]=''
+_main_complete:378> _lastcomp[tags]=' all-files '
+_main_complete:380> return ret
vim ~/omz-debug.log.zsh
+omz_termsupport_preexec:1> [[ '' == true ]]
+omz_termsupport_preexec:5> emulate -L zsh
+omz_termsupport_preexec:6> setopt extended_glob
+omz_termsupport_preexec:9> local 'CMD=vim'
+omz_termsupport_preexec:10> local 'LINE=vim ~/omz-debug.log.zsh'
+omz_termsupport_preexec:12> title '$CMD' '%100>...>$LINE%<<'
+title:1> [[ '' == *term* ]]
+title:5> : '%100>...>$LINE%<<'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek\$CMD\e\'
+zsh:1> vim /Users/lynn/omz-debug.log.zsh
+vim:11> vim_command /Users/lynn/omz-debug.log.zsh
+vim_command:2> (( 1 ))
+vim_command:4> reattach-to-user-namespace nvim /Users/lynn/omz-debug.log.zsh
+omz_termsupport_precmd:1> [[ '' == true ]]
+omz_termsupport_precmd:5> title '%15<..<%~%<<' '%n@%m: %~'
+title:1> [[ '' == *term* ]]
+title:5> : '%n@%m: %~'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek%15\<..\<%~%\<\<\e\'
+omz_termsupport_cwd:3> [[ iTerm.app == Apple_Terminal ]]
mv ~/omz-debug.log.sh
+omz_termsupport_preexec:1> [[ '' == true ]]
+omz_termsupport_preexec:5> emulate -L zsh
+omz_termsupport_preexec:6> setopt extended_glob
+omz_termsupport_preexec:9> local 'CMD=mv'
+omz_termsupport_preexec:10> local 'LINE=mv ~/omz-debug.log.sh'
+omz_termsupport_preexec:12> title '$CMD' '%100>...>$LINE%<<'
+title:1> [[ '' == *term* ]]
+title:5> : '%100>...>$LINE%<<'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek\$CMD\e\'
+zsh:2> mv /Users/lynn/omz-debug.log.sh
usage: mv [-f | -i | -n] [-v] source target
mv [-f | -i | -n] [-v] source ... directory
+omz_termsupport_precmd:1> [[ '' == true ]]
+omz_termsupport_precmd:5> title '%15<..<%~%<<' '%n@%m: %~'
+title:1> [[ '' == *term* ]]
+title:5> : '%n@%m: %~'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek%15\<..\<%~%\<\<\e\'
+omz_termsupport_cwd:3> [[ iTerm.app == Apple_Terminal ]]
vim ~/omz-debug.log.sh
+omz_termsupport_preexec:1> [[ '' == true ]]
+omz_termsupport_preexec:5> emulate -L zsh
+omz_termsupport_preexec:6> setopt extended_glob
+omz_termsupport_preexec:9> local 'CMD=vim'
+omz_termsupport_preexec:10> local 'LINE=vim ~/omz-debug.log.sh'
+omz_termsupport_preexec:12> title '$CMD' '%100>...>$LINE%<<'
+title:1> [[ '' == *term* ]]
+title:5> : '%100>...>$LINE%<<'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek\$CMD\e\'
+zsh:3> vim /Users/lynn/omz-debug.log.sh
+vim:11> vim_command /Users/lynn/omz-debug.log.sh
+vim_command:2> (( 1 ))
+vim_command:4> reattach-to-user-namespace nvim /Users/lynn/omz-debug.log.sh
+omz_termsupport_precmd:1> [[ '' == true ]]
+omz_termsupport_precmd:5> title '%15<..<%~%<<' '%n@%m: %~'
+title:1> [[ '' == *term* ]]
+title:5> : '%n@%m: %~'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek%15\<..\<%~%\<\<\e\'
+omz_termsupport_cwd:3> [[ iTerm.app == Apple_Terminal ]]
+_main_complete:11> local 'IFS=
'
+_main_complete:25> eval 'local -A _comp_caller_options;
_comp_caller_options=(${(kv)options[@]});
setopt localoptions localtraps localpatterns ${_comp_options[@]};
local IFS=$'\'' \t\r\n\0'\''
enable -p \| \~ \( \? \* \[ \< \^ \#
exec </dev/null;
trap - ZERR
local -a reply
local REPLY'
+(eval):1> local -A _comp_caller_options
+(eval):2> _comp_caller_options=( posixargzero off autolist on printexitvalue off kshzerosubscript off histreduceblanks off chaselinks off extendedglob off localloops off histnostore off automenu on globcomplete off unset on listpacked off promptsubst on shwordsplit off pathdirs off kshtypeset off listtypes on warncreateglobal off promptbang off dotglob off braceexpand on listbeep on correctall off privileged off numericglobsort off histverify on trackall on histsubstpattern off cbases off rcquotes off posixaliases off histfindnodups off bashautolist off sharehistory on overstrike off kshautoload off incappendhistory on promptcr on mailwarn off pushdignoredups on interactive on ignoreeof off globsubst off rematchpcre off monitor on histsavebycopy on histbeep on debugbeforecmd on magicequalsubst off rmstarsilent off posixjobs off hashcmds on posixtraps off extendedhistory on notify on kshoptionprint off histexpiredupsfirst on glob on posixcd off braceccl off badpattern on longlistjobs on banghist on dvorak off alwaystoend on hashall on globalexport on ksharrays off correct off autonamedirs off histexpand on typesetsilent off rmstarwait off histnofunctions off autoparamslash on trapsasync off sunkeyboardhack off promptsp on histsavenodups off autocd on allexport off posixidentifiers off cshjunkiehistory off autopushd on completeinword on completealiases off aliases on autocontinue off appendhistory on singlelinezle off hashlistall on ignoreclosebraces off recexact off localoptions off interactivecomments off errexit off cshjunkiequotes off markdirs off hashdirs on cdablevars on rcexpandparam off vi off printeightbit off multifuncdef on xtrace on login off cshjunkieloops off histappend on histignorespace on evallineno on shfileexpansion off rcs on functionargzero on errreturn off combiningchars off histignoredups on histfcntllock off beep on autoremoveslash on hup on globdots off autoparamkeys on shnullcmd off multibyte on zle on promptpercent on flowcontrol off continueonerror off incappendhistorytime off autoresume off globassign off caseglob on shortloops on bsdecho off cprecedences off log on transientrprompt off verbose on localpatterns off ignorebraces off pipefail off equals on menucomplete off cshnullglob off casematch on promptvars on histallowclobber off bareglobqual on shinstdin on restricted off pushdminus on nullglob off chasedots off mailwarning off listambiguous on cshnullcmd off bashrematch off octalzeroes off forcefloat off exec on multios on emacs off nomatch on pathscript off localtraps off stdin on onecmd off kshglob off clobber on posixbuiltins off alwayslastprompt on pushdtohome off histignorealldups off hashexecutablesonly off pushdsilent off shoptionletters off physical off sourcetrace off histlexwords off bgnice on globalrcs on posixstrings off checkjobs on shglob off singlecommand off listrowsfirst off )
+(eval):3> setopt localoptions localtraps localpatterns bareglobqual extendedglob glob multibyte nullglob rcexpandparam unset NO_allexport NO_aliases NO_cshnullglob NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern NO_ignorebraces NO_ignoreclosebraces NO_kshglob NO_ksharrays NO_kshtypeset NO_markdirs NO_octalzeroes NO_shwordsplit NO_shglob NO_warncreateglobal
+(eval):4> local 'IFS=
'
+(eval):5> enable -p '|' '~' '(' '?' '*' '[' '<' '^' '#'
+(eval):7> trap - ZERR
+(eval):8> local -a reply
+(eval):9> local REPLY
+_main_complete:27> local func funcs 'ret=1' tmp _compskip format nm call match min max i num _completers _completer _completer_num curtag _comp_force_list _matchers _matcher _c_matcher _matcher_num _comp_tags _comp_mesg mesg str context state state_descr line opt_args val_args 'curcontext=' '_last_nmatches=-1' _last_menu_style _def_menu_style _menu_style sel '_tags_level=0' '_saved_exact=' '_saved_lastprompt=yes' '_saved_list=ambiguous' '_saved_insert=automenu-unambiguous' '_saved_colors=' '_saved_colors_set=1'
+_main_complete:42> local -a precommands
+_main_complete:44> typeset -U _lastdescr _comp_ignore _comp_colors
+_main_complete:46> [[ -z '' ]]
+_main_complete:46> curcontext=:::
+_main_complete:48> zstyle -s :completion::::: insert-tab tmp
+_main_complete:48> tmp=yes
+_main_complete:50> [[ yes == *pending(|[[:blank:]]*) || yes == *pending=(#b)([0-9]##)(|[[:blank:]]*) ]]
+_main_complete:58> [[ automenu-unambiguous == tab* ]]
+_main_complete:71> [[ -z '' ]]
+_main_complete:72> [[ -o equals ]]
+_main_complete:72> compset -P 1 '='
+_main_complete:74> [[ '~/omz-debug.log.z' != */* ]]
+_main_complete:82> _setup default
+_setup:3> local val 'nm=0'
+_setup:5> [[ 1 -eq 1 ]]
+_setup:5> 2=default
+_setup:7> zstyle -a :completion:::::default list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ default == default ]]
+_setup:10> _comp_colors=( '' )
+_setup:26> zstyle -t :completion:::::default list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion:::::default list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion:::::default last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion:::::default accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 ]]
+_setup:61> zstyle -a :completion:::::default menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion:::::default force-list val
+_main_complete:83> _def_menu_style=( select )
+_main_complete:92> _last_menu_style=( )
+_main_complete:94> zstyle -s :completion:::::default list-prompt tmp
+_main_complete:98> zstyle -s :completion:::::default select-prompt tmp
+_main_complete:102> zstyle -s :completion:::::default select-scroll tmp
+_main_complete:109> (( 0 ))
+_main_complete:121> zstyle -a :completion::::: completer _completers
+_main_complete:122> _completers=( _complete _ignored )
+_main_complete:127> _completer_num=1
+_main_complete:130> integer 'SECONDS=0'
+_main_complete:131> trap 'zle -M "Killed by signal in ${funcstack[0]} after ${SECONDS}s";
zle -R; return 130' INT QUIT
+_main_complete:136> funcs=( )
+_main_complete:137> compprefuncs=( )
+_main_complete:142> tmp=_complete
+_main_complete:144> [[ -n '' ]]
+_main_complete:146> [[ _complete == *:-* ]]
+_main_complete:149> [[ _complete == *:* ]]
+_main_complete:153> _completer=complete
+_main_complete:156> curcontext=:complete::
+_main_complete:157> zstyle -t :completion::complete::: show-completer
+_main_complete:160> zstyle -a :completion::complete::: matcher-list _matchers
+_main_complete:163> _matcher_num=1
+_main_complete:164> _matcher=''
+_main_complete:165> _c_matcher=m:{a-zA-Z}={A-Za-z}
+_main_complete:166> [[ 'm:{a-zA-Z}={A-Za-z}' == +* ]]
+_main_complete:169> _matcher='m:{a-zA-Z}={A-Za-z}'
+_main_complete:172> _comp_mesg=''
+_main_complete:173> [[ -n '' ]]
+_main_complete:178> _complete
+_complete:7> local comp name oldcontext 'ret=1' service
+_complete:8> typeset -T 'curcontext=:complete::' ccarray
+_complete:10> oldcontext=:complete::
+_complete:14> [[ -n '' ]]
+_complete:96> comp=_first
+_complete:97> [[ -n _first ]]
+_complete:98> service=-first-
+_complete:99> ccarray[3]=-first-
+_complete:100> eval _first
+(eval):1> _first
+_complete:100> ret=0
+_complete:101> [[ '' == all ]]
+_complete:110> [[ -n '' ]]
+_complete:114> ret=1
+_complete:115> [[ command == command ]]
+_complete:116> curcontext=:complete::
+_complete:117> _normal -s
+_normal:3> local _comp_command1 _comp_command2 _comp_command skip
+_normal:5> [[ -s == -s ]]
+_normal:6> skip=( -s )
+_normal:16> [[ -o BANG_HIST && '~/omz-debug.log.z' == !*: || '~/omz-debug.log.z' == "!*: ]]
+_normal:29> [[ CURRENT -eq 1 ]]
+_normal:38> _set_command
+_set_command:6> local command
+_set_command:8> command=vim
+_set_command:10> [[ -z vim ]]
+_set_command:12> (( 0 + 1 ))
+_set_command:13> _comp_command1=vim
+_set_command:14> _comp_command=vim
+_normal:40> _dispatch -s vim vim '' -default-
+_dispatch:3> local comp pat val name i 'ret=1' '_compskip='
+_dispatch:4> local 'curcontext=:complete::' service str noskip
+_dispatch:5> local -a match mbegin mend
+_dispatch:9> [[ -s == -s ]]
+_dispatch:10> noskip=yes
+_dispatch:11> shift
+_dispatch:14> [[ -z yes ]]
+_dispatch:16> curcontext=:complete:vim:
+_dispatch:18> shift
+_dispatch:22> [[ '' != (all|*patterns*) ]]
+_dispatch:24> str=vim
+_dispatch:25> [[ -n vim ]]
+_dispatch:26> service=vim
+_dispatch:24> str=
+_dispatch:25> [[ -n '' ]]
+_dispatch:25> continue
+_dispatch:24> str=-default-
+_dispatch:25> [[ -n -default- ]]
+_dispatch:26> service=-default-
+_dispatch:45> ret=1
+_dispatch:46> str=vim
+_dispatch:47> [[ -n vim ]]
+_dispatch:51> str=vim
+_dispatch:52> name=vim
+_dispatch:53> comp=_vim
+_dispatch:54> service=vim
+_dispatch:56> [[ -z _vim ]]
+_dispatch:56> break
+_dispatch:61> [[ -n _vim && vim != -default- ]]
+_dispatch:62> _compskip=patterns
+_dispatch:63> eval _vim
+(eval):1> _vim
+_vim:3> (( 1 ))
+_vim:16> local 'curcontext=:complete:vim:' state line expl
+_vim:17> typeset -A opt_args
+_vim:19> local arguments
+_vim:21> arguments=( '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' )
+_vim:86> [[ vim != *g* ]]
+_vim:86> arguments+='-g[start with GUI]'
+_vim:87> [[ vim != r* ]]
+_vim:87> arguments+='-Z[restricted mode]'
+_vim:88> [[ vim != *diff ]]
+_vim:88> arguments+='(-v -e -E -s -y)-d[diff mode]'
+_vim:89> [[ vim != *view ]]
+_vim:89> arguments+='-R[readonly mode]'
+_vim:90> [[ vim == *g* ]]
+_vim:90> (( 0 ))
+_vim:101> _arguments -C -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:6> local long 'cmd=vim' descr odescr mesg subopts opt opt2 usecc autod
+_arguments:7> local 'oldcontext=:complete:vim:' hasopts rawret optarg singopt alwopt
+_arguments:8> local setnormarg start rest
+_arguments:9> local -a match mbegin mend
+_arguments:11> long=0
+_arguments:12> (( long ))
+_arguments:293> subopts=( )
+_arguments:294> singopt=( )
+_arguments:295> [[ -C == -(O*|[CRWnsw]) ]]
+_arguments:296> case -C (-C)
+_arguments:297> usecc=yes
+_arguments:297> shift
+_arguments:295> [[ -S == -(O*|[CRWnsw]) ]]
+_arguments:308> [[ '~/omz-debug.log.z' == [-+] ]]
+_arguments:310> zstyle -s :completion::complete:vim::options auto-description autod
+_arguments:312> (( 62 ))
+_arguments:312> comparguments -i '' -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:313> local action noargs aret expl local tried 'ret=1'
+_arguments:314> local next direct odirect equal single matcher matched ws tmp1 tmp2 tmp3
+_arguments:315> local opts subc tc prefix suffix descrs actions subcs anum
+_arguments:316> local 'origpre=~/omz-debug.log.z' 'origipre=' 'nm=0'
+_arguments:318> comparguments -D descrs actions subcs
+_arguments:319> comparguments -O next direct odirect equal
+_arguments:320> opts=yes
+_arguments:321> _tags argument-rest options
+_tags:3> local prev
+_tags:10> [[ argument-rest == -- ]]
+_tags:15> (( 2 ))
+_tags:19> local 'curcontext=:complete:vim:' order tag nodef tmp
+_tags:21> [[ argument-rest == -C?* ]]
+_tags:24> [[ argument-rest == -C ]]
+_tags:29> [[ argument-rest == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:: group-order order
+_tags:36> comptags -i :complete:vim: argument-rest options
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:: tag-order order
+_tags:44> (( ! 2 ))
+_tags:45> order=( '(|*-)argument-* (|*-)option[-+]* values' options )
+_tags:47> tag=(|*-)argument-* (|*-)option[-+]* values
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (-)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (!*)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (?*)
+_tags:51> comptry -m '(|*-)argument-* (|*-)option[-+]* values'
+_tags:47> tag=options
+_tags:48> case options (-)
+_tags:48> case options (!*)
+_tags:48> case options (?*)
+_tags:51> comptry -m options
+_tags:55> [[ -z '' ]]
+_tags:55> comptry argument-rest options
+_tags:60> comptags -T
+_tags:62> return
+_arguments:343> comparguments -M matcher
+_arguments:345> context=( )
+_arguments:346> state=( )
+_arguments:347> state_descr=( )
+_arguments:349> true
+_arguments:350> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_arguments:351> anum=1
+_arguments:352> [[ -z '' ]]
+_arguments:353> [[ anum -le 1 ]]
+_arguments:355> action=_vim_files
+_arguments:356> descr=file
+_arguments:357> subc=argument-rest
+_arguments:359> [[ argument-rest == argument* && -n '' ]]
+_arguments:363> [[ -n '' ]]
+_arguments:363> _requested argument-rest
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R argument-rest
+_requested:9> [[ 1 -gt 3 ]]
+_requested:11> [[ 1 -gt 1 ]]
+_requested:14> return 0
+_arguments:365> curcontext=:complete:vim:argument-rest
+_arguments:367> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_arguments:369> [[ _vim_files == \=\ * ]]
+_arguments:375> [[ _vim_files == -\>* ]]
+_arguments:390> [[ -z '' ]]
+_arguments:391> local line
+_arguments:392> typeset -A opt_args
+_arguments:393> local=yes
+_arguments:396> comparguments -W line opt_args
+_arguments:398> [[ _vim_files == \ # ]]
+_arguments:406> [[ _vim_files == \(\(*\)\) ]]
+_arguments:416> [[ _vim_files == \(*\) ]]
+_arguments:425> [[ _vim_files == {*} ]]
+_arguments:434> [[ _vim_files == \ * ]]
+_arguments:448> eval 'action=( _vim_files )'
+(eval):1> action=( _vim_files )
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:9> (( 8 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=8
+_next_label:11> _comp_tags=' argument-rest '
+_next_label:12> [[ argument-rest == *[^\\]:* ]]
+_next_label:18> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_arguments:450> _vim_files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_vim_files:1> case ~/omz-debug.log.z (+*)
+_vim_files:1> case ~/omz-debug.log.z ((scp|http(|s)|(|s)ftp):*)
+_vim_files:1> case ~/omz-debug.log.z (*)
+_vim_files:4> _files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_files:3> local opts tmp glob pat pats expl tag i def descr end ign 'ret=1' match tried
+_files:4> local type sdef ignvars ignvar prepath oprefix rfiles rfile
+_files:6> zparseopts -a opts '/=tmp' 'f=tmp' 'g+:-=tmp' q n 1 2 P: S: r: R: W: X+: M+: F: J+: V+:
+_files:9> type=''
+_files:10> (( 0 ))
+_files:19> tmp=0
+_files:20> (( tmp ))
+_files:32> ign=( )
+_files:35> zstyle -a :completion::complete:vim:argument-rest: file-patterns tmp
+_files:46> zstyle -t :completion::complete:vim:argument-rest: list-dirs-first
+_files:64> [[ '' == *g* ]]
+_files:84> [[ '' == */* ]]
+_files:87> pats=( '*:all-files ' )
+_files:91> tried=( )
+_files:92> def=*:all-files
+_files:93> eval 'def=( \*:all-files )'
+(eval):1> def=( '*:all-files' )
+_files:95> tmp='*:'
+_files:96> (( 0 ))
+_files:97> tried=( '*:' )
+_files:99> sdef=*:all-files
+_files:101> tag=all-files
+_files:102> pat='*'
+_files:104> [[ '*:all-files' == *:all-files:* ]]
+_files:107> (( 0 ))
+_files:110> descr=file
+_files:112> end=yes
+_files:115> _tags all-files
+_tags:3> local prev
+_tags:10> [[ all-files == -- ]]
+_tags:15> (( 1 ))
+_tags:19> local 'curcontext=:complete:vim:argument-rest' order tag nodef tmp
+_tags:21> [[ all-files == -C?* ]]
+_tags:24> [[ all-files == -C ]]
+_tags:29> [[ all-files == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:argument-rest: group-order order
+_tags:36> comptags -i :complete:vim:argument-rest all-files
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:argument-rest: tag-order order
+_tags:44> (( ! 0 ))
+_tags:55> [[ -z '' ]]
+_tags:55> comptry all-files
+_tags:60> comptags -T
+_tags:62> return
+_files:116> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_files:117> _comp_ignore=( )
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:9> (( 10 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=10
+_next_label:11> _comp_tags=' all-files '
+_next_label:12> [[ all-files == *[^\\]:* ]]
+_next_label:18> _description all-files expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:all-files group-name gname
+_description:18> _setup all-files -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:all-files list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ all-files == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:all-files list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:all-files list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:all-files last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:all-files accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:all-files menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:all-files force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:all-files format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:all-files hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:all-files matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:all-files sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:all-files ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:all-files ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=all-files
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_files:119> _comp_ignore=( )
+_files:120> [[ -n yes ]]
+_files:121> _path_files -g '*' -M 'm:{a-zA-Z}={A-Za-z}' -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_path_files:3> local -a match mbegin mend
+_path_files:17> _have_glob_qual '~/omz-debug.log.z'
+_have_glob_qual:14> local complete
+_have_glob_qual:16> [[ '' == complete ]]
+_have_glob_qual:18> [[ -z '' && on == on && '~/omz-debug.log.z' == (#b)(((*[^\\\$]|)(\\\\)#)\()([^\)\|\~]#) || off == on ]]
+_path_files:38> local linepath realpath donepath prepath testpath exppath skips skipped
+_path_files:39> local tmp1 tmp2 tmp3 tmp4 i orig eorig pre suf tpre tsuf opre osuf cpre
+_path_files:40> local pats haspats ignore pfx pfxsfx sopt gopt opt sdirs ignpar cfopt listsfx
+_path_files:41> local 'nm=0' menu matcher mopts sort mid accex fake
+_path_files:42> local listfiles listopts tmpdisp origtmp1 Uopt
+_path_files:43> local accept_exact_dirs path_completion
+_path_files:44> integer npathcheck
+_path_files:45> local -a Mopts
+_path_files:47> typeset -U prepaths exppaths
+_path_files:49> exppaths=( )
+_path_files:53> zparseopts -a mopts 'P:=pfx' 'S:=pfxsfx' 'q=pfxsfx' 'r:=pfxsfx' 'R:=pfxsfx' 'W:=prepaths' 'F:=ignore' 'M+:=matcher' J+: V+: X+: 1 2 n 'f=tmp1' '/=tmp1' 'g+:-=tmp1'
+_path_files:58> sopt=-g
+_path_files:59> (( 1 ))
+_path_files:59> haspats=yes
+_path_files:60> (( 1 ))
+_path_files:60> gopt=yes
+_path_files:61> (( 0 ))
+_path_files:65> pats='*'
+_path_files:66> pats=( '*' )
+_path_files:68> pats=( '*' )
+_path_files:70> (( 0 ))
+_path_files:74> (( 0 ))
+_path_files:86> prepaths=( '' )
+_path_files:89> (( 0 ))
+_path_files:100> [[ -g == -(f|) ]]
+_path_files:109> (( ! 3 ))
+_path_files:130> [[ -z '' && 0 -eq 0 && -z yes || '*' == \ #\*\ # && -n '' ]]
+_path_files:134> (( 0 ))
+_path_files:139> [[ 4 -eq 0 ]]
+_path_files:145> (( 4 ))
+_path_files:147> mopts=( -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' )
+_path_files:150> zstyle -s :completion::complete:vim:argument-rest: file-sort tmp1
+_path_files:185> zstyle -t :completion::complete:vim:argument-rest:paths squeeze-slashes
+_path_files:188> skips='((.|..)/)##'
+_path_files:191> zstyle -s :completion::complete:vim:argument-rest:paths special-dirs sdirs
+_path_files:192> zstyle -t :completion::complete:vim:argument-rest:paths list-suffixes
+_path_files:195> [[ '*' == ((|*[[:blank:]])\*(|[[:blank:]]*|\([^[:blank:]]##\))|*\([^[:blank:]]#/[^[:blank:]]#\)*) ]]
+_path_files:196> sopt=-g/
+_path_files:198> zstyle -a :completion::complete:vim:argument-rest:paths accept-exact accex
+_path_files:199> zstyle -a :completion::complete:vim:argument-rest: fake-files fake
+_path_files:201> zstyle -s :completion::complete:vim:argument-rest: ignore-parents ignpar
+_path_files:203> zstyle -t :completion::complete:vim:argument-rest:paths accept-exact-dirs
+_path_files:205> zstyle -T :completion::complete:vim:argument-rest:paths path-completion
+_path_files:206> path_completion=1
+_path_files:208> [[ -n '' ]]
+_path_files:236> pre='~/omz-debug.log.z'
+_path_files:237> suf=''
+_path_files:238> opre='~/omz-debug.log.z'
+_path_files:239> osuf=''
+_path_files:240> orig='~/omz-debug.log.z'
+_path_files:241> eorig='~/omz-debug.log.z'
+_path_files:243> [[ automenu-unambiguous == (*menu|[0-9]*) || -n '' || -n '' ]]
+_path_files:246> [[ -n '' ]]
+_path_files:250> Mopts=( -M 'r:|/=* r:|=*' )
+_path_files:255> [[ '~/omz-debug.log.z' == [^][*?#^\|\<\>\\]#(`[^`]#`|\$)*/* ]]
+_path_files:276> [[ '~' == \~ && -z '' ]]
+_path_files:285> linepath=''
+_path_files:286> [[ -z '' ]]
+_path_files:287> realpath=/Users/lynn/
+_path_files:316> linepath='~/'
+_path_files:317> [[ /Users/lynn/ == \~/ ]]
+_path_files:318> pre=omz-debug.log.z
+_path_files:319> orig=omz-debug.log.z
+_path_files:320> donepath=''
+_path_files:321> prepaths=( '' )
+_path_files:358> prepath=
+_path_files:364> skipped=''
+_path_files:365> cpre=''
+_path_files:367> [[ -n '' || -z 1 ]]
+_path_files:407> tpre=omz-debug.log.z
+_path_files:408> tsuf=''
+_path_files:416> testpath=''
+_path_files:418> tmp2=''
+_path_files:419> tpre=omz-debug.log.z
+_path_files:421> tmp1=( /Users/lynn/ )
+_path_files:424> (( npathcheck = 0 ))
+_path_files:425> true
+_path_files:427> origtmp1=( /Users/lynn/ )
+_path_files:430> [[ omz-debug.log.z == */* ]]
+_path_files:434> PREFIX=omz-debug.log.z
+_path_files:435> SUFFIX=''
+_path_files:447> tmp2=( /Users/lynn/ )
+_path_files:449> [[ omz-debug.log.z == (#b)*/(*) ]]
+_path_files:462> [[ -g/ == *[/f]* ]]
+_path_files:463> compfiles -p tmp1 accex '' 'm:{a-zA-Z}={A-Za-z} m:{a-zA-Z}={A-Za-z}' '' fake '*'
+_path_files:467> tmp1=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:469> [[ -n omz-debug.log.z ]]
+_path_files:482> (( ! 15 && npathcheck == 0 ))
+_path_files:499> (( ! 15 ))
+_path_files:501> [[ /Users/lynn/Applications == */* ]]
+_path_files:502> [[ -n '' ]]
+_path_files:511> tmp2=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:512> compadd -D tmp1 -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' - Applications Code Desktop Documents Downloads Dropbox Library Movies Music Pictures Public omz-debug.log omz-debug.log.zsh screen-256color.ti xterm-256color.ti
+_path_files:522> (( ! 1 ))
+_path_files:570> [[ -n '' ]]
+_path_files:584> [[ omz-debug.log.z == */* ]]
+_path_files:586> [[ '' == */* ]]
+_path_files:590> break
+_path_files:609> tmp3=omz-debug.log.z
+_path_files:610> tpre=omz-debug.log.z
+_path_files:611> tsuf=''
+_path_files:612> [[ -n /Users/lynn/ ]]
+_path_files:613> tmp1=( omz-debug.log.zsh )
+_path_files:615> true
+_path_files:622> compfiles -r tmp1 omz-debug.log.z
+_path_files:623> tmp4=0
+_path_files:625> [[ omz-debug.log.z == */* ]]
+_path_files:630> tmp2=omz-debug.log.z
+_path_files:631> PREFIX='~/omz-debug.log.z'
+_path_files:632> SUFFIX=''
+_path_files:639> (( tmp4 ))
+_path_files:750> [[ omz-debug.log.z != */* ]]
+_path_files:751> tmp4=''
+_path_files:752> break
+_path_files:788> [[ -z '' ]]
+_path_files:791> [[ '' == */ ]]
+_path_files:832> [[ '' == */* ]]
+_path_files:836> PREFIX='~/omz-debug.log.z'
+_path_files:837> SUFFIX=''
+_path_files:839> tmp4=''
+_path_files:840> [[ -n '~/' ]]
+_path_files:841> compquote -p tmp4 tmp1
+_path_files:848> [[ -z '' && -n '' ]]
+_path_files:857> _list_files tmp1 /Users/lynn/
+_list_files:11> local stat f elt what dir
+_list_files:12> local -a stylevals
+_list_files:13> integer ok
+_list_files:15> listfiles=( )
+_list_files:16> listopts=( )
+_list_files:18> zstyle -a :completion::complete:vim:argument-rest: file-list stylevals
+_list_files:18> return 1
+_path_files:858> compadd -Qf -p '~/' -s '' -W /Users/lynn/ -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' -M 'r:|/=* r:|=*' -a tmp1
+_path_files:874> [[ _matcher_num -eq 3 ]]
+_path_files:883> [[ nm -ne 'compstate[nmatches]' ]]
+_files:122> ret=0
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:25> return 1
+_files:140> (( ret ))
+_files:140> break
+_files:147> [[ '*' == \* ]]
+_files:147> return ret
+_vim_files:6> case ~/omz-debug.log.z (+)
+_vim_files:6> case ~/omz-debug.log.z (+<1->)
+_arguments:450> ret=0
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:25> return 1
+_arguments:452> (( ret ))
+_arguments:453> tried=yes
+_arguments:353> [[ anum -le 1 ]]
+_arguments:459> _requested options
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R options
+_requested:16> return 1
+_arguments:521> [[ -n yes && '~/omz-debug.log.z' != [-+]* ]]
+_arguments:521> break
+_arguments:523> [[ -n yes && -z '' && -z '' && -z yes || -n '' ]]
+_arguments:551> break
+_arguments:554> [[ -z '' ]]
+_arguments:554> curcontext=:complete:vim:
+_arguments:556> [[ -n '' ]]
+_arguments:567> [[ -n '' ]]
+_arguments:571> [[ nm -ne 1 ]]
+_vim:101> return
+_dispatch:63> ret=0
+_dispatch:64> [[ patterns == (all|*patterns*) ]]
+_dispatch:64> return ret
+_complete:117> ret=0
+_complete:142> _compskip=''
+_complete:144> return ret
+_main_complete:179> ret=0
+_main_complete:180> break 2
+_main_complete:189> curcontext=:::
+_main_complete:190> [[ '' == keep ]]
+_main_complete:196> nm=1
+_main_complete:199> [[ '' == keep || nm -gt 1 ]]
+_main_complete:314> [[ nm -lt 1 ]]
+_main_complete:317> [[ nm -eq 0 ]]
+_main_complete:337> zstyle -s :completion::::: show-ambiguity tmp
+_main_complete:345> [[ '' == always || '' == ?* ]]
+_main_complete:349> [[ '' == keep ]]
+_main_complete:355> (( 1 ))
+_main_complete:356> ZLS_COLORS=''
+_main_complete:363> funcs=( )
+_main_complete:364> comppostfuncs=( )
+_main_complete:369> _lastcomp=( list_lines 1 all_quotes '\' nmatches 1 restore auto context command vared '' unambiguous '~/omz-debug.log.zsh' list_max 100 unambiguous_cursor 20 list ambiguous insert_positions 23 unambiguous_positions 19 exact '' to_end match last_prompt yes pattern_insert menu ignored 0 insert automenu-unambiguous )
+_main_complete:370> _lastcomp[nmatches]=1
+_main_complete:371> _lastcomp[completer]=complete
+_main_complete:372> _lastcomp[prefix]='~/omz-debug.log.z'
+_main_complete:373> _lastcomp[suffix]=''
+_main_complete:374> _lastcomp[iprefix]=''
+_main_complete:375> _lastcomp[isuffix]=''
+_main_complete:376> _lastcomp[qiprefix]=''
+_main_complete:377> _lastcomp[qisuffix]=''
+_main_complete:378> _lastcomp[tags]=' all-files '
+_main_complete:380> return ret
+_main_complete:11> local 'IFS=
'
+_main_complete:25> eval 'local -A _comp_caller_options;
_comp_caller_options=(${(kv)options[@]});
setopt localoptions localtraps localpatterns ${_comp_options[@]};
local IFS=$'\'' \t\r\n\0'\''
enable -p \| \~ \( \? \* \[ \< \^ \#
exec </dev/null;
trap - ZERR
local -a reply
local REPLY'
+(eval):1> local -A _comp_caller_options
+(eval):2> _comp_caller_options=( posixargzero off autolist on printexitvalue off kshzerosubscript off histreduceblanks off chaselinks off extendedglob off localloops off histnostore off automenu on globcomplete off unset on listpacked off promptsubst on shwordsplit off pathdirs off kshtypeset off listtypes on warncreateglobal off promptbang off dotglob off braceexpand on listbeep on correctall off privileged off numericglobsort off histverify on trackall on histsubstpattern off cbases off rcquotes off posixaliases off histfindnodups off bashautolist off sharehistory on overstrike off kshautoload off incappendhistory on promptcr on mailwarn off pushdignoredups on interactive on ignoreeof off globsubst off rematchpcre off monitor on histsavebycopy on histbeep on debugbeforecmd on magicequalsubst off rmstarsilent off posixjobs off hashcmds on posixtraps off extendedhistory on notify on kshoptionprint off histexpiredupsfirst on glob on posixcd off braceccl off badpattern on longlistjobs on banghist on dvorak off alwaystoend on hashall on globalexport on ksharrays off correct off autonamedirs off histexpand on typesetsilent off rmstarwait off histnofunctions off autoparamslash on trapsasync off sunkeyboardhack off promptsp on histsavenodups off autocd on allexport off posixidentifiers off cshjunkiehistory off autopushd on completeinword on completealiases off aliases on autocontinue off appendhistory on singlelinezle off hashlistall on ignoreclosebraces off recexact off localoptions off interactivecomments off errexit off cshjunkiequotes off markdirs off hashdirs on cdablevars on rcexpandparam off vi off printeightbit off multifuncdef on xtrace on login off cshjunkieloops off histappend on histignorespace on evallineno on shfileexpansion off rcs on functionargzero on errreturn off combiningchars off histignoredups on histfcntllock off beep on autoremoveslash on hup on globdots off autoparamkeys on shnullcmd off multibyte on zle on promptpercent on flowcontrol off continueonerror off incappendhistorytime off autoresume off globassign off caseglob on shortloops on bsdecho off cprecedences off log on transientrprompt off verbose on localpatterns off ignorebraces off pipefail off equals on menucomplete off cshnullglob off casematch on promptvars on histallowclobber off bareglobqual on shinstdin on restricted off pushdminus on nullglob off chasedots off mailwarning off listambiguous on cshnullcmd off bashrematch off octalzeroes off forcefloat off exec on multios on emacs off nomatch on pathscript off localtraps off stdin on onecmd off kshglob off clobber on posixbuiltins off alwayslastprompt on pushdtohome off histignorealldups off hashexecutablesonly off pushdsilent off shoptionletters off physical off sourcetrace off histlexwords off bgnice on globalrcs on posixstrings off checkjobs on shglob off singlecommand off listrowsfirst off )
+(eval):3> setopt localoptions localtraps localpatterns bareglobqual extendedglob glob multibyte nullglob rcexpandparam unset NO_allexport NO_aliases NO_cshnullglob NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern NO_ignorebraces NO_ignoreclosebraces NO_kshglob NO_ksharrays NO_kshtypeset NO_markdirs NO_octalzeroes NO_shwordsplit NO_shglob NO_warncreateglobal
+(eval):4> local 'IFS=
'
+(eval):5> enable -p '|' '~' '(' '?' '*' '[' '<' '^' '#'
+(eval):7> trap - ZERR
+(eval):8> local -a reply
+(eval):9> local REPLY
+_main_complete:27> local func funcs 'ret=1' tmp _compskip format nm call match min max i num _completers _completer _completer_num curtag _comp_force_list _matchers _matcher _c_matcher _matcher_num _comp_tags _comp_mesg mesg str context state state_descr line opt_args val_args 'curcontext=' '_last_nmatches=-1' _last_menu_style _def_menu_style _menu_style sel '_tags_level=0' '_saved_exact=' '_saved_lastprompt=yes' '_saved_list=ambiguous' '_saved_insert=automenu-unambiguous' '_saved_colors=' '_saved_colors_set=1'
+_main_complete:42> local -a precommands
+_main_complete:44> typeset -U _lastdescr _comp_ignore _comp_colors
+_main_complete:46> [[ -z '' ]]
+_main_complete:46> curcontext=:::
+_main_complete:48> zstyle -s :completion::::: insert-tab tmp
+_main_complete:48> tmp=yes
+_main_complete:50> [[ yes == *pending(|[[:blank:]]*) || yes == *pending=(#b)([0-9]##)(|[[:blank:]]*) ]]
+_main_complete:58> [[ automenu-unambiguous == tab* ]]
+_main_complete:71> [[ -z '' ]]
+_main_complete:72> [[ -o equals ]]
+_main_complete:72> compset -P 1 '='
+_main_complete:74> [[ '~/omz' != */* ]]
+_main_complete:82> _setup default
+_setup:3> local val 'nm=0'
+_setup:5> [[ 1 -eq 1 ]]
+_setup:5> 2=default
+_setup:7> zstyle -a :completion:::::default list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ default == default ]]
+_setup:10> _comp_colors=( '' )
+_setup:26> zstyle -t :completion:::::default list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion:::::default list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion:::::default last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion:::::default accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 ]]
+_setup:61> zstyle -a :completion:::::default menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion:::::default force-list val
+_main_complete:83> _def_menu_style=( select )
+_main_complete:92> _last_menu_style=( )
+_main_complete:94> zstyle -s :completion:::::default list-prompt tmp
+_main_complete:98> zstyle -s :completion:::::default select-prompt tmp
+_main_complete:102> zstyle -s :completion:::::default select-scroll tmp
+_main_complete:109> (( 0 ))
+_main_complete:121> zstyle -a :completion::::: completer _completers
+_main_complete:122> _completers=( _complete _ignored )
+_main_complete:127> _completer_num=1
+_main_complete:130> integer 'SECONDS=0'
+_main_complete:131> trap 'zle -M "Killed by signal in ${funcstack[0]} after ${SECONDS}s";
zle -R; return 130' INT QUIT
+_main_complete:136> funcs=( )
+_main_complete:137> compprefuncs=( )
+_main_complete:142> tmp=_complete
+_main_complete:144> [[ -n '' ]]
+_main_complete:146> [[ _complete == *:-* ]]
+_main_complete:149> [[ _complete == *:* ]]
+_main_complete:153> _completer=complete
+_main_complete:156> curcontext=:complete::
+_main_complete:157> zstyle -t :completion::complete::: show-completer
+_main_complete:160> zstyle -a :completion::complete::: matcher-list _matchers
+_main_complete:163> _matcher_num=1
+_main_complete:164> _matcher=''
+_main_complete:165> _c_matcher=m:{a-zA-Z}={A-Za-z}
+_main_complete:166> [[ 'm:{a-zA-Z}={A-Za-z}' == +* ]]
+_main_complete:169> _matcher='m:{a-zA-Z}={A-Za-z}'
+_main_complete:172> _comp_mesg=''
+_main_complete:173> [[ -n '' ]]
+_main_complete:178> _complete
+_complete:7> local comp name oldcontext 'ret=1' service
+_complete:8> typeset -T 'curcontext=:complete::' ccarray
+_complete:10> oldcontext=:complete::
+_complete:14> [[ -n '' ]]
+_complete:96> comp=_first
+_complete:97> [[ -n _first ]]
+_complete:98> service=-first-
+_complete:99> ccarray[3]=-first-
+_complete:100> eval _first
+(eval):1> _first
+_complete:100> ret=0
+_complete:101> [[ '' == all ]]
+_complete:110> [[ -n '' ]]
+_complete:114> ret=1
+_complete:115> [[ command == command ]]
+_complete:116> curcontext=:complete::
+_complete:117> _normal -s
+_normal:3> local _comp_command1 _comp_command2 _comp_command skip
+_normal:5> [[ -s == -s ]]
+_normal:6> skip=( -s )
+_normal:16> [[ -o BANG_HIST && '~/omz' == !*: || '~/omz' == "!*: ]]
+_normal:29> [[ CURRENT -eq 1 ]]
+_normal:38> _set_command
+_set_command:6> local command
+_set_command:8> command=mv
+_set_command:10> [[ -z mv ]]
+_set_command:12> (( 0 + 0 ))
+_set_command:15> [[ m == \= ]]
+_set_command:19> [[ mv == ..#/* ]]
+_set_command:23> [[ mv == */* ]]
+_set_command:28> _comp_command1=mv
+_set_command:29> _comp_command2=/bin/mv
+_set_command:30> _comp_command=mv
+_normal:40> _dispatch -s mv mv /bin/mv -default-
+_dispatch:3> local comp pat val name i 'ret=1' '_compskip='
+_dispatch:4> local 'curcontext=:complete::' service str noskip
+_dispatch:5> local -a match mbegin mend
+_dispatch:9> [[ -s == -s ]]
+_dispatch:10> noskip=yes
+_dispatch:11> shift
+_dispatch:14> [[ -z yes ]]
+_dispatch:16> curcontext=:complete:mv:
+_dispatch:18> shift
+_dispatch:22> [[ '' != (all|*patterns*) ]]
+_dispatch:24> str=mv
+_dispatch:25> [[ -n mv ]]
+_dispatch:26> service=mv
+_dispatch:24> str=/bin/mv
+_dispatch:25> [[ -n /bin/mv ]]
+_dispatch:26> service=/bin/mv
+_dispatch:24> str=-default-
+_dispatch:25> [[ -n -default- ]]
+_dispatch:26> service=-default-
+_dispatch:45> ret=1
+_dispatch:46> str=mv
+_dispatch:47> [[ -n mv ]]
+_dispatch:51> str=mv
+_dispatch:52> name=mv
+_dispatch:53> comp=''
+_dispatch:54> service=mv
+_dispatch:56> [[ -z '' ]]
+_dispatch:46> str=/bin/mv
+_dispatch:47> [[ -n /bin/mv ]]
+_dispatch:51> str=/bin/mv
+_dispatch:52> name=/bin/mv
+_dispatch:53> comp=''
+_dispatch:54> service=/bin/mv
+_dispatch:56> [[ -z '' ]]
+_dispatch:46> str=-default-
+_dispatch:47> [[ -n -default- ]]
+_dispatch:51> str=-default-
+_dispatch:52> name=-default-
+_dispatch:53> comp=_default
+_dispatch:54> service=-default-
+_dispatch:56> [[ -z _default ]]
+_dispatch:56> break
+_dispatch:61> [[ -n _default && -default- != -default- ]]
+_dispatch:67> [[ '' != (all|*patterns*) ]]
+_dispatch:68> str=mv
+_dispatch:69> [[ -n mv ]]
+_dispatch:70> service=mv
+_dispatch:68> str=/bin/mv
+_dispatch:69> [[ -n /bin/mv ]]
+_dispatch:70> service=/bin/mv
+_dispatch:68> str=-default-
+_dispatch:69> [[ -n -default- ]]
+_dispatch:70> service=-default-
+_dispatch:84> [[ -default- == -default- && -n _default && '' != (all|*default*) ]]
+_dispatch:86> service=-default-
+_dispatch:87> eval _default
+(eval):1> _default
+_default:3> local ctl
+_default:5> zstyle -s :completion::complete:mv:: use-compctl ctl
+_default:6> zmodload -e zsh/compctl
+_default:6> [[ '' != (no|false|0|off) ]]
+_default:7> local opt
+_default:9> opt=( )
+_default:10> [[ '' == *first* ]]
+_default:11> [[ '' == *default* ]]
+_default:12> compcall
+_default:15> _files
+_files:3> local opts tmp glob pat pats expl tag i def descr end ign 'ret=1' match tried
+_files:4> local type sdef ignvars ignvar prepath oprefix rfiles rfile
+_files:6> zparseopts -a opts '/=tmp' 'f=tmp' 'g+:-=tmp' q n 1 2 P: S: r: R: W: X+: M+: F: J+: V+:
+_files:9> type=''
+_files:10> (( 0 ))
+_files:19> tmp=0
+_files:20> (( tmp ))
+_files:32> ign=( )
+_files:35> zstyle -a :completion::complete:mv:: file-patterns tmp
+_files:46> zstyle -t :completion::complete:mv:: list-dirs-first
+_files:64> [[ '' == *g* ]]
+_files:84> [[ '' == */* ]]
+_files:87> pats=( '*:all-files ' )
+_files:91> tried=( )
+_files:92> def=*:all-files
+_files:93> eval 'def=( \*:all-files )'
+(eval):1> def=( '*:all-files' )
+_files:95> tmp='*:'
+_files:96> (( 0 ))
+_files:97> tried=( '*:' )
+_files:99> sdef=*:all-files
+_files:101> tag=all-files
+_files:102> pat='*'
+_files:104> [[ '*:all-files' == *:all-files:* ]]
+_files:107> (( 0 ))
+_files:110> descr=file
+_files:112> end=yes
+_files:115> _tags all-files
+_tags:3> local prev
+_tags:10> [[ all-files == -- ]]
+_tags:15> (( 1 ))
+_tags:19> local 'curcontext=:complete:mv:' order tag nodef tmp
+_tags:21> [[ all-files == -C?* ]]
+_tags:24> [[ all-files == -C ]]
+_tags:29> [[ all-files == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:mv:: group-order order
+_tags:36> comptags -i :complete:mv: all-files
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:mv:: tag-order order
+_tags:44> (( ! 0 ))
+_tags:55> [[ -z '' ]]
+_tags:55> comptry all-files
+_tags:60> comptags -T
+_tags:62> return
+_files:116> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_files:117> _comp_ignore=( )
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:9> (( 8 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=8
+_next_label:11> _comp_tags=' all-files '
+_next_label:12> [[ all-files == *[^\\]:* ]]
+_next_label:18> _description all-files expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file )
+_description:15> zstyle -s :completion::complete:mv::all-files group-name gname
+_description:18> _setup all-files -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:mv::all-files list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ all-files == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:mv::all-files list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:mv::all-files list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:mv::all-files last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:mv::all-files accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:mv::all-files menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:mv::all-files force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:mv::all-files format format
+_description:23> zstyle -s :completion::complete:mv::descriptions format format
+_description:25> zstyle -s :completion::complete:mv::all-files hidden hidden
+_description:30> zstyle -s :completion::complete:mv::all-files matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:mv::all-files sort sort
+_description:37> zstyle -s :completion::complete:mv:: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:mv::all-files ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:mv::all-files ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=all-files
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:mv::all-files fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:mv::all-files fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_files:119> _comp_ignore=( )
+_files:120> [[ -n yes ]]
+_files:121> _path_files -g '*' -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_path_files:3> local -a match mbegin mend
+_path_files:17> _have_glob_qual '~/omz'
+_have_glob_qual:14> local complete
+_have_glob_qual:16> [[ '' == complete ]]
+_have_glob_qual:18> [[ -z '' && on == on && '~/omz' == (#b)(((*[^\\\$]|)(\\\\)#)\()([^\)\|\~]#) || off == on ]]
+_path_files:38> local linepath realpath donepath prepath testpath exppath skips skipped
+_path_files:39> local tmp1 tmp2 tmp3 tmp4 i orig eorig pre suf tpre tsuf opre osuf cpre
+_path_files:40> local pats haspats ignore pfx pfxsfx sopt gopt opt sdirs ignpar cfopt listsfx
+_path_files:41> local 'nm=0' menu matcher mopts sort mid accex fake
+_path_files:42> local listfiles listopts tmpdisp origtmp1 Uopt
+_path_files:43> local accept_exact_dirs path_completion
+_path_files:44> integer npathcheck
+_path_files:45> local -a Mopts
+_path_files:47> typeset -U prepaths exppaths
+_path_files:49> exppaths=( )
+_path_files:53> zparseopts -a mopts 'P:=pfx' 'S:=pfxsfx' 'q=pfxsfx' 'r:=pfxsfx' 'R:=pfxsfx' 'W:=prepaths' 'F:=ignore' 'M+:=matcher' J+: V+: X+: 1 2 n 'f=tmp1' '/=tmp1' 'g+:-=tmp1'
+_path_files:58> sopt=-g
+_path_files:59> (( 1 ))
+_path_files:59> haspats=yes
+_path_files:60> (( 1 ))
+_path_files:60> gopt=yes
+_path_files:61> (( 0 ))
+_path_files:65> pats='*'
+_path_files:66> pats=( '*' )
+_path_files:68> pats=( '*' )
+_path_files:70> (( 0 ))
+_path_files:74> (( 0 ))
+_path_files:86> prepaths=( '' )
+_path_files:89> (( 0 ))
+_path_files:100> [[ -g == -(f|) ]]
+_path_files:109> (( ! 1 ))
+_path_files:130> [[ -z '' && 0 -eq 0 && -z yes || '*' == \ #\*\ # && -n '' ]]
+_path_files:134> (( 0 ))
+_path_files:139> [[ 2 -eq 0 ]]
+_path_files:145> (( 2 ))
+_path_files:147> mopts=( -J -default- -M 'm:{a-zA-Z}={A-Za-z}' )
+_path_files:150> zstyle -s :completion::complete:mv:: file-sort tmp1
+_path_files:185> zstyle -t :completion::complete:mv::paths squeeze-slashes
+_path_files:188> skips='((.|..)/)##'
+_path_files:191> zstyle -s :completion::complete:mv::paths special-dirs sdirs
+_path_files:192> zstyle -t :completion::complete:mv::paths list-suffixes
+_path_files:195> [[ '*' == ((|*[[:blank:]])\*(|[[:blank:]]*|\([^[:blank:]]##\))|*\([^[:blank:]]#/[^[:blank:]]#\)*) ]]
+_path_files:196> sopt=-g/
+_path_files:198> zstyle -a :completion::complete:mv::paths accept-exact accex
+_path_files:199> zstyle -a :completion::complete:mv:: fake-files fake
+_path_files:201> zstyle -s :completion::complete:mv:: ignore-parents ignpar
+_path_files:203> zstyle -t :completion::complete:mv::paths accept-exact-dirs
+_path_files:205> zstyle -T :completion::complete:mv::paths path-completion
+_path_files:206> path_completion=1
+_path_files:208> [[ -n '' ]]
+_path_files:236> pre='~/omz'
+_path_files:237> suf=''
+_path_files:238> opre='~/omz'
+_path_files:239> osuf=''
+_path_files:240> orig='~/omz'
+_path_files:241> eorig='~/omz'
+_path_files:243> [[ automenu-unambiguous == (*menu|[0-9]*) || -n '' || -n '' ]]
+_path_files:246> [[ -n '' ]]
+_path_files:250> Mopts=( -M 'r:|/=* r:|=*' )
+_path_files:255> [[ '~/omz' == [^][*?#^\|\<\>\\]#(`[^`]#`|\$)*/* ]]
+_path_files:276> [[ '~' == \~ && -z '' ]]
+_path_files:285> linepath=''
+_path_files:286> [[ -z '' ]]
+_path_files:287> realpath=/Users/lynn/
+_path_files:316> linepath='~/'
+_path_files:317> [[ /Users/lynn/ == \~/ ]]
+_path_files:318> pre=omz
+_path_files:319> orig=omz
+_path_files:320> donepath=''
+_path_files:321> prepaths=( '' )
+_path_files:358> prepath=
+_path_files:364> skipped=''
+_path_files:365> cpre=''
+_path_files:367> [[ -n '' || -z 1 ]]
+_path_files:407> tpre=omz
+_path_files:408> tsuf=''
+_path_files:416> testpath=''
+_path_files:418> tmp2=''
+_path_files:419> tpre=omz
+_path_files:421> tmp1=( /Users/lynn/ )
+_path_files:424> (( npathcheck = 0 ))
+_path_files:425> true
+_path_files:427> origtmp1=( /Users/lynn/ )
+_path_files:430> [[ omz == */* ]]
+_path_files:434> PREFIX=omz
+_path_files:435> SUFFIX=''
+_path_files:447> tmp2=( /Users/lynn/ )
+_path_files:449> [[ omz == (#b)*/(*) ]]
+_path_files:462> [[ -g/ == *[/f]* ]]
+_path_files:463> compfiles -p tmp1 accex '' 'm:{a-zA-Z}={A-Za-z} m:{a-zA-Z}={A-Za-z}' '' fake '*'
+_path_files:467> tmp1=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:469> [[ -n omz ]]
+_path_files:482> (( ! 15 && npathcheck == 0 ))
+_path_files:499> (( ! 15 ))
+_path_files:501> [[ /Users/lynn/Applications == */* ]]
+_path_files:502> [[ -n '' ]]
+_path_files:511> tmp2=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:512> compadd -D tmp1 -M 'm:{a-zA-Z}={A-Za-z}' - Applications Code Desktop Documents Downloads Dropbox Library Movies Music Pictures Public omz-debug.log omz-debug.log.zsh screen-256color.ti xterm-256color.ti
+_path_files:522> (( ! 2 ))
+_path_files:570> [[ -n '' ]]
+_path_files:584> [[ omz == */* ]]
+_path_files:586> [[ '' == */* ]]
+_path_files:590> break
+_path_files:609> tmp3=omz
+_path_files:610> tpre=omz
+_path_files:611> tsuf=''
+_path_files:612> [[ -n /Users/lynn/ ]]
+_path_files:613> tmp1=( omz-debug.log omz-debug.log.zsh )
+_path_files:615> true
+_path_files:622> compfiles -r tmp1 omz
+_path_files:623> tmp4=1
+_path_files:625> [[ omz == */* ]]
+_path_files:630> tmp2=omz
+_path_files:631> PREFIX='~/omz'
+_path_files:632> SUFFIX=''
+_path_files:639> (( tmp4 ))
+_path_files:648> tmp2=''
+_path_files:649> [[ -n '~/' ]]
+_path_files:650> compquote -p tmp2 tmp1
+_path_files:658> [[ -z '' && '' == \* ]]
+_path_files:668> [[ -z automenu-unambiguous ]]
+_path_files:669> zstyle -t :completion::complete:mv::paths expand suffix
+_path_files:670> [[ -z '' && -n '' || -z '' ]]
+_path_files:676> (( tmp4 ))
+_path_files:676> zstyle -t :completion::complete:mv::paths ambiguous
+_path_files:678> [[ omz == */* ]]
+_path_files:704> _list_files tmp1 /Users/lynn/
+_list_files:11> local stat f elt what dir
+_list_files:12> local -a stylevals
+_list_files:13> integer ok
+_list_files:15> listfiles=( )
+_list_files:16> listopts=( )
+_list_files:18> zstyle -a :completion::complete:mv:: file-list stylevals
+_list_files:18> return 1
+_path_files:705> compadd -Qf -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -p '~/' -s '' -W /Users/lynn/ -M 'r:|/=* r:|=*' -a tmp1
+_path_files:742> tmp4=-
+_path_files:744> break
+_path_files:788> [[ -z - ]]
+_path_files:874> [[ _matcher_num -eq 3 ]]
+_path_files:883> [[ nm -ne 'compstate[nmatches]' ]]
+_files:122> ret=0
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:25> return 1
+_files:140> (( ret ))
+_files:140> break
+_files:147> [[ '*' == \* ]]
+_files:147> return ret
+_default:15> return 0
+_dispatch:87> ret=0
+_dispatch:89> _compskip=''
+_dispatch:91> return ret
+_complete:117> ret=0
+_complete:142> _compskip=''
+_complete:144> return ret
+_main_complete:179> ret=0
+_main_complete:180> break 2
+_main_complete:189> curcontext=:::
+_main_complete:190> [[ '' == keep ]]
+_main_complete:196> nm=2
+_main_complete:199> [[ '' == keep || nm -gt 1 ]]
+_main_complete:200> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_main_complete:201> _menu_style=( select '' )
+_main_complete:203> tmp=3
+_main_complete:205> _menu_style=( select '' select )
+_main_complete:207> [[ ambiguous == *list ]]
+_main_complete:211> [[ automenu-unambiguous == automenu-unambiguous ]]
+_main_complete:212> [[ -n automenu-unambiguous && -n '' ]]
+_main_complete:216> sel=( )
+_main_complete:218> (( 0 ))
+_main_complete:234> sel=( )
+_main_complete:236> (( 0 ))
+_main_complete:252> [[ -n '' || -n '' ]]
+_main_complete:256> [[ -n '' ]]
+_main_complete:258> [[ -n '' ]]
+_main_complete:265> [[ automenu-unambiguous == *menu* ]]
+_main_complete:266> [[ 0 == 00 ]]
+_main_complete:267> [[ -n '' ]]
+_main_complete:269> [[ -n '' ]]
+_main_complete:275> [[ 0 != 00 ]]
+_main_complete:276> sel=( select select )
+_main_complete:278> (( 2 ))
+_main_complete:279> min=9999999
+_main_complete:280> i=select
+_main_complete:281> [[ select == *=[0-9]* ]]
+_main_complete:284> [[ select != *=* ]]
+_main_complete:285> num=0
+_main_complete:289> [[ num -lt min ]]
+_main_complete:289> min=0
+_main_complete:291> (( min ))
+_main_complete:291> break
+_main_complete:294> zmodload -i zsh/complist
+_main_complete:295> MENUSELECT=0
+_main_complete:300> [[ -n 0 ]]
+_main_complete:301> [[ -n '' ]]
+_main_complete:303> [[ -n '' ]]
+_main_complete:310> unset MENUMODE
+_main_complete:337> zstyle -s :completion::::: show-ambiguity tmp
+_main_complete:345> [[ '' == always || '' == ?* ]]
+_main_complete:349> [[ '' == keep ]]
+_main_complete:355> (( 1 ))
+_main_complete:356> ZLS_COLORS=''
+_main_complete:363> funcs=( )
+_main_complete:364> comppostfuncs=( )
+_main_complete:369> _lastcomp=( list_lines 1 all_quotes '\' nmatches 2 restore auto context command vared '' unambiguous '~/omz-debug.log' list_max 100 unambiguous_cursor 16 list ambiguous insert_positions 38 unambiguous_positions 15 exact '' to_end match last_prompt yes pattern_insert menu ignored 0 insert automenu-unambiguous )
+_main_complete:370> _lastcomp[nmatches]=2
+_main_complete:371> _lastcomp[completer]=complete
+_main_complete:372> _lastcomp[prefix]='~/omz'
+_main_complete:373> _lastcomp[suffix]=''
+_main_complete:374> _lastcomp[iprefix]=''
+_main_complete:375> _lastcomp[isuffix]=''
+_main_complete:376> _lastcomp[qiprefix]=''
+_main_complete:377> _lastcomp[qisuffix]=''
+_main_complete:378> _lastcomp[tags]=' all-files '
+_main_complete:380> return ret
+_main_complete:11> local 'IFS=
'
+_main_complete:25> eval 'local -A _comp_caller_options;
_comp_caller_options=(${(kv)options[@]});
setopt localoptions localtraps localpatterns ${_comp_options[@]};
local IFS=$'\'' \t\r\n\0'\''
enable -p \| \~ \( \? \* \[ \< \^ \#
exec </dev/null;
trap - ZERR
local -a reply
local REPLY'
+(eval):1> local -A _comp_caller_options
+(eval):2> _comp_caller_options=( posixargzero off autolist on printexitvalue off kshzerosubscript off histreduceblanks off chaselinks off extendedglob off localloops off histnostore off automenu on globcomplete off unset on listpacked off promptsubst on shwordsplit off pathdirs off kshtypeset off listtypes on warncreateglobal off promptbang off dotglob off braceexpand on listbeep on correctall off privileged off numericglobsort off histverify on trackall on histsubstpattern off cbases off rcquotes off posixaliases off histfindnodups off bashautolist off sharehistory on overstrike off kshautoload off incappendhistory on promptcr on mailwarn off pushdignoredups on interactive on ignoreeof off globsubst off rematchpcre off monitor on histsavebycopy on histbeep on debugbeforecmd on magicequalsubst off rmstarsilent off posixjobs off hashcmds on posixtraps off extendedhistory on notify on kshoptionprint off histexpiredupsfirst on glob on posixcd off braceccl off badpattern on longlistjobs on banghist on dvorak off alwaystoend on hashall on globalexport on ksharrays off correct off autonamedirs off histexpand on typesetsilent off rmstarwait off histnofunctions off autoparamslash on trapsasync off sunkeyboardhack off promptsp on histsavenodups off autocd on allexport off posixidentifiers off cshjunkiehistory off autopushd on completeinword on completealiases off aliases on autocontinue off appendhistory on singlelinezle off hashlistall on ignoreclosebraces off recexact off localoptions off interactivecomments off errexit off cshjunkiequotes off markdirs off hashdirs on cdablevars on rcexpandparam off vi off printeightbit off multifuncdef on xtrace on login off cshjunkieloops off histappend on histignorespace on evallineno on shfileexpansion off rcs on functionargzero on errreturn off combiningchars off histignoredups on histfcntllock off beep on autoremoveslash on hup on globdots off autoparamkeys on shnullcmd off multibyte on zle on promptpercent on flowcontrol off continueonerror off incappendhistorytime off autoresume off globassign off caseglob on shortloops on bsdecho off cprecedences off log on transientrprompt off verbose on localpatterns off ignorebraces off pipefail off equals on menucomplete off cshnullglob off casematch on promptvars on histallowclobber off bareglobqual on shinstdin on restricted off pushdminus on nullglob off chasedots off mailwarning off listambiguous on cshnullcmd off bashrematch off octalzeroes off forcefloat off exec on multios on emacs off nomatch on pathscript off localtraps off stdin on onecmd off kshglob off clobber on posixbuiltins off alwayslastprompt on pushdtohome off histignorealldups off hashexecutablesonly off pushdsilent off shoptionletters off physical off sourcetrace off histlexwords off bgnice on globalrcs on posixstrings off checkjobs on shglob off singlecommand off listrowsfirst off )
+(eval):3> setopt localoptions localtraps localpatterns bareglobqual extendedglob glob multibyte nullglob rcexpandparam unset NO_allexport NO_aliases NO_cshnullglob NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern NO_ignorebraces NO_ignoreclosebraces NO_kshglob NO_ksharrays NO_kshtypeset NO_markdirs NO_octalzeroes NO_shwordsplit NO_shglob NO_warncreateglobal
+(eval):4> local 'IFS=
'
+(eval):5> enable -p '|' '~' '(' '?' '*' '[' '<' '^' '#'
+(eval):7> trap - ZERR
+(eval):8> local -a reply
+(eval):9> local REPLY
+_main_complete:27> local func funcs 'ret=1' tmp _compskip format nm call match min max i num _completers _completer _completer_num curtag _comp_force_list _matchers _matcher _c_matcher _matcher_num _comp_tags _comp_mesg mesg str context state state_descr line opt_args val_args 'curcontext=' '_last_nmatches=-1' _last_menu_style _def_menu_style _menu_style sel '_tags_level=0' '_saved_exact=' '_saved_lastprompt=yes' '_saved_list=ambiguous' '_saved_insert=automenu-unambiguous' '_saved_colors=' '_saved_colors_set=1'
+_main_complete:42> local -a precommands
+_main_complete:44> typeset -U _lastdescr _comp_ignore _comp_colors
+_main_complete:46> [[ -z '' ]]
+_main_complete:46> curcontext=:::
+_main_complete:48> zstyle -s :completion::::: insert-tab tmp
+_main_complete:48> tmp=yes
+_main_complete:50> [[ yes == *pending(|[[:blank:]]*) || yes == *pending=(#b)([0-9]##)(|[[:blank:]]*) ]]
+_main_complete:58> [[ automenu-unambiguous == tab* ]]
+_main_complete:71> [[ -z '' ]]
+_main_complete:72> [[ -o equals ]]
+_main_complete:72> compset -P 1 '='
+_main_complete:74> [[ '~/omz-debug.log.z' != */* ]]
+_main_complete:82> _setup default
+_setup:3> local val 'nm=0'
+_setup:5> [[ 1 -eq 1 ]]
+_setup:5> 2=default
+_setup:7> zstyle -a :completion:::::default list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ default == default ]]
+_setup:10> _comp_colors=( '' )
+_setup:26> zstyle -t :completion:::::default list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion:::::default list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion:::::default last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion:::::default accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 ]]
+_setup:61> zstyle -a :completion:::::default menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion:::::default force-list val
+_main_complete:83> _def_menu_style=( select )
+_main_complete:92> _last_menu_style=( )
+_main_complete:94> zstyle -s :completion:::::default list-prompt tmp
+_main_complete:98> zstyle -s :completion:::::default select-prompt tmp
+_main_complete:102> zstyle -s :completion:::::default select-scroll tmp
+_main_complete:109> (( 0 ))
+_main_complete:121> zstyle -a :completion::::: completer _completers
+_main_complete:122> _completers=( _complete _ignored )
+_main_complete:127> _completer_num=1
+_main_complete:130> integer 'SECONDS=0'
+_main_complete:131> trap 'zle -M "Killed by signal in ${funcstack[0]} after ${SECONDS}s";
zle -R; return 130' INT QUIT
+_main_complete:136> funcs=( )
+_main_complete:137> compprefuncs=( )
+_main_complete:142> tmp=_complete
+_main_complete:144> [[ -n '' ]]
+_main_complete:146> [[ _complete == *:-* ]]
+_main_complete:149> [[ _complete == *:* ]]
+_main_complete:153> _completer=complete
+_main_complete:156> curcontext=:complete::
+_main_complete:157> zstyle -t :completion::complete::: show-completer
+_main_complete:160> zstyle -a :completion::complete::: matcher-list _matchers
+_main_complete:163> _matcher_num=1
+_main_complete:164> _matcher=''
+_main_complete:165> _c_matcher=m:{a-zA-Z}={A-Za-z}
+_main_complete:166> [[ 'm:{a-zA-Z}={A-Za-z}' == +* ]]
+_main_complete:169> _matcher='m:{a-zA-Z}={A-Za-z}'
+_main_complete:172> _comp_mesg=''
+_main_complete:173> [[ -n '' ]]
+_main_complete:178> _complete
+_complete:7> local comp name oldcontext 'ret=1' service
+_complete:8> typeset -T 'curcontext=:complete::' ccarray
+_complete:10> oldcontext=:complete::
+_complete:14> [[ -n '' ]]
+_complete:96> comp=_first
+_complete:97> [[ -n _first ]]
+_complete:98> service=-first-
+_complete:99> ccarray[3]=-first-
+_complete:100> eval _first
+(eval):1> _first
+_complete:100> ret=0
+_complete:101> [[ '' == all ]]
+_complete:110> [[ -n '' ]]
+_complete:114> ret=1
+_complete:115> [[ command == command ]]
+_complete:116> curcontext=:complete::
+_complete:117> _normal -s
+_normal:3> local _comp_command1 _comp_command2 _comp_command skip
+_normal:5> [[ -s == -s ]]
+_normal:6> skip=( -s )
+_normal:16> [[ -o BANG_HIST && '~/omz-debug.log.z' == !*: || '~/omz-debug.log.z' == "!*: ]]
+_normal:29> [[ CURRENT -eq 1 ]]
+_normal:38> _set_command
+_set_command:6> local command
+_set_command:8> command=mv
+_set_command:10> [[ -z mv ]]
+_set_command:12> (( 0 + 0 ))
+_set_command:15> [[ m == \= ]]
+_set_command:19> [[ mv == ..#/* ]]
+_set_command:23> [[ mv == */* ]]
+_set_command:28> _comp_command1=mv
+_set_command:29> _comp_command2=/bin/mv
+_set_command:30> _comp_command=mv
+_normal:40> _dispatch -s mv mv /bin/mv -default-
+_dispatch:3> local comp pat val name i 'ret=1' '_compskip='
+_dispatch:4> local 'curcontext=:complete::' service str noskip
+_dispatch:5> local -a match mbegin mend
+_dispatch:9> [[ -s == -s ]]
+_dispatch:10> noskip=yes
+_dispatch:11> shift
+_dispatch:14> [[ -z yes ]]
+_dispatch:16> curcontext=:complete:mv:
+_dispatch:18> shift
+_dispatch:22> [[ '' != (all|*patterns*) ]]
+_dispatch:24> str=mv
+_dispatch:25> [[ -n mv ]]
+_dispatch:26> service=mv
+_dispatch:24> str=/bin/mv
+_dispatch:25> [[ -n /bin/mv ]]
+_dispatch:26> service=/bin/mv
+_dispatch:24> str=-default-
+_dispatch:25> [[ -n -default- ]]
+_dispatch:26> service=-default-
+_dispatch:45> ret=1
+_dispatch:46> str=mv
+_dispatch:47> [[ -n mv ]]
+_dispatch:51> str=mv
+_dispatch:52> name=mv
+_dispatch:53> comp=''
+_dispatch:54> service=mv
+_dispatch:56> [[ -z '' ]]
+_dispatch:46> str=/bin/mv
+_dispatch:47> [[ -n /bin/mv ]]
+_dispatch:51> str=/bin/mv
+_dispatch:52> name=/bin/mv
+_dispatch:53> comp=''
+_dispatch:54> service=/bin/mv
+_dispatch:56> [[ -z '' ]]
+_dispatch:46> str=-default-
+_dispatch:47> [[ -n -default- ]]
+_dispatch:51> str=-default-
+_dispatch:52> name=-default-
+_dispatch:53> comp=_default
+_dispatch:54> service=-default-
+_dispatch:56> [[ -z _default ]]
+_dispatch:56> break
+_dispatch:61> [[ -n _default && -default- != -default- ]]
+_dispatch:67> [[ '' != (all|*patterns*) ]]
+_dispatch:68> str=mv
+_dispatch:69> [[ -n mv ]]
+_dispatch:70> service=mv
+_dispatch:68> str=/bin/mv
+_dispatch:69> [[ -n /bin/mv ]]
+_dispatch:70> service=/bin/mv
+_dispatch:68> str=-default-
+_dispatch:69> [[ -n -default- ]]
+_dispatch:70> service=-default-
+_dispatch:84> [[ -default- == -default- && -n _default && '' != (all|*default*) ]]
+_dispatch:86> service=-default-
+_dispatch:87> eval _default
+(eval):1> _default
+_default:3> local ctl
+_default:5> zstyle -s :completion::complete:mv:: use-compctl ctl
+_default:6> zmodload -e zsh/compctl
+_default:6> [[ '' != (no|false|0|off) ]]
+_default:7> local opt
+_default:9> opt=( )
+_default:10> [[ '' == *first* ]]
+_default:11> [[ '' == *default* ]]
+_default:12> compcall
+_default:15> _files
+_files:3> local opts tmp glob pat pats expl tag i def descr end ign 'ret=1' match tried
+_files:4> local type sdef ignvars ignvar prepath oprefix rfiles rfile
+_files:6> zparseopts -a opts '/=tmp' 'f=tmp' 'g+:-=tmp' q n 1 2 P: S: r: R: W: X+: M+: F: J+: V+:
+_files:9> type=''
+_files:10> (( 0 ))
+_files:19> tmp=0
+_files:20> (( tmp ))
+_files:32> ign=( )
+_files:35> zstyle -a :completion::complete:mv:: file-patterns tmp
+_files:46> zstyle -t :completion::complete:mv:: list-dirs-first
+_files:64> [[ '' == *g* ]]
+_files:84> [[ '' == */* ]]
+_files:87> pats=( '*:all-files ' )
+_files:91> tried=( )
+_files:92> def=*:all-files
+_files:93> eval 'def=( \*:all-files )'
+(eval):1> def=( '*:all-files' )
+_files:95> tmp='*:'
+_files:96> (( 0 ))
+_files:97> tried=( '*:' )
+_files:99> sdef=*:all-files
+_files:101> tag=all-files
+_files:102> pat='*'
+_files:104> [[ '*:all-files' == *:all-files:* ]]
+_files:107> (( 0 ))
+_files:110> descr=file
+_files:112> end=yes
+_files:115> _tags all-files
+_tags:3> local prev
+_tags:10> [[ all-files == -- ]]
+_tags:15> (( 1 ))
+_tags:19> local 'curcontext=:complete:mv:' order tag nodef tmp
+_tags:21> [[ all-files == -C?* ]]
+_tags:24> [[ all-files == -C ]]
+_tags:29> [[ all-files == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:mv:: group-order order
+_tags:36> comptags -i :complete:mv: all-files
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:mv:: tag-order order
+_tags:44> (( ! 0 ))
+_tags:55> [[ -z '' ]]
+_tags:55> comptry all-files
+_tags:60> comptags -T
+_tags:62> return
+_files:116> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_files:117> _comp_ignore=( )
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:9> (( 8 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=8
+_next_label:11> _comp_tags=' all-files '
+_next_label:12> [[ all-files == *[^\\]:* ]]
+_next_label:18> _description all-files expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file )
+_description:15> zstyle -s :completion::complete:mv::all-files group-name gname
+_description:18> _setup all-files -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:mv::all-files list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ all-files == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:mv::all-files list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:mv::all-files list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:mv::all-files last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:mv::all-files accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:mv::all-files menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:mv::all-files force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:mv::all-files format format
+_description:23> zstyle -s :completion::complete:mv::descriptions format format
+_description:25> zstyle -s :completion::complete:mv::all-files hidden hidden
+_description:30> zstyle -s :completion::complete:mv::all-files matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:mv::all-files sort sort
+_description:37> zstyle -s :completion::complete:mv:: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:mv::all-files ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:mv::all-files ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=all-files
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:mv::all-files fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:mv::all-files fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_files:119> _comp_ignore=( )
+_files:120> [[ -n yes ]]
+_files:121> _path_files -g '*' -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_path_files:3> local -a match mbegin mend
+_path_files:17> _have_glob_qual '~/omz-debug.log.z'
+_have_glob_qual:14> local complete
+_have_glob_qual:16> [[ '' == complete ]]
+_have_glob_qual:18> [[ -z '' && on == on && '~/omz-debug.log.z' == (#b)(((*[^\\\$]|)(\\\\)#)\()([^\)\|\~]#) || off == on ]]
+_path_files:38> local linepath realpath donepath prepath testpath exppath skips skipped
+_path_files:39> local tmp1 tmp2 tmp3 tmp4 i orig eorig pre suf tpre tsuf opre osuf cpre
+_path_files:40> local pats haspats ignore pfx pfxsfx sopt gopt opt sdirs ignpar cfopt listsfx
+_path_files:41> local 'nm=0' menu matcher mopts sort mid accex fake
+_path_files:42> local listfiles listopts tmpdisp origtmp1 Uopt
+_path_files:43> local accept_exact_dirs path_completion
+_path_files:44> integer npathcheck
+_path_files:45> local -a Mopts
+_path_files:47> typeset -U prepaths exppaths
+_path_files:49> exppaths=( )
+_path_files:53> zparseopts -a mopts 'P:=pfx' 'S:=pfxsfx' 'q=pfxsfx' 'r:=pfxsfx' 'R:=pfxsfx' 'W:=prepaths' 'F:=ignore' 'M+:=matcher' J+: V+: X+: 1 2 n 'f=tmp1' '/=tmp1' 'g+:-=tmp1'
+_path_files:58> sopt=-g
+_path_files:59> (( 1 ))
+_path_files:59> haspats=yes
+_path_files:60> (( 1 ))
+_path_files:60> gopt=yes
+_path_files:61> (( 0 ))
+_path_files:65> pats='*'
+_path_files:66> pats=( '*' )
+_path_files:68> pats=( '*' )
+_path_files:70> (( 0 ))
+_path_files:74> (( 0 ))
+_path_files:86> prepaths=( '' )
+_path_files:89> (( 0 ))
+_path_files:100> [[ -g == -(f|) ]]
+_path_files:109> (( ! 1 ))
+_path_files:130> [[ -z '' && 0 -eq 0 && -z yes || '*' == \ #\*\ # && -n '' ]]
+_path_files:134> (( 0 ))
+_path_files:139> [[ 2 -eq 0 ]]
+_path_files:145> (( 2 ))
+_path_files:147> mopts=( -J -default- -M 'm:{a-zA-Z}={A-Za-z}' )
+_path_files:150> zstyle -s :completion::complete:mv:: file-sort tmp1
+_path_files:185> zstyle -t :completion::complete:mv::paths squeeze-slashes
+_path_files:188> skips='((.|..)/)##'
+_path_files:191> zstyle -s :completion::complete:mv::paths special-dirs sdirs
+_path_files:192> zstyle -t :completion::complete:mv::paths list-suffixes
+_path_files:195> [[ '*' == ((|*[[:blank:]])\*(|[[:blank:]]*|\([^[:blank:]]##\))|*\([^[:blank:]]#/[^[:blank:]]#\)*) ]]
+_path_files:196> sopt=-g/
+_path_files:198> zstyle -a :completion::complete:mv::paths accept-exact accex
+_path_files:199> zstyle -a :completion::complete:mv:: fake-files fake
+_path_files:201> zstyle -s :completion::complete:mv:: ignore-parents ignpar
+_path_files:203> zstyle -t :completion::complete:mv::paths accept-exact-dirs
+_path_files:205> zstyle -T :completion::complete:mv::paths path-completion
+_path_files:206> path_completion=1
+_path_files:208> [[ -n '' ]]
+_path_files:236> pre='~/omz-debug.log.z'
+_path_files:237> suf=''
+_path_files:238> opre='~/omz-debug.log.z'
+_path_files:239> osuf=''
+_path_files:240> orig='~/omz-debug.log.z'
+_path_files:241> eorig='~/omz-debug.log.z'
+_path_files:243> [[ automenu-unambiguous == (*menu|[0-9]*) || -n '' || -n '' ]]
+_path_files:246> [[ -n '' ]]
+_path_files:250> Mopts=( -M 'r:|/=* r:|=*' )
+_path_files:255> [[ '~/omz-debug.log.z' == [^][*?#^\|\<\>\\]#(`[^`]#`|\$)*/* ]]
+_path_files:276> [[ '~' == \~ && -z '' ]]
+_path_files:285> linepath=''
+_path_files:286> [[ -z '' ]]
+_path_files:287> realpath=/Users/lynn/
+_path_files:316> linepath='~/'
+_path_files:317> [[ /Users/lynn/ == \~/ ]]
+_path_files:318> pre=omz-debug.log.z
+_path_files:319> orig=omz-debug.log.z
+_path_files:320> donepath=''
+_path_files:321> prepaths=( '' )
+_path_files:358> prepath=
+_path_files:364> skipped=''
+_path_files:365> cpre=''
+_path_files:367> [[ -n '' || -z 1 ]]
+_path_files:407> tpre=omz-debug.log.z
+_path_files:408> tsuf=''
+_path_files:416> testpath=''
+_path_files:418> tmp2=''
+_path_files:419> tpre=omz-debug.log.z
+_path_files:421> tmp1=( /Users/lynn/ )
+_path_files:424> (( npathcheck = 0 ))
+_path_files:425> true
+_path_files:427> origtmp1=( /Users/lynn/ )
+_path_files:430> [[ omz-debug.log.z == */* ]]
+_path_files:434> PREFIX=omz-debug.log.z
+_path_files:435> SUFFIX=''
+_path_files:447> tmp2=( /Users/lynn/ )
+_path_files:449> [[ omz-debug.log.z == (#b)*/(*) ]]
+_path_files:462> [[ -g/ == *[/f]* ]]
+_path_files:463> compfiles -p tmp1 accex '' 'm:{a-zA-Z}={A-Za-z} m:{a-zA-Z}={A-Za-z}' '' fake '*'
+_path_files:467> tmp1=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:469> [[ -n omz-debug.log.z ]]
+_path_files:482> (( ! 15 && npathcheck == 0 ))
+_path_files:499> (( ! 15 ))
+_path_files:501> [[ /Users/lynn/Applications == */* ]]
+_path_files:502> [[ -n '' ]]
+_path_files:511> tmp2=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.zsh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:512> compadd -D tmp1 -M 'm:{a-zA-Z}={A-Za-z}' - Applications Code Desktop Documents Downloads Dropbox Library Movies Music Pictures Public omz-debug.log omz-debug.log.zsh screen-256color.ti xterm-256color.ti
+_path_files:522> (( ! 1 ))
+_path_files:570> [[ -n '' ]]
+_path_files:584> [[ omz-debug.log.z == */* ]]
+_path_files:586> [[ '' == */* ]]
+_path_files:590> break
+_path_files:609> tmp3=omz-debug.log.z
+_path_files:610> tpre=omz-debug.log.z
+_path_files:611> tsuf=''
+_path_files:612> [[ -n /Users/lynn/ ]]
+_path_files:613> tmp1=( omz-debug.log.zsh )
+_path_files:615> true
+_path_files:622> compfiles -r tmp1 omz-debug.log.z
+_path_files:623> tmp4=0
+_path_files:625> [[ omz-debug.log.z == */* ]]
+_path_files:630> tmp2=omz-debug.log.z
+_path_files:631> PREFIX='~/omz-debug.log.z'
+_path_files:632> SUFFIX=''
+_path_files:639> (( tmp4 ))
+_path_files:750> [[ omz-debug.log.z != */* ]]
+_path_files:751> tmp4=''
+_path_files:752> break
+_path_files:788> [[ -z '' ]]
+_path_files:791> [[ '' == */ ]]
+_path_files:832> [[ '' == */* ]]
+_path_files:836> PREFIX='~/omz-debug.log.z'
+_path_files:837> SUFFIX=''
+_path_files:839> tmp4=''
+_path_files:840> [[ -n '~/' ]]
+_path_files:841> compquote -p tmp4 tmp1
+_path_files:848> [[ -z '' && -n '' ]]
+_path_files:857> _list_files tmp1 /Users/lynn/
+_list_files:11> local stat f elt what dir
+_list_files:12> local -a stylevals
+_list_files:13> integer ok
+_list_files:15> listfiles=( )
+_list_files:16> listopts=( )
+_list_files:18> zstyle -a :completion::complete:mv:: file-list stylevals
+_list_files:18> return 1
+_path_files:858> compadd -Qf -p '~/' -s '' -W /Users/lynn/ -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'r:|/=* r:|=*' -a tmp1
+_path_files:874> [[ _matcher_num -eq 3 ]]
+_path_files:883> [[ nm -ne 'compstate[nmatches]' ]]
+_files:122> ret=0
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:25> return 1
+_files:140> (( ret ))
+_files:140> break
+_files:147> [[ '*' == \* ]]
+_files:147> return ret
+_default:15> return 0
+_dispatch:87> ret=0
+_dispatch:89> _compskip=''
+_dispatch:91> return ret
+_complete:117> ret=0
+_complete:142> _compskip=''
+_complete:144> return ret
+_main_complete:179> ret=0
+_main_complete:180> break 2
+_main_complete:189> curcontext=:::
+_main_complete:190> [[ '' == keep ]]
+_main_complete:196> nm=1
+_main_complete:199> [[ '' == keep || nm -gt 1 ]]
+_main_complete:314> [[ nm -lt 1 ]]
+_main_complete:317> [[ nm -eq 0 ]]
+_main_complete:337> zstyle -s :completion::::: show-ambiguity tmp
+_main_complete:345> [[ '' == always || '' == ?* ]]
+_main_complete:349> [[ '' == keep ]]
+_main_complete:355> (( 1 ))
+_main_complete:356> ZLS_COLORS=''
+_main_complete:363> funcs=( )
+_main_complete:364> comppostfuncs=( )
+_main_complete:369> _lastcomp=( list_lines 1 all_quotes '\' nmatches 1 restore auto context command vared '' unambiguous '~/omz-debug.log.zsh' list_max 100 unambiguous_cursor 20 list ambiguous insert_positions 42 unambiguous_positions 19 exact '' to_end match last_prompt yes pattern_insert menu ignored 0 insert automenu-unambiguous )
+_main_complete:370> _lastcomp[nmatches]=1
+_main_complete:371> _lastcomp[completer]=complete
+_main_complete:372> _lastcomp[prefix]='~/omz-debug.log.z'
+_main_complete:373> _lastcomp[suffix]=''
+_main_complete:374> _lastcomp[iprefix]=''
+_main_complete:375> _lastcomp[isuffix]=''
+_main_complete:376> _lastcomp[qiprefix]=''
+_main_complete:377> _lastcomp[qisuffix]=''
+_main_complete:378> _lastcomp[tags]=' all-files '
+_main_complete:380> return ret
mv ~/omz-debug.log.zsh ~/omz-debug.log.sh
+omz_termsupport_preexec:1> [[ '' == true ]]
+omz_termsupport_preexec:5> emulate -L zsh
+omz_termsupport_preexec:6> setopt extended_glob
+omz_termsupport_preexec:9> local 'CMD=mv'
+omz_termsupport_preexec:10> local 'LINE=mv ~/omz-debug.log.zsh ~/omz-debug.log.sh'
+omz_termsupport_preexec:12> title '$CMD' '%100>...>$LINE%<<'
+title:1> [[ '' == *term* ]]
+title:5> : '%100>...>$LINE%<<'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek\$CMD\e\'
+zsh:4> mv /Users/lynn/omz-debug.log.zsh /Users/lynn/omz-debug.log.sh
+omz_termsupport_precmd:1> [[ '' == true ]]
+omz_termsupport_precmd:5> title '%15<..<%~%<<' '%n@%m: %~'
+title:1> [[ '' == *term* ]]
+title:5> : '%n@%m: %~'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek%15\<..\<%~%\<\<\e\'
+omz_termsupport_cwd:3> [[ iTerm.app == Apple_Terminal ]]
+_main_complete:11> local 'IFS=
'
+_main_complete:25> eval 'local -A _comp_caller_options;
_comp_caller_options=(${(kv)options[@]});
setopt localoptions localtraps localpatterns ${_comp_options[@]};
local IFS=$'\'' \t\r\n\0'\''
enable -p \| \~ \( \? \* \[ \< \^ \#
exec </dev/null;
trap - ZERR
local -a reply
local REPLY'
+(eval):1> local -A _comp_caller_options
+(eval):2> _comp_caller_options=( posixargzero off autolist on printexitvalue off kshzerosubscript off histreduceblanks off chaselinks off extendedglob off localloops off histnostore off automenu on globcomplete off unset on listpacked off promptsubst on shwordsplit off pathdirs off kshtypeset off listtypes on warncreateglobal off promptbang off dotglob off braceexpand on listbeep on correctall off privileged off numericglobsort off histverify on trackall on histsubstpattern off cbases off rcquotes off posixaliases off histfindnodups off bashautolist off sharehistory on overstrike off kshautoload off incappendhistory on promptcr on mailwarn off pushdignoredups on interactive on ignoreeof off globsubst off rematchpcre off monitor on histsavebycopy on histbeep on debugbeforecmd on magicequalsubst off rmstarsilent off posixjobs off hashcmds on posixtraps off extendedhistory on notify on kshoptionprint off histexpiredupsfirst on glob on posixcd off braceccl off badpattern on longlistjobs on banghist on dvorak off alwaystoend on hashall on globalexport on ksharrays off correct off autonamedirs off histexpand on typesetsilent off rmstarwait off histnofunctions off autoparamslash on trapsasync off sunkeyboardhack off promptsp on histsavenodups off autocd on allexport off posixidentifiers off cshjunkiehistory off autopushd on completeinword on completealiases off aliases on autocontinue off appendhistory on singlelinezle off hashlistall on ignoreclosebraces off recexact off localoptions off interactivecomments off errexit off cshjunkiequotes off markdirs off hashdirs on cdablevars on rcexpandparam off vi off printeightbit off multifuncdef on xtrace on login off cshjunkieloops off histappend on histignorespace on evallineno on shfileexpansion off rcs on functionargzero on errreturn off combiningchars off histignoredups on histfcntllock off beep on autoremoveslash on hup on globdots off autoparamkeys on shnullcmd off multibyte on zle on promptpercent on flowcontrol off continueonerror off incappendhistorytime off autoresume off globassign off caseglob on shortloops on bsdecho off cprecedences off log on transientrprompt off verbose on localpatterns off ignorebraces off pipefail off equals on menucomplete off cshnullglob off casematch on promptvars on histallowclobber off bareglobqual on shinstdin on restricted off pushdminus on nullglob off chasedots off mailwarning off listambiguous on cshnullcmd off bashrematch off octalzeroes off forcefloat off exec on multios on emacs off nomatch on pathscript off localtraps off stdin on onecmd off kshglob off clobber on posixbuiltins off alwayslastprompt on pushdtohome off histignorealldups off hashexecutablesonly off pushdsilent off shoptionletters off physical off sourcetrace off histlexwords off bgnice on globalrcs on posixstrings off checkjobs on shglob off singlecommand off listrowsfirst off )
+(eval):3> setopt localoptions localtraps localpatterns bareglobqual extendedglob glob multibyte nullglob rcexpandparam unset NO_allexport NO_aliases NO_cshnullglob NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern NO_ignorebraces NO_ignoreclosebraces NO_kshglob NO_ksharrays NO_kshtypeset NO_markdirs NO_octalzeroes NO_shwordsplit NO_shglob NO_warncreateglobal
+(eval):4> local 'IFS=
'
+(eval):5> enable -p '|' '~' '(' '?' '*' '[' '<' '^' '#'
+(eval):7> trap - ZERR
+(eval):8> local -a reply
+(eval):9> local REPLY
+_main_complete:27> local func funcs 'ret=1' tmp _compskip format nm call match min max i num _completers _completer _completer_num curtag _comp_force_list _matchers _matcher _c_matcher _matcher_num _comp_tags _comp_mesg mesg str context state state_descr line opt_args val_args 'curcontext=' '_last_nmatches=-1' _last_menu_style _def_menu_style _menu_style sel '_tags_level=0' '_saved_exact=' '_saved_lastprompt=yes' '_saved_list=ambiguous' '_saved_insert=automenu-unambiguous' '_saved_colors=' '_saved_colors_set=1'
+_main_complete:42> local -a precommands
+_main_complete:44> typeset -U _lastdescr _comp_ignore _comp_colors
+_main_complete:46> [[ -z '' ]]
+_main_complete:46> curcontext=:::
+_main_complete:48> zstyle -s :completion::::: insert-tab tmp
+_main_complete:48> tmp=yes
+_main_complete:50> [[ yes == *pending(|[[:blank:]]*) || yes == *pending=(#b)([0-9]##)(|[[:blank:]]*) ]]
+_main_complete:58> [[ automenu-unambiguous == tab* ]]
+_main_complete:71> [[ -z '' ]]
+_main_complete:72> [[ -o equals ]]
+_main_complete:72> compset -P 1 '='
+_main_complete:74> [[ '~/omz' != */* ]]
+_main_complete:82> _setup default
+_setup:3> local val 'nm=0'
+_setup:5> [[ 1 -eq 1 ]]
+_setup:5> 2=default
+_setup:7> zstyle -a :completion:::::default list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ default == default ]]
+_setup:10> _comp_colors=( '' )
+_setup:26> zstyle -t :completion:::::default list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion:::::default list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion:::::default last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion:::::default accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 ]]
+_setup:61> zstyle -a :completion:::::default menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion:::::default force-list val
+_main_complete:83> _def_menu_style=( select )
+_main_complete:92> _last_menu_style=( )
+_main_complete:94> zstyle -s :completion:::::default list-prompt tmp
+_main_complete:98> zstyle -s :completion:::::default select-prompt tmp
+_main_complete:102> zstyle -s :completion:::::default select-scroll tmp
+_main_complete:109> (( 0 ))
+_main_complete:121> zstyle -a :completion::::: completer _completers
+_main_complete:122> _completers=( _complete _ignored )
+_main_complete:127> _completer_num=1
+_main_complete:130> integer 'SECONDS=0'
+_main_complete:131> trap 'zle -M "Killed by signal in ${funcstack[0]} after ${SECONDS}s";
zle -R; return 130' INT QUIT
+_main_complete:136> funcs=( )
+_main_complete:137> compprefuncs=( )
+_main_complete:142> tmp=_complete
+_main_complete:144> [[ -n '' ]]
+_main_complete:146> [[ _complete == *:-* ]]
+_main_complete:149> [[ _complete == *:* ]]
+_main_complete:153> _completer=complete
+_main_complete:156> curcontext=:complete::
+_main_complete:157> zstyle -t :completion::complete::: show-completer
+_main_complete:160> zstyle -a :completion::complete::: matcher-list _matchers
+_main_complete:163> _matcher_num=1
+_main_complete:164> _matcher=''
+_main_complete:165> _c_matcher=m:{a-zA-Z}={A-Za-z}
+_main_complete:166> [[ 'm:{a-zA-Z}={A-Za-z}' == +* ]]
+_main_complete:169> _matcher='m:{a-zA-Z}={A-Za-z}'
+_main_complete:172> _comp_mesg=''
+_main_complete:173> [[ -n '' ]]
+_main_complete:178> _complete
+_complete:7> local comp name oldcontext 'ret=1' service
+_complete:8> typeset -T 'curcontext=:complete::' ccarray
+_complete:10> oldcontext=:complete::
+_complete:14> [[ -n '' ]]
+_complete:96> comp=_first
+_complete:97> [[ -n _first ]]
+_complete:98> service=-first-
+_complete:99> ccarray[3]=-first-
+_complete:100> eval _first
+(eval):1> _first
+_complete:100> ret=0
+_complete:101> [[ '' == all ]]
+_complete:110> [[ -n '' ]]
+_complete:114> ret=1
+_complete:115> [[ command == command ]]
+_complete:116> curcontext=:complete::
+_complete:117> _normal -s
+_normal:3> local _comp_command1 _comp_command2 _comp_command skip
+_normal:5> [[ -s == -s ]]
+_normal:6> skip=( -s )
+_normal:16> [[ -o BANG_HIST && '~/omz' == !*: || '~/omz' == "!*: ]]
+_normal:29> [[ CURRENT -eq 1 ]]
+_normal:38> _set_command
+_set_command:6> local command
+_set_command:8> command=vim
+_set_command:10> [[ -z vim ]]
+_set_command:12> (( 0 + 1 ))
+_set_command:13> _comp_command1=vim
+_set_command:14> _comp_command=vim
+_normal:40> _dispatch -s vim vim '' -default-
+_dispatch:3> local comp pat val name i 'ret=1' '_compskip='
+_dispatch:4> local 'curcontext=:complete::' service str noskip
+_dispatch:5> local -a match mbegin mend
+_dispatch:9> [[ -s == -s ]]
+_dispatch:10> noskip=yes
+_dispatch:11> shift
+_dispatch:14> [[ -z yes ]]
+_dispatch:16> curcontext=:complete:vim:
+_dispatch:18> shift
+_dispatch:22> [[ '' != (all|*patterns*) ]]
+_dispatch:24> str=vim
+_dispatch:25> [[ -n vim ]]
+_dispatch:26> service=vim
+_dispatch:24> str=
+_dispatch:25> [[ -n '' ]]
+_dispatch:25> continue
+_dispatch:24> str=-default-
+_dispatch:25> [[ -n -default- ]]
+_dispatch:26> service=-default-
+_dispatch:45> ret=1
+_dispatch:46> str=vim
+_dispatch:47> [[ -n vim ]]
+_dispatch:51> str=vim
+_dispatch:52> name=vim
+_dispatch:53> comp=_vim
+_dispatch:54> service=vim
+_dispatch:56> [[ -z _vim ]]
+_dispatch:56> break
+_dispatch:61> [[ -n _vim && vim != -default- ]]
+_dispatch:62> _compskip=patterns
+_dispatch:63> eval _vim
+(eval):1> _vim
+_vim:3> (( 1 ))
+_vim:16> local 'curcontext=:complete:vim:' state line expl
+_vim:17> typeset -A opt_args
+_vim:19> local arguments
+_vim:21> arguments=( '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' )
+_vim:86> [[ vim != *g* ]]
+_vim:86> arguments+='-g[start with GUI]'
+_vim:87> [[ vim != r* ]]
+_vim:87> arguments+='-Z[restricted mode]'
+_vim:88> [[ vim != *diff ]]
+_vim:88> arguments+='(-v -e -E -s -y)-d[diff mode]'
+_vim:89> [[ vim != *view ]]
+_vim:89> arguments+='-R[readonly mode]'
+_vim:90> [[ vim == *g* ]]
+_vim:90> (( 0 ))
+_vim:101> _arguments -C -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:6> local long 'cmd=vim' descr odescr mesg subopts opt opt2 usecc autod
+_arguments:7> local 'oldcontext=:complete:vim:' hasopts rawret optarg singopt alwopt
+_arguments:8> local setnormarg start rest
+_arguments:9> local -a match mbegin mend
+_arguments:11> long=0
+_arguments:12> (( long ))
+_arguments:293> subopts=( )
+_arguments:294> singopt=( )
+_arguments:295> [[ -C == -(O*|[CRWnsw]) ]]
+_arguments:296> case -C (-C)
+_arguments:297> usecc=yes
+_arguments:297> shift
+_arguments:295> [[ -S == -(O*|[CRWnsw]) ]]
+_arguments:308> [[ '~/omz' == [-+] ]]
+_arguments:310> zstyle -s :completion::complete:vim::options auto-description autod
+_arguments:312> (( 62 ))
+_arguments:312> comparguments -i '' -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:313> local action noargs aret expl local tried 'ret=1'
+_arguments:314> local next direct odirect equal single matcher matched ws tmp1 tmp2 tmp3
+_arguments:315> local opts subc tc prefix suffix descrs actions subcs anum
+_arguments:316> local 'origpre=~/omz' 'origipre=' 'nm=0'
+_arguments:318> comparguments -D descrs actions subcs
+_arguments:319> comparguments -O next direct odirect equal
+_arguments:320> opts=yes
+_arguments:321> _tags argument-rest options
+_tags:3> local prev
+_tags:10> [[ argument-rest == -- ]]
+_tags:15> (( 2 ))
+_tags:19> local 'curcontext=:complete:vim:' order tag nodef tmp
+_tags:21> [[ argument-rest == -C?* ]]
+_tags:24> [[ argument-rest == -C ]]
+_tags:29> [[ argument-rest == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:: group-order order
+_tags:36> comptags -i :complete:vim: argument-rest options
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:: tag-order order
+_tags:44> (( ! 2 ))
+_tags:45> order=( '(|*-)argument-* (|*-)option[-+]* values' options )
+_tags:47> tag=(|*-)argument-* (|*-)option[-+]* values
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (-)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (!*)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (?*)
+_tags:51> comptry -m '(|*-)argument-* (|*-)option[-+]* values'
+_tags:47> tag=options
+_tags:48> case options (-)
+_tags:48> case options (!*)
+_tags:48> case options (?*)
+_tags:51> comptry -m options
+_tags:55> [[ -z '' ]]
+_tags:55> comptry argument-rest options
+_tags:60> comptags -T
+_tags:62> return
+_arguments:343> comparguments -M matcher
+_arguments:345> context=( )
+_arguments:346> state=( )
+_arguments:347> state_descr=( )
+_arguments:349> true
+_arguments:350> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_arguments:351> anum=1
+_arguments:352> [[ -z '' ]]
+_arguments:353> [[ anum -le 1 ]]
+_arguments:355> action=_vim_files
+_arguments:356> descr=file
+_arguments:357> subc=argument-rest
+_arguments:359> [[ argument-rest == argument* && -n '' ]]
+_arguments:363> [[ -n '' ]]
+_arguments:363> _requested argument-rest
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R argument-rest
+_requested:9> [[ 1 -gt 3 ]]
+_requested:11> [[ 1 -gt 1 ]]
+_requested:14> return 0
+_arguments:365> curcontext=:complete:vim:argument-rest
+_arguments:367> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_arguments:369> [[ _vim_files == \=\ * ]]
+_arguments:375> [[ _vim_files == -\>* ]]
+_arguments:390> [[ -z '' ]]
+_arguments:391> local line
+_arguments:392> typeset -A opt_args
+_arguments:393> local=yes
+_arguments:396> comparguments -W line opt_args
+_arguments:398> [[ _vim_files == \ # ]]
+_arguments:406> [[ _vim_files == \(\(*\)\) ]]
+_arguments:416> [[ _vim_files == \(*\) ]]
+_arguments:425> [[ _vim_files == {*} ]]
+_arguments:434> [[ _vim_files == \ * ]]
+_arguments:448> eval 'action=( _vim_files )'
+(eval):1> action=( _vim_files )
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:9> (( 8 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=8
+_next_label:11> _comp_tags=' argument-rest '
+_next_label:12> [[ argument-rest == *[^\\]:* ]]
+_next_label:18> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_arguments:450> _vim_files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_vim_files:1> case ~/omz (+*)
+_vim_files:1> case ~/omz ((scp|http(|s)|(|s)ftp):*)
+_vim_files:1> case ~/omz (*)
+_vim_files:4> _files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_files:3> local opts tmp glob pat pats expl tag i def descr end ign 'ret=1' match tried
+_files:4> local type sdef ignvars ignvar prepath oprefix rfiles rfile
+_files:6> zparseopts -a opts '/=tmp' 'f=tmp' 'g+:-=tmp' q n 1 2 P: S: r: R: W: X+: M+: F: J+: V+:
+_files:9> type=''
+_files:10> (( 0 ))
+_files:19> tmp=0
+_files:20> (( tmp ))
+_files:32> ign=( )
+_files:35> zstyle -a :completion::complete:vim:argument-rest: file-patterns tmp
+_files:46> zstyle -t :completion::complete:vim:argument-rest: list-dirs-first
+_files:64> [[ '' == *g* ]]
+_files:84> [[ '' == */* ]]
+_files:87> pats=( '*:all-files ' )
+_files:91> tried=( )
+_files:92> def=*:all-files
+_files:93> eval 'def=( \*:all-files )'
+(eval):1> def=( '*:all-files' )
+_files:95> tmp='*:'
+_files:96> (( 0 ))
+_files:97> tried=( '*:' )
+_files:99> sdef=*:all-files
+_files:101> tag=all-files
+_files:102> pat='*'
+_files:104> [[ '*:all-files' == *:all-files:* ]]
+_files:107> (( 0 ))
+_files:110> descr=file
+_files:112> end=yes
+_files:115> _tags all-files
+_tags:3> local prev
+_tags:10> [[ all-files == -- ]]
+_tags:15> (( 1 ))
+_tags:19> local 'curcontext=:complete:vim:argument-rest' order tag nodef tmp
+_tags:21> [[ all-files == -C?* ]]
+_tags:24> [[ all-files == -C ]]
+_tags:29> [[ all-files == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:argument-rest: group-order order
+_tags:36> comptags -i :complete:vim:argument-rest all-files
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:argument-rest: tag-order order
+_tags:44> (( ! 0 ))
+_tags:55> [[ -z '' ]]
+_tags:55> comptry all-files
+_tags:60> comptags -T
+_tags:62> return
+_files:116> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_files:117> _comp_ignore=( )
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:9> (( 10 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=10
+_next_label:11> _comp_tags=' all-files '
+_next_label:12> [[ all-files == *[^\\]:* ]]
+_next_label:18> _description all-files expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:all-files group-name gname
+_description:18> _setup all-files -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:all-files list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ all-files == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:all-files list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:all-files list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:all-files last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:all-files accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:all-files menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:all-files force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:all-files format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:all-files hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:all-files matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:all-files sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:all-files ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:all-files ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=all-files
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_files:119> _comp_ignore=( )
+_files:120> [[ -n yes ]]
+_files:121> _path_files -g '*' -M 'm:{a-zA-Z}={A-Za-z}' -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_path_files:3> local -a match mbegin mend
+_path_files:17> _have_glob_qual '~/omz'
+_have_glob_qual:14> local complete
+_have_glob_qual:16> [[ '' == complete ]]
+_have_glob_qual:18> [[ -z '' && on == on && '~/omz' == (#b)(((*[^\\\$]|)(\\\\)#)\()([^\)\|\~]#) || off == on ]]
+_path_files:38> local linepath realpath donepath prepath testpath exppath skips skipped
+_path_files:39> local tmp1 tmp2 tmp3 tmp4 i orig eorig pre suf tpre tsuf opre osuf cpre
+_path_files:40> local pats haspats ignore pfx pfxsfx sopt gopt opt sdirs ignpar cfopt listsfx
+_path_files:41> local 'nm=0' menu matcher mopts sort mid accex fake
+_path_files:42> local listfiles listopts tmpdisp origtmp1 Uopt
+_path_files:43> local accept_exact_dirs path_completion
+_path_files:44> integer npathcheck
+_path_files:45> local -a Mopts
+_path_files:47> typeset -U prepaths exppaths
+_path_files:49> exppaths=( )
+_path_files:53> zparseopts -a mopts 'P:=pfx' 'S:=pfxsfx' 'q=pfxsfx' 'r:=pfxsfx' 'R:=pfxsfx' 'W:=prepaths' 'F:=ignore' 'M+:=matcher' J+: V+: X+: 1 2 n 'f=tmp1' '/=tmp1' 'g+:-=tmp1'
+_path_files:58> sopt=-g
+_path_files:59> (( 1 ))
+_path_files:59> haspats=yes
+_path_files:60> (( 1 ))
+_path_files:60> gopt=yes
+_path_files:61> (( 0 ))
+_path_files:65> pats='*'
+_path_files:66> pats=( '*' )
+_path_files:68> pats=( '*' )
+_path_files:70> (( 0 ))
+_path_files:74> (( 0 ))
+_path_files:86> prepaths=( '' )
+_path_files:89> (( 0 ))
+_path_files:100> [[ -g == -(f|) ]]
+_path_files:109> (( ! 3 ))
+_path_files:130> [[ -z '' && 0 -eq 0 && -z yes || '*' == \ #\*\ # && -n '' ]]
+_path_files:134> (( 0 ))
+_path_files:139> [[ 4 -eq 0 ]]
+_path_files:145> (( 4 ))
+_path_files:147> mopts=( -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' )
+_path_files:150> zstyle -s :completion::complete:vim:argument-rest: file-sort tmp1
+_path_files:185> zstyle -t :completion::complete:vim:argument-rest:paths squeeze-slashes
+_path_files:188> skips='((.|..)/)##'
+_path_files:191> zstyle -s :completion::complete:vim:argument-rest:paths special-dirs sdirs
+_path_files:192> zstyle -t :completion::complete:vim:argument-rest:paths list-suffixes
+_path_files:195> [[ '*' == ((|*[[:blank:]])\*(|[[:blank:]]*|\([^[:blank:]]##\))|*\([^[:blank:]]#/[^[:blank:]]#\)*) ]]
+_path_files:196> sopt=-g/
+_path_files:198> zstyle -a :completion::complete:vim:argument-rest:paths accept-exact accex
+_path_files:199> zstyle -a :completion::complete:vim:argument-rest: fake-files fake
+_path_files:201> zstyle -s :completion::complete:vim:argument-rest: ignore-parents ignpar
+_path_files:203> zstyle -t :completion::complete:vim:argument-rest:paths accept-exact-dirs
+_path_files:205> zstyle -T :completion::complete:vim:argument-rest:paths path-completion
+_path_files:206> path_completion=1
+_path_files:208> [[ -n '' ]]
+_path_files:236> pre='~/omz'
+_path_files:237> suf=''
+_path_files:238> opre='~/omz'
+_path_files:239> osuf=''
+_path_files:240> orig='~/omz'
+_path_files:241> eorig='~/omz'
+_path_files:243> [[ automenu-unambiguous == (*menu|[0-9]*) || -n '' || -n '' ]]
+_path_files:246> [[ -n '' ]]
+_path_files:250> Mopts=( -M 'r:|/=* r:|=*' )
+_path_files:255> [[ '~/omz' == [^][*?#^\|\<\>\\]#(`[^`]#`|\$)*/* ]]
+_path_files:276> [[ '~' == \~ && -z '' ]]
+_path_files:285> linepath=''
+_path_files:286> [[ -z '' ]]
+_path_files:287> realpath=/Users/lynn/
+_path_files:316> linepath='~/'
+_path_files:317> [[ /Users/lynn/ == \~/ ]]
+_path_files:318> pre=omz
+_path_files:319> orig=omz
+_path_files:320> donepath=''
+_path_files:321> prepaths=( '' )
+_path_files:358> prepath=
+_path_files:364> skipped=''
+_path_files:365> cpre=''
+_path_files:367> [[ -n '' || -z 1 ]]
+_path_files:407> tpre=omz
+_path_files:408> tsuf=''
+_path_files:416> testpath=''
+_path_files:418> tmp2=''
+_path_files:419> tpre=omz
+_path_files:421> tmp1=( /Users/lynn/ )
+_path_files:424> (( npathcheck = 0 ))
+_path_files:425> true
+_path_files:427> origtmp1=( /Users/lynn/ )
+_path_files:430> [[ omz == */* ]]
+_path_files:434> PREFIX=omz
+_path_files:435> SUFFIX=''
+_path_files:447> tmp2=( /Users/lynn/ )
+_path_files:449> [[ omz == (#b)*/(*) ]]
+_path_files:462> [[ -g/ == *[/f]* ]]
+_path_files:463> compfiles -p tmp1 accex '' 'm:{a-zA-Z}={A-Za-z} m:{a-zA-Z}={A-Za-z}' '' fake '*'
+_path_files:467> tmp1=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.sh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:469> [[ -n omz ]]
+_path_files:482> (( ! 15 && npathcheck == 0 ))
+_path_files:499> (( ! 15 ))
+_path_files:501> [[ /Users/lynn/Applications == */* ]]
+_path_files:502> [[ -n '' ]]
+_path_files:511> tmp2=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.sh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:512> compadd -D tmp1 -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' - Applications Code Desktop Documents Downloads Dropbox Library Movies Music Pictures Public omz-debug.log omz-debug.log.sh screen-256color.ti xterm-256color.ti
+_path_files:522> (( ! 2 ))
+_path_files:570> [[ -n '' ]]
+_path_files:584> [[ omz == */* ]]
+_path_files:586> [[ '' == */* ]]
+_path_files:590> break
+_path_files:609> tmp3=omz
+_path_files:610> tpre=omz
+_path_files:611> tsuf=''
+_path_files:612> [[ -n /Users/lynn/ ]]
+_path_files:613> tmp1=( omz-debug.log omz-debug.log.sh )
+_path_files:615> true
+_path_files:622> compfiles -r tmp1 omz
+_path_files:623> tmp4=1
+_path_files:625> [[ omz == */* ]]
+_path_files:630> tmp2=omz
+_path_files:631> PREFIX='~/omz'
+_path_files:632> SUFFIX=''
+_path_files:639> (( tmp4 ))
+_path_files:648> tmp2=''
+_path_files:649> [[ -n '~/' ]]
+_path_files:650> compquote -p tmp2 tmp1
+_path_files:658> [[ -z '' && '' == \* ]]
+_path_files:668> [[ -z automenu-unambiguous ]]
+_path_files:669> zstyle -t :completion::complete:vim:argument-rest:paths expand suffix
+_path_files:670> [[ -z '' && -n '' || -z '' ]]
+_path_files:676> (( tmp4 ))
+_path_files:676> zstyle -t :completion::complete:vim:argument-rest:paths ambiguous
+_path_files:678> [[ omz == */* ]]
+_path_files:704> _list_files tmp1 /Users/lynn/
+_list_files:11> local stat f elt what dir
+_list_files:12> local -a stylevals
+_list_files:13> integer ok
+_list_files:15> listfiles=( )
+_list_files:16> listopts=( )
+_list_files:18> zstyle -a :completion::complete:vim:argument-rest: file-list stylevals
+_list_files:18> return 1
+_path_files:705> compadd -Qf -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' -p '~/' -s '' -W /Users/lynn/ -M 'r:|/=* r:|=*' -a tmp1
+_path_files:742> tmp4=-
+_path_files:744> break
+_path_files:788> [[ -z - ]]
+_path_files:874> [[ _matcher_num -eq 3 ]]
+_path_files:883> [[ nm -ne 'compstate[nmatches]' ]]
+_files:122> ret=0
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:25> return 1
+_files:140> (( ret ))
+_files:140> break
+_files:147> [[ '*' == \* ]]
+_files:147> return ret
+_vim_files:6> case ~/omz (+)
+_vim_files:6> case ~/omz (+<1->)
+_arguments:450> ret=0
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:25> return 1
+_arguments:452> (( ret ))
+_arguments:453> tried=yes
+_arguments:353> [[ anum -le 1 ]]
+_arguments:459> _requested options
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R options
+_requested:16> return 1
+_arguments:521> [[ -n yes && '~/omz' != [-+]* ]]
+_arguments:521> break
+_arguments:523> [[ -n yes && -z '' && -z '' && -z yes || -n '' ]]
+_arguments:551> break
+_arguments:554> [[ -z '' ]]
+_arguments:554> curcontext=:complete:vim:
+_arguments:556> [[ -n '' ]]
+_arguments:567> [[ -n '' ]]
+_arguments:571> [[ nm -ne 2 ]]
+_vim:101> return
+_dispatch:63> ret=0
+_dispatch:64> [[ patterns == (all|*patterns*) ]]
+_dispatch:64> return ret
+_complete:117> ret=0
+_complete:142> _compskip=''
+_complete:144> return ret
+_main_complete:179> ret=0
+_main_complete:180> break 2
+_main_complete:189> curcontext=:::
+_main_complete:190> [[ '' == keep ]]
+_main_complete:196> nm=2
+_main_complete:199> [[ '' == keep || nm -gt 1 ]]
+_main_complete:200> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_main_complete:201> _menu_style=( select '' )
+_main_complete:203> tmp=3
+_main_complete:205> _menu_style=( select '' select )
+_main_complete:207> [[ ambiguous == *list ]]
+_main_complete:211> [[ automenu-unambiguous == automenu-unambiguous ]]
+_main_complete:212> [[ -n automenu-unambiguous && -n '' ]]
+_main_complete:216> sel=( )
+_main_complete:218> (( 0 ))
+_main_complete:234> sel=( )
+_main_complete:236> (( 0 ))
+_main_complete:252> [[ -n '' || -n '' ]]
+_main_complete:256> [[ -n '' ]]
+_main_complete:258> [[ -n '' ]]
+_main_complete:265> [[ automenu-unambiguous == *menu* ]]
+_main_complete:266> [[ 0 == 00 ]]
+_main_complete:267> [[ -n '' ]]
+_main_complete:269> [[ -n '' ]]
+_main_complete:275> [[ 0 != 00 ]]
+_main_complete:276> sel=( select select )
+_main_complete:278> (( 2 ))
+_main_complete:279> min=9999999
+_main_complete:280> i=select
+_main_complete:281> [[ select == *=[0-9]* ]]
+_main_complete:284> [[ select != *=* ]]
+_main_complete:285> num=0
+_main_complete:289> [[ num -lt min ]]
+_main_complete:289> min=0
+_main_complete:291> (( min ))
+_main_complete:291> break
+_main_complete:294> zmodload -i zsh/complist
+_main_complete:295> MENUSELECT=0
+_main_complete:300> [[ -n 0 ]]
+_main_complete:301> [[ -n '' ]]
+_main_complete:303> [[ -n '' ]]
+_main_complete:310> unset MENUMODE
+_main_complete:337> zstyle -s :completion::::: show-ambiguity tmp
+_main_complete:345> [[ '' == always || '' == ?* ]]
+_main_complete:349> [[ '' == keep ]]
+_main_complete:355> (( 1 ))
+_main_complete:356> ZLS_COLORS=''
+_main_complete:363> funcs=( )
+_main_complete:364> comppostfuncs=( )
+_main_complete:369> _lastcomp=( list_lines 1 all_quotes '\' nmatches 2 restore auto context command vared '' unambiguous '~/omz-debug.log' list_max 100 unambiguous_cursor 16 list ambiguous insert_positions 19 unambiguous_positions 15 exact '' to_end match last_prompt yes pattern_insert menu ignored 0 insert automenu-unambiguous )
+_main_complete:370> _lastcomp[nmatches]=2
+_main_complete:371> _lastcomp[completer]=complete
+_main_complete:372> _lastcomp[prefix]='~/omz'
+_main_complete:373> _lastcomp[suffix]=''
+_main_complete:374> _lastcomp[iprefix]=''
+_main_complete:375> _lastcomp[isuffix]=''
+_main_complete:376> _lastcomp[qiprefix]=''
+_main_complete:377> _lastcomp[qisuffix]=''
+_main_complete:378> _lastcomp[tags]=' all-files '
+_main_complete:380> return ret
+_main_complete:11> local 'IFS=
'
+_main_complete:25> eval 'local -A _comp_caller_options;
_comp_caller_options=(${(kv)options[@]});
setopt localoptions localtraps localpatterns ${_comp_options[@]};
local IFS=$'\'' \t\r\n\0'\''
enable -p \| \~ \( \? \* \[ \< \^ \#
exec </dev/null;
trap - ZERR
local -a reply
local REPLY'
+(eval):1> local -A _comp_caller_options
+(eval):2> _comp_caller_options=( posixargzero off autolist on printexitvalue off kshzerosubscript off histreduceblanks off chaselinks off extendedglob off localloops off histnostore off automenu on globcomplete off unset on listpacked off promptsubst on shwordsplit off pathdirs off kshtypeset off listtypes on warncreateglobal off promptbang off dotglob off braceexpand on listbeep on correctall off privileged off numericglobsort off histverify on trackall on histsubstpattern off cbases off rcquotes off posixaliases off histfindnodups off bashautolist off sharehistory on overstrike off kshautoload off incappendhistory on promptcr on mailwarn off pushdignoredups on interactive on ignoreeof off globsubst off rematchpcre off monitor on histsavebycopy on histbeep on debugbeforecmd on magicequalsubst off rmstarsilent off posixjobs off hashcmds on posixtraps off extendedhistory on notify on kshoptionprint off histexpiredupsfirst on glob on posixcd off braceccl off badpattern on longlistjobs on banghist on dvorak off alwaystoend on hashall on globalexport on ksharrays off correct off autonamedirs off histexpand on typesetsilent off rmstarwait off histnofunctions off autoparamslash on trapsasync off sunkeyboardhack off promptsp on histsavenodups off autocd on allexport off posixidentifiers off cshjunkiehistory off autopushd on completeinword on completealiases off aliases on autocontinue off appendhistory on singlelinezle off hashlistall on ignoreclosebraces off recexact off localoptions off interactivecomments off errexit off cshjunkiequotes off markdirs off hashdirs on cdablevars on rcexpandparam off vi off printeightbit off multifuncdef on xtrace on login off cshjunkieloops off histappend on histignorespace on evallineno on shfileexpansion off rcs on functionargzero on errreturn off combiningchars off histignoredups on histfcntllock off beep on autoremoveslash on hup on globdots off autoparamkeys on shnullcmd off multibyte on zle on promptpercent on flowcontrol off continueonerror off incappendhistorytime off autoresume off globassign off caseglob on shortloops on bsdecho off cprecedences off log on transientrprompt off verbose on localpatterns off ignorebraces off pipefail off equals on menucomplete off cshnullglob off casematch on promptvars on histallowclobber off bareglobqual on shinstdin on restricted off pushdminus on nullglob off chasedots off mailwarning off listambiguous on cshnullcmd off bashrematch off octalzeroes off forcefloat off exec on multios on emacs off nomatch on pathscript off localtraps off stdin on onecmd off kshglob off clobber on posixbuiltins off alwayslastprompt on pushdtohome off histignorealldups off hashexecutablesonly off pushdsilent off shoptionletters off physical off sourcetrace off histlexwords off bgnice on globalrcs on posixstrings off checkjobs on shglob off singlecommand off listrowsfirst off )
+(eval):3> setopt localoptions localtraps localpatterns bareglobqual extendedglob glob multibyte nullglob rcexpandparam unset NO_allexport NO_aliases NO_cshnullglob NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern NO_ignorebraces NO_ignoreclosebraces NO_kshglob NO_ksharrays NO_kshtypeset NO_markdirs NO_octalzeroes NO_shwordsplit NO_shglob NO_warncreateglobal
+(eval):4> local 'IFS=
'
+(eval):5> enable -p '|' '~' '(' '?' '*' '[' '<' '^' '#'
+(eval):7> trap - ZERR
+(eval):8> local -a reply
+(eval):9> local REPLY
+_main_complete:27> local func funcs 'ret=1' tmp _compskip format nm call match min max i num _completers _completer _completer_num curtag _comp_force_list _matchers _matcher _c_matcher _matcher_num _comp_tags _comp_mesg mesg str context state state_descr line opt_args val_args 'curcontext=' '_last_nmatches=-1' _last_menu_style _def_menu_style _menu_style sel '_tags_level=0' '_saved_exact=' '_saved_lastprompt=yes' '_saved_list=ambiguous' '_saved_insert=automenu-unambiguous' '_saved_colors=' '_saved_colors_set=1'
+_main_complete:42> local -a precommands
+_main_complete:44> typeset -U _lastdescr _comp_ignore _comp_colors
+_main_complete:46> [[ -z '' ]]
+_main_complete:46> curcontext=:::
+_main_complete:48> zstyle -s :completion::::: insert-tab tmp
+_main_complete:48> tmp=yes
+_main_complete:50> [[ yes == *pending(|[[:blank:]]*) || yes == *pending=(#b)([0-9]##)(|[[:blank:]]*) ]]
+_main_complete:58> [[ automenu-unambiguous == tab* ]]
+_main_complete:71> [[ -z '' ]]
+_main_complete:72> [[ -o equals ]]
+_main_complete:72> compset -P 1 '='
+_main_complete:74> [[ '~/omz-debug.log.s' != */* ]]
+_main_complete:82> _setup default
+_setup:3> local val 'nm=0'
+_setup:5> [[ 1 -eq 1 ]]
+_setup:5> 2=default
+_setup:7> zstyle -a :completion:::::default list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ default == default ]]
+_setup:10> _comp_colors=( '' )
+_setup:26> zstyle -t :completion:::::default list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion:::::default list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion:::::default last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion:::::default accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 ]]
+_setup:61> zstyle -a :completion:::::default menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion:::::default force-list val
+_main_complete:83> _def_menu_style=( select )
+_main_complete:92> _last_menu_style=( )
+_main_complete:94> zstyle -s :completion:::::default list-prompt tmp
+_main_complete:98> zstyle -s :completion:::::default select-prompt tmp
+_main_complete:102> zstyle -s :completion:::::default select-scroll tmp
+_main_complete:109> (( 0 ))
+_main_complete:121> zstyle -a :completion::::: completer _completers
+_main_complete:122> _completers=( _complete _ignored )
+_main_complete:127> _completer_num=1
+_main_complete:130> integer 'SECONDS=0'
+_main_complete:131> trap 'zle -M "Killed by signal in ${funcstack[0]} after ${SECONDS}s";
zle -R; return 130' INT QUIT
+_main_complete:136> funcs=( )
+_main_complete:137> compprefuncs=( )
+_main_complete:142> tmp=_complete
+_main_complete:144> [[ -n '' ]]
+_main_complete:146> [[ _complete == *:-* ]]
+_main_complete:149> [[ _complete == *:* ]]
+_main_complete:153> _completer=complete
+_main_complete:156> curcontext=:complete::
+_main_complete:157> zstyle -t :completion::complete::: show-completer
+_main_complete:160> zstyle -a :completion::complete::: matcher-list _matchers
+_main_complete:163> _matcher_num=1
+_main_complete:164> _matcher=''
+_main_complete:165> _c_matcher=m:{a-zA-Z}={A-Za-z}
+_main_complete:166> [[ 'm:{a-zA-Z}={A-Za-z}' == +* ]]
+_main_complete:169> _matcher='m:{a-zA-Z}={A-Za-z}'
+_main_complete:172> _comp_mesg=''
+_main_complete:173> [[ -n '' ]]
+_main_complete:178> _complete
+_complete:7> local comp name oldcontext 'ret=1' service
+_complete:8> typeset -T 'curcontext=:complete::' ccarray
+_complete:10> oldcontext=:complete::
+_complete:14> [[ -n '' ]]
+_complete:96> comp=_first
+_complete:97> [[ -n _first ]]
+_complete:98> service=-first-
+_complete:99> ccarray[3]=-first-
+_complete:100> eval _first
+(eval):1> _first
+_complete:100> ret=0
+_complete:101> [[ '' == all ]]
+_complete:110> [[ -n '' ]]
+_complete:114> ret=1
+_complete:115> [[ command == command ]]
+_complete:116> curcontext=:complete::
+_complete:117> _normal -s
+_normal:3> local _comp_command1 _comp_command2 _comp_command skip
+_normal:5> [[ -s == -s ]]
+_normal:6> skip=( -s )
+_normal:16> [[ -o BANG_HIST && '~/omz-debug.log.s' == !*: || '~/omz-debug.log.s' == "!*: ]]
+_normal:29> [[ CURRENT -eq 1 ]]
+_normal:38> _set_command
+_set_command:6> local command
+_set_command:8> command=vim
+_set_command:10> [[ -z vim ]]
+_set_command:12> (( 0 + 1 ))
+_set_command:13> _comp_command1=vim
+_set_command:14> _comp_command=vim
+_normal:40> _dispatch -s vim vim '' -default-
+_dispatch:3> local comp pat val name i 'ret=1' '_compskip='
+_dispatch:4> local 'curcontext=:complete::' service str noskip
+_dispatch:5> local -a match mbegin mend
+_dispatch:9> [[ -s == -s ]]
+_dispatch:10> noskip=yes
+_dispatch:11> shift
+_dispatch:14> [[ -z yes ]]
+_dispatch:16> curcontext=:complete:vim:
+_dispatch:18> shift
+_dispatch:22> [[ '' != (all|*patterns*) ]]
+_dispatch:24> str=vim
+_dispatch:25> [[ -n vim ]]
+_dispatch:26> service=vim
+_dispatch:24> str=
+_dispatch:25> [[ -n '' ]]
+_dispatch:25> continue
+_dispatch:24> str=-default-
+_dispatch:25> [[ -n -default- ]]
+_dispatch:26> service=-default-
+_dispatch:45> ret=1
+_dispatch:46> str=vim
+_dispatch:47> [[ -n vim ]]
+_dispatch:51> str=vim
+_dispatch:52> name=vim
+_dispatch:53> comp=_vim
+_dispatch:54> service=vim
+_dispatch:56> [[ -z _vim ]]
+_dispatch:56> break
+_dispatch:61> [[ -n _vim && vim != -default- ]]
+_dispatch:62> _compskip=patterns
+_dispatch:63> eval _vim
+(eval):1> _vim
+_vim:3> (( 1 ))
+_vim:16> local 'curcontext=:complete:vim:' state line expl
+_vim:17> typeset -A opt_args
+_vim:19> local arguments
+_vim:21> arguments=( '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' )
+_vim:86> [[ vim != *g* ]]
+_vim:86> arguments+='-g[start with GUI]'
+_vim:87> [[ vim != r* ]]
+_vim:87> arguments+='-Z[restricted mode]'
+_vim:88> [[ vim != *diff ]]
+_vim:88> arguments+='(-v -e -E -s -y)-d[diff mode]'
+_vim:89> [[ vim != *view ]]
+_vim:89> arguments+='-R[readonly mode]'
+_vim:90> [[ vim == *g* ]]
+_vim:90> (( 0 ))
+_vim:101> _arguments -C -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:6> local long 'cmd=vim' descr odescr mesg subopts opt opt2 usecc autod
+_arguments:7> local 'oldcontext=:complete:vim:' hasopts rawret optarg singopt alwopt
+_arguments:8> local setnormarg start rest
+_arguments:9> local -a match mbegin mend
+_arguments:11> long=0
+_arguments:12> (( long ))
+_arguments:293> subopts=( )
+_arguments:294> singopt=( )
+_arguments:295> [[ -C == -(O*|[CRWnsw]) ]]
+_arguments:296> case -C (-C)
+_arguments:297> usecc=yes
+_arguments:297> shift
+_arguments:295> [[ -S == -(O*|[CRWnsw]) ]]
+_arguments:308> [[ '~/omz-debug.log.s' == [-+] ]]
+_arguments:310> zstyle -s :completion::complete:vim::options auto-description autod
+_arguments:312> (( 62 ))
+_arguments:312> comparguments -i '' -S '( -e -E -s -d -y)-v[vi mode]' '(-v -E -d -y)-e[ex mode]' '(-v -e -d -y)-E[improved ex mode]' '(-v -e -E -s -d )-y[easy mode]' '-m[modifications (writing files) not allowed]' '-M[modifications in text not allowed]' '-b[binary mode]' '-l[lisp mode]' '-C[start in compatible mode]' '-N[start in incompatible mode]' '(--nofork -f)--nofork[do not detach the GUI version from the shell]' '(--nofork -f)-f[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
1\:"display when viminfo file is read or written"
2\:"display sourced files"
5\:"display every searched tag-file"
8\:"display files that trigger autocommands"
9\:"display every triggered autocommand (default)"
12\:"display every executed function"
13\:"report every thrown, caught, finished, or discarded exception"
14\:"display anything pending in a \:finally clause"
15\:"display every executed ex-command"))' '-D[debugging mode]' '-n[no swap file (memory only)]' '-nb[start as NetBean server]' '-r[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '-L[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"' '( -H -F)-A[start in Arabic mode]' '(-A -F)-H[start in Hebrew mode]' '(-A -H )-F[start in Farsi mode]' '-T[set terminal type]:::_terminals' '-u[use given vimrc file instead of default .vimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '-p-[number of tabs to open (default: one for each file)]::tab count: ' '(* -t)-q-[quickfix file]:*:file:_vim_files' '*--cmd[execute given command before loading any RC files]:command: ' '-c[execute given command after loading the first file]:command: ' '-S[source a session file after loading the first file]:session file:_files' '-s[read normal-mode commands from script file]:script file:_files' '-w[append all typed commands to given file]:output file:_files' '-W[write all typed commands to given file, overwriting existing file]:output file:_files' '-x[edit encrypted files]' '-X[do not connect to X server]' '--remote[edit given files in a vim server if possible]:*:file:_vim_files' '--remote-silent[as --remote but without complaining if not possible]:*:file:_vim_files' '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files' '--remote-send[send given keys to vim server if possible]:keys: ' '--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files' '--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files' '--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files' '--remote-expr[evaluate given expression in a vim server and print result]:expression: ' '--literal[do not expand wildcards in arguments (this is useless with ZSH)]' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name:->server' '--startuptime[write startup timing messages to given file]:log file:_files' '--socketid[run GVIM in another window]' '-i[use given viminfo file instead of default .viminfo]:viminfo file:_files' '(- *)-h[print help and exit]' '(- *)--help[print help and exit]' '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' '-g[start with GUI]' '-Z[restricted mode]' '(-v -e -E -s -y)-d[diff mode]' '-R[readonly mode]'
+_arguments:313> local action noargs aret expl local tried 'ret=1'
+_arguments:314> local next direct odirect equal single matcher matched ws tmp1 tmp2 tmp3
+_arguments:315> local opts subc tc prefix suffix descrs actions subcs anum
+_arguments:316> local 'origpre=~/omz-debug.log.s' 'origipre=' 'nm=0'
+_arguments:318> comparguments -D descrs actions subcs
+_arguments:319> comparguments -O next direct odirect equal
+_arguments:320> opts=yes
+_arguments:321> _tags argument-rest options
+_tags:3> local prev
+_tags:10> [[ argument-rest == -- ]]
+_tags:15> (( 2 ))
+_tags:19> local 'curcontext=:complete:vim:' order tag nodef tmp
+_tags:21> [[ argument-rest == -C?* ]]
+_tags:24> [[ argument-rest == -C ]]
+_tags:29> [[ argument-rest == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:: group-order order
+_tags:36> comptags -i :complete:vim: argument-rest options
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:: tag-order order
+_tags:44> (( ! 2 ))
+_tags:45> order=( '(|*-)argument-* (|*-)option[-+]* values' options )
+_tags:47> tag=(|*-)argument-* (|*-)option[-+]* values
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (-)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (!*)
+_tags:48> case (|*-)argument-* (|*-)option[-+]* values (?*)
+_tags:51> comptry -m '(|*-)argument-* (|*-)option[-+]* values'
+_tags:47> tag=options
+_tags:48> case options (-)
+_tags:48> case options (!*)
+_tags:48> case options (?*)
+_tags:51> comptry -m options
+_tags:55> [[ -z '' ]]
+_tags:55> comptry argument-rest options
+_tags:60> comptags -T
+_tags:62> return
+_arguments:343> comparguments -M matcher
+_arguments:345> context=( )
+_arguments:346> state=( )
+_arguments:347> state_descr=( )
+_arguments:349> true
+_arguments:350> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_arguments:351> anum=1
+_arguments:352> [[ -z '' ]]
+_arguments:353> [[ anum -le 1 ]]
+_arguments:355> action=_vim_files
+_arguments:356> descr=file
+_arguments:357> subc=argument-rest
+_arguments:359> [[ argument-rest == argument* && -n '' ]]
+_arguments:363> [[ -n '' ]]
+_arguments:363> _requested argument-rest
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R argument-rest
+_requested:9> [[ 1 -gt 3 ]]
+_requested:11> [[ 1 -gt 1 ]]
+_requested:14> return 0
+_arguments:365> curcontext=:complete:vim:argument-rest
+_arguments:367> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_arguments:369> [[ _vim_files == \=\ * ]]
+_arguments:375> [[ _vim_files == -\>* ]]
+_arguments:390> [[ -z '' ]]
+_arguments:391> local line
+_arguments:392> typeset -A opt_args
+_arguments:393> local=yes
+_arguments:396> comparguments -W line opt_args
+_arguments:398> [[ _vim_files == \ # ]]
+_arguments:406> [[ _vim_files == \(\(*\)\) ]]
+_arguments:416> [[ _vim_files == \(*\) ]]
+_arguments:425> [[ _vim_files == {*} ]]
+_arguments:434> [[ _vim_files == \ * ]]
+_arguments:448> eval 'action=( _vim_files )'
+(eval):1> action=( _vim_files )
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:9> (( 8 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=8
+_next_label:11> _comp_tags=' argument-rest '
+_next_label:12> [[ argument-rest == *[^\\]:* ]]
+_next_label:18> _description argument-rest expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:argument-rest group-name gname
+_description:18> _setup argument-rest -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:argument-rest list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ argument-rest == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:argument-rest list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:argument-rest last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:argument-rest accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:argument-rest menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:argument-rest force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:argument-rest format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:argument-rest hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:argument-rest matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:argument-rest sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:argument-rest ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:argument-rest ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=argument-rest
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:argument-rest fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_arguments:450> _vim_files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_vim_files:1> case ~/omz-debug.log.s (+*)
+_vim_files:1> case ~/omz-debug.log.s ((scp|http(|s)|(|s)ftp):*)
+_vim_files:1> case ~/omz-debug.log.s (*)
+_vim_files:4> _files -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_files:3> local opts tmp glob pat pats expl tag i def descr end ign 'ret=1' match tried
+_files:4> local type sdef ignvars ignvar prepath oprefix rfiles rfile
+_files:6> zparseopts -a opts '/=tmp' 'f=tmp' 'g+:-=tmp' q n 1 2 P: S: r: R: W: X+: M+: F: J+: V+:
+_files:9> type=''
+_files:10> (( 0 ))
+_files:19> tmp=0
+_files:20> (( tmp ))
+_files:32> ign=( )
+_files:35> zstyle -a :completion::complete:vim:argument-rest: file-patterns tmp
+_files:46> zstyle -t :completion::complete:vim:argument-rest: list-dirs-first
+_files:64> [[ '' == *g* ]]
+_files:84> [[ '' == */* ]]
+_files:87> pats=( '*:all-files ' )
+_files:91> tried=( )
+_files:92> def=*:all-files
+_files:93> eval 'def=( \*:all-files )'
+(eval):1> def=( '*:all-files' )
+_files:95> tmp='*:'
+_files:96> (( 0 ))
+_files:97> tried=( '*:' )
+_files:99> sdef=*:all-files
+_files:101> tag=all-files
+_files:102> pat='*'
+_files:104> [[ '*:all-files' == *:all-files:* ]]
+_files:107> (( 0 ))
+_files:110> descr=file
+_files:112> end=yes
+_files:115> _tags all-files
+_tags:3> local prev
+_tags:10> [[ all-files == -- ]]
+_tags:15> (( 1 ))
+_tags:19> local 'curcontext=:complete:vim:argument-rest' order tag nodef tmp
+_tags:21> [[ all-files == -C?* ]]
+_tags:24> [[ all-files == -C ]]
+_tags:29> [[ all-files == -(|-) ]]
+_tags:31> zstyle -a :completion::complete:vim:argument-rest: group-order order
+_tags:36> comptags -i :complete:vim:argument-rest all-files
+_tags:40> [[ -n '' ]]
+_tags:43> zstyle -a :completion::complete:vim:argument-rest: tag-order order
+_tags:44> (( ! 0 ))
+_tags:55> [[ -z '' ]]
+_tags:55> comptry all-files
+_tags:60> comptags -T
+_tags:62> return
+_files:116> _tags
+_tags:3> local prev
+_tags:10> [[ '' == -- ]]
+_tags:15> (( 0 ))
+_tags:67> comptags -N
+_files:117> _comp_ignore=( )
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:9> (( 10 > _tags_level ))
+_next_label:9> _comp_tags=''
+_next_label:10> _tags_level=10
+_next_label:11> _comp_tags=' all-files '
+_next_label:12> [[ all-files == *[^\\]:* ]]
+_next_label:18> _description all-files expl file
+_description:3> local name gropt nopt xopt format gname hidden hide match opts tag sort
+_description:5> opts=( )
+_description:7> gropt=( -J )
+_description:8> xopt=( -X )
+_description:9> nopt=( )
+_description:10> zparseopts -K -D -a nopt 1 2 'V=gropt' 'J=gropt' 'x=xopt'
+_description:12> 3=file
+_description:13> [[ -n file ]]
+_description:13> _lastdescr=( '' file file )
+_description:15> zstyle -s :completion::complete:vim:argument-rest:all-files group-name gname
+_description:18> _setup all-files -default-
+_setup:3> local val 'nm=0'
+_setup:5> [[ 2 -eq 1 ]]
+_setup:7> zstyle -a :completion::complete:vim:argument-rest:all-files list-colors val
+_setup:8> zmodload -i zsh/complist
+_setup:9> [[ all-files == default ]]
+_setup:12> _comp_colors=( '' )
+_setup:26> zstyle -t :completion::complete:vim:argument-rest:all-files list-packed
+_setup:28> [[ 2 -eq 1 ]]
+_setup:31> compstate[list]=ambiguous
+_setup:34> zstyle -t :completion::complete:vim:argument-rest:all-files list-rows-first
+_setup:36> [[ 2 -eq 1 ]]
+_setup:39> compstate[list]=ambiguous
+_setup:42> zstyle -t :completion::complete:vim:argument-rest:all-files last-prompt
+_setup:44> [[ 2 -eq 1 ]]
+_setup:47> compstate[last_prompt]=yes
+_setup:50> zstyle -t :completion::complete:vim:argument-rest:all-files accept-exact
+_setup:52> [[ 2 -eq 1 ]]
+_setup:55> compstate[exact]=''
+_setup:58> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
+_setup:61> zstyle -a :completion::complete:vim:argument-rest:all-files menu val
+_setup:62> _last_nmatches=0
+_setup:63> _last_menu_style=( select )
+_setup:68> [[ '' != always ]]
+_setup:69> zstyle -s :completion::complete:vim:argument-rest:all-files force-list val
+_description:20> name=expl
+_description:22> zstyle -s :completion::complete:vim:argument-rest:all-files format format
+_description:23> zstyle -s :completion::complete:vim:argument-rest:descriptions format format
+_description:25> zstyle -s :completion::complete:vim:argument-rest:all-files hidden hidden
+_description:30> zstyle -s :completion::complete:vim:argument-rest:all-files matcher match
+_description:32> [[ -n 'm:{a-zA-Z}={A-Za-z}' ]]
+_description:32> opts=( -M 'm:{a-zA-Z}={A-Za-z}' )
+_description:36> zstyle -s :completion::complete:vim:argument-rest:all-files sort sort
+_description:37> zstyle -s :completion::complete:vim:argument-rest: sort sort
+_description:46> [[ -z '' ]]
+_description:47> zstyle -a :completion::complete:vim:argument-rest:all-files ignored-patterns _comp_ignore
+_description:48> _comp_ignore=( )
+_description:50> zstyle -s :completion::complete:vim:argument-rest:all-files ignore-line hidden
+_description:66> (( 0 ))
+_description:71> tag=all-files
+_description:73> shift 2
+_description:74> [[ -z file ]]
+_description:76> [[ -n '' ]]
+_description:80> [[ -n '' ]]
+_description:87> [[ -n '' ]]
+_description:90> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_description:94> (( 0 ))
+_description:95> local fakestyle descr
+_description:96> fakestyle=fake
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake match
+_description:98> continue
+_description:96> fakestyle=fake-always
+_description:97> zstyle -a :completion::complete:vim:argument-rest:all-files fake-always match
+_description:98> continue
+_description:111> return 0
+_next_label:19> set -A expl -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_next_label:22> return 0
+_files:119> _comp_ignore=( )
+_files:120> [[ -n yes ]]
+_files:121> _path_files -g '*' -M 'm:{a-zA-Z}={A-Za-z}' -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -J -default-
+_path_files:3> local -a match mbegin mend
+_path_files:17> _have_glob_qual '~/omz-debug.log.s'
+_have_glob_qual:14> local complete
+_have_glob_qual:16> [[ '' == complete ]]
+_have_glob_qual:18> [[ -z '' && on == on && '~/omz-debug.log.s' == (#b)(((*[^\\\$]|)(\\\\)#)\()([^\)\|\~]#) || off == on ]]
+_path_files:38> local linepath realpath donepath prepath testpath exppath skips skipped
+_path_files:39> local tmp1 tmp2 tmp3 tmp4 i orig eorig pre suf tpre tsuf opre osuf cpre
+_path_files:40> local pats haspats ignore pfx pfxsfx sopt gopt opt sdirs ignpar cfopt listsfx
+_path_files:41> local 'nm=0' menu matcher mopts sort mid accex fake
+_path_files:42> local listfiles listopts tmpdisp origtmp1 Uopt
+_path_files:43> local accept_exact_dirs path_completion
+_path_files:44> integer npathcheck
+_path_files:45> local -a Mopts
+_path_files:47> typeset -U prepaths exppaths
+_path_files:49> exppaths=( )
+_path_files:53> zparseopts -a mopts 'P:=pfx' 'S:=pfxsfx' 'q=pfxsfx' 'r:=pfxsfx' 'R:=pfxsfx' 'W:=prepaths' 'F:=ignore' 'M+:=matcher' J+: V+: X+: 1 2 n 'f=tmp1' '/=tmp1' 'g+:-=tmp1'
+_path_files:58> sopt=-g
+_path_files:59> (( 1 ))
+_path_files:59> haspats=yes
+_path_files:60> (( 1 ))
+_path_files:60> gopt=yes
+_path_files:61> (( 0 ))
+_path_files:65> pats='*'
+_path_files:66> pats=( '*' )
+_path_files:68> pats=( '*' )
+_path_files:70> (( 0 ))
+_path_files:74> (( 0 ))
+_path_files:86> prepaths=( '' )
+_path_files:89> (( 0 ))
+_path_files:100> [[ -g == -(f|) ]]
+_path_files:109> (( ! 3 ))
+_path_files:130> [[ -z '' && 0 -eq 0 && -z yes || '*' == \ #\*\ # && -n '' ]]
+_path_files:134> (( 0 ))
+_path_files:139> [[ 4 -eq 0 ]]
+_path_files:145> (( 4 ))
+_path_files:147> mopts=( -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' )
+_path_files:150> zstyle -s :completion::complete:vim:argument-rest: file-sort tmp1
+_path_files:185> zstyle -t :completion::complete:vim:argument-rest:paths squeeze-slashes
+_path_files:188> skips='((.|..)/)##'
+_path_files:191> zstyle -s :completion::complete:vim:argument-rest:paths special-dirs sdirs
+_path_files:192> zstyle -t :completion::complete:vim:argument-rest:paths list-suffixes
+_path_files:195> [[ '*' == ((|*[[:blank:]])\*(|[[:blank:]]*|\([^[:blank:]]##\))|*\([^[:blank:]]#/[^[:blank:]]#\)*) ]]
+_path_files:196> sopt=-g/
+_path_files:198> zstyle -a :completion::complete:vim:argument-rest:paths accept-exact accex
+_path_files:199> zstyle -a :completion::complete:vim:argument-rest: fake-files fake
+_path_files:201> zstyle -s :completion::complete:vim:argument-rest: ignore-parents ignpar
+_path_files:203> zstyle -t :completion::complete:vim:argument-rest:paths accept-exact-dirs
+_path_files:205> zstyle -T :completion::complete:vim:argument-rest:paths path-completion
+_path_files:206> path_completion=1
+_path_files:208> [[ -n '' ]]
+_path_files:236> pre='~/omz-debug.log.s'
+_path_files:237> suf=''
+_path_files:238> opre='~/omz-debug.log.s'
+_path_files:239> osuf=''
+_path_files:240> orig='~/omz-debug.log.s'
+_path_files:241> eorig='~/omz-debug.log.s'
+_path_files:243> [[ automenu-unambiguous == (*menu|[0-9]*) || -n '' || -n '' ]]
+_path_files:246> [[ -n '' ]]
+_path_files:250> Mopts=( -M 'r:|/=* r:|=*' )
+_path_files:255> [[ '~/omz-debug.log.s' == [^][*?#^\|\<\>\\]#(`[^`]#`|\$)*/* ]]
+_path_files:276> [[ '~' == \~ && -z '' ]]
+_path_files:285> linepath=''
+_path_files:286> [[ -z '' ]]
+_path_files:287> realpath=/Users/lynn/
+_path_files:316> linepath='~/'
+_path_files:317> [[ /Users/lynn/ == \~/ ]]
+_path_files:318> pre=omz-debug.log.s
+_path_files:319> orig=omz-debug.log.s
+_path_files:320> donepath=''
+_path_files:321> prepaths=( '' )
+_path_files:358> prepath=
+_path_files:364> skipped=''
+_path_files:365> cpre=''
+_path_files:367> [[ -n '' || -z 1 ]]
+_path_files:407> tpre=omz-debug.log.s
+_path_files:408> tsuf=''
+_path_files:416> testpath=''
+_path_files:418> tmp2=''
+_path_files:419> tpre=omz-debug.log.s
+_path_files:421> tmp1=( /Users/lynn/ )
+_path_files:424> (( npathcheck = 0 ))
+_path_files:425> true
+_path_files:427> origtmp1=( /Users/lynn/ )
+_path_files:430> [[ omz-debug.log.s == */* ]]
+_path_files:434> PREFIX=omz-debug.log.s
+_path_files:435> SUFFIX=''
+_path_files:447> tmp2=( /Users/lynn/ )
+_path_files:449> [[ omz-debug.log.s == (#b)*/(*) ]]
+_path_files:462> [[ -g/ == *[/f]* ]]
+_path_files:463> compfiles -p tmp1 accex '' 'm:{a-zA-Z}={A-Za-z} m:{a-zA-Z}={A-Za-z}' '' fake '*'
+_path_files:467> tmp1=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.sh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:469> [[ -n omz-debug.log.s ]]
+_path_files:482> (( ! 15 && npathcheck == 0 ))
+_path_files:499> (( ! 15 ))
+_path_files:501> [[ /Users/lynn/Applications == */* ]]
+_path_files:502> [[ -n '' ]]
+_path_files:511> tmp2=( /Users/lynn/Applications /Users/lynn/Code /Users/lynn/Desktop /Users/lynn/Documents /Users/lynn/Downloads /Users/lynn/Dropbox /Users/lynn/Library /Users/lynn/Movies /Users/lynn/Music /Users/lynn/Pictures /Users/lynn/Public /Users/lynn/omz-debug.log /Users/lynn/omz-debug.log.sh /Users/lynn/screen-256color.ti /Users/lynn/xterm-256color.ti )
+_path_files:512> compadd -D tmp1 -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' - Applications Code Desktop Documents Downloads Dropbox Library Movies Music Pictures Public omz-debug.log omz-debug.log.sh screen-256color.ti xterm-256color.ti
+_path_files:522> (( ! 1 ))
+_path_files:570> [[ -n '' ]]
+_path_files:584> [[ omz-debug.log.s == */* ]]
+_path_files:586> [[ '' == */* ]]
+_path_files:590> break
+_path_files:609> tmp3=omz-debug.log.s
+_path_files:610> tpre=omz-debug.log.s
+_path_files:611> tsuf=''
+_path_files:612> [[ -n /Users/lynn/ ]]
+_path_files:613> tmp1=( omz-debug.log.sh )
+_path_files:615> true
+_path_files:622> compfiles -r tmp1 omz-debug.log.s
+_path_files:623> tmp4=0
+_path_files:625> [[ omz-debug.log.s == */* ]]
+_path_files:630> tmp2=omz-debug.log.s
+_path_files:631> PREFIX='~/omz-debug.log.s'
+_path_files:632> SUFFIX=''
+_path_files:639> (( tmp4 ))
+_path_files:750> [[ omz-debug.log.s != */* ]]
+_path_files:751> tmp4=''
+_path_files:752> break
+_path_files:788> [[ -z '' ]]
+_path_files:791> [[ '' == */ ]]
+_path_files:832> [[ '' == */* ]]
+_path_files:836> PREFIX='~/omz-debug.log.s'
+_path_files:837> SUFFIX=''
+_path_files:839> tmp4=''
+_path_files:840> [[ -n '~/' ]]
+_path_files:841> compquote -p tmp4 tmp1
+_path_files:848> [[ -z '' && -n '' ]]
+_path_files:857> _list_files tmp1 /Users/lynn/
+_list_files:11> local stat f elt what dir
+_list_files:12> local -a stylevals
+_list_files:13> integer ok
+_list_files:15> listfiles=( )
+_list_files:16> listopts=( )
+_list_files:18> zstyle -a :completion::complete:vim:argument-rest: file-list stylevals
+_list_files:18> return 1
+_path_files:858> compadd -Qf -p '~/' -s '' -W /Users/lynn/ -J -default- -J -default- -M 'm:{a-zA-Z}={A-Za-z}' -M 'm:{a-zA-Z}={A-Za-z}' -M 'r:|/=* r:|=*' -a tmp1
+_path_files:874> [[ _matcher_num -eq 3 ]]
+_path_files:883> [[ nm -ne 'compstate[nmatches]' ]]
+_files:122> ret=0
+_files:118> _next_label all-files expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A all-files curtag __spec
+_next_label:25> return 1
+_files:140> (( ret ))
+_files:140> break
+_files:147> [[ '*' == \* ]]
+_files:147> return ret
+_vim_files:6> case ~/omz-debug.log.s (+)
+_vim_files:6> case ~/omz-debug.log.s (+<1->)
+_arguments:450> ret=0
+_arguments:449> _next_label argument-rest expl file
+_next_label:3> local __gopt __descr __spec
+_next_label:5> __gopt=( )
+_next_label:6> zparseopts -D -a __gopt 1 2 V J x
+_next_label:8> comptags -A argument-rest curtag __spec
+_next_label:25> return 1
+_arguments:452> (( ret ))
+_arguments:453> tried=yes
+_arguments:353> [[ anum -le 1 ]]
+_arguments:459> _requested options
+_requested:3> local __gopt
+_requested:5> __gopt=( )
+_requested:6> zparseopts -D -a __gopt 1 2 V J x
+_requested:8> comptags -R options
+_requested:16> return 1
+_arguments:521> [[ -n yes && '~/omz-debug.log.s' != [-+]* ]]
+_arguments:521> break
+_arguments:523> [[ -n yes && -z '' && -z '' && -z yes || -n '' ]]
+_arguments:551> break
+_arguments:554> [[ -z '' ]]
+_arguments:554> curcontext=:complete:vim:
+_arguments:556> [[ -n '' ]]
+_arguments:567> [[ -n '' ]]
+_arguments:571> [[ nm -ne 1 ]]
+_vim:101> return
+_dispatch:63> ret=0
+_dispatch:64> [[ patterns == (all|*patterns*) ]]
+_dispatch:64> return ret
+_complete:117> ret=0
+_complete:142> _compskip=''
+_complete:144> return ret
+_main_complete:179> ret=0
+_main_complete:180> break 2
+_main_complete:189> curcontext=:::
+_main_complete:190> [[ '' == keep ]]
+_main_complete:196> nm=1
+_main_complete:199> [[ '' == keep || nm -gt 1 ]]
+_main_complete:314> [[ nm -lt 1 ]]
+_main_complete:317> [[ nm -eq 0 ]]
+_main_complete:337> zstyle -s :completion::::: show-ambiguity tmp
+_main_complete:345> [[ '' == always || '' == ?* ]]
+_main_complete:349> [[ '' == keep ]]
+_main_complete:355> (( 1 ))
+_main_complete:356> ZLS_COLORS=''
+_main_complete:363> funcs=( )
+_main_complete:364> comppostfuncs=( )
+_main_complete:369> _lastcomp=( list_lines 1 all_quotes '\' nmatches 1 restore auto context command vared '' unambiguous '~/omz-debug.log.sh' list_max 100 unambiguous_cursor 19 list ambiguous insert_positions 22 unambiguous_positions 18 exact '' to_end match last_prompt yes pattern_insert menu ignored 0 insert automenu-unambiguous )
+_main_complete:370> _lastcomp[nmatches]=1
+_main_complete:371> _lastcomp[completer]=complete
+_main_complete:372> _lastcomp[prefix]='~/omz-debug.log.s'
+_main_complete:373> _lastcomp[suffix]=''
+_main_complete:374> _lastcomp[iprefix]=''
+_main_complete:375> _lastcomp[isuffix]=''
+_main_complete:376> _lastcomp[qiprefix]=''
+_main_complete:377> _lastcomp[qisuffix]=''
+_main_complete:378> _lastcomp[tags]=' all-files '
+_main_complete:380> return ret
vim ~/omz-debug.log.sh
+omz_termsupport_preexec:1> [[ '' == true ]]
+omz_termsupport_preexec:5> emulate -L zsh
+omz_termsupport_preexec:6> setopt extended_glob
+omz_termsupport_preexec:9> local 'CMD=vim'
+omz_termsupport_preexec:10> local 'LINE=vim ~/omz-debug.log.sh'
+omz_termsupport_preexec:12> title '$CMD' '%100>...>$LINE%<<'
+title:1> [[ '' == *term* ]]
+title:5> : '%100>...>$LINE%<<'
+title:7> [[ screen-256color == screen* ]]
+title:8> print -Pn '\ek\$CMD\e\'
+zsh:5> vim /Users/lynn/omz-debug.log.sh
+vim:11> vim_command /Users/lynn/omz-debug.log.sh
+vim_command:2> (( 1 ))
+vim_command:4> reattach-to-user-namespace nvim /Users/lynn/omz-debug.log.sh
@faustman
Copy link

Wohow man!
,what is that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment