Closed swarajban closed 8 years ago
The shell hook function generated by pyenv-virtualenv-init will try to activate version if the version is a virtualenv.
In pyenv-sh-activate
, it uses pyenv-virtualenv-prefix
to check if the version is a virtualenv.
In pyenv-virtualenv-prefix
, it invokes python
processes to check if the version is a virtualenv. I suspect this is causing the slowdown.
Got it, I'll leave it disabled for now. Would appreciate any suggestions/fixes for the issue though
I guess that I have same problem or more serious one. I there is a 3-4 second lag before the next line appears on the screen.
export PYENV_DEBUG=1
set -x
Thank to @blueyed
My log is below after I put down ls
in my terminal
+_pyenv_virtualenv_hook:1> local 'ret=0'
+_pyenv_virtualenv_hook:2> [ -n '' ']'
+_pyenv_virtualenv_hook:5> pyenv sh-activate --quiet
+pyenv:1> local command
+pyenv:2> command=sh-activate
+pyenv:3> [ 2 -gt 0 ']'
+pyenv:4> shift
+pyenv:7> case sh-activate (activate | deactivate | rehash | shell)
+pyenv:7> case sh-activate (*)
+pyenv:11> pyenv sh-activate --quiet
+ [pyenv:23] enable -f /usr/local/Cellar/pyenv/20160202/libexec/../libexec/pyenv-realpath.dylib realpath
+ [pyenv:29] '[' -z '' ']'
++ [pyenv:31] type -p greadlink readlink
++ [pyenv:31] head -1
+ [pyenv:31] READLINK=/usr/bin/readlink
+ [pyenv:32] '[' -n /usr/bin/readlink ']'
+ [pyenv:53] '[' -z '' ']'
+ [pyenv:54] PYENV_ROOT=/Users/DS/.pyenv
+ [pyenv:58] export PYENV_ROOT
+ [pyenv:61] '[' -z '' ']'
+ [pyenv:62] '[' -n '' ']'
+ [pyenv:73] '[' -z '' ']'
+ [pyenv:74] PYENV_DIR=/Users/DS
+ [pyenv:80] export PYENV_DIR
+ [pyenv:83] shopt -s nullglob
++ [pyenv:85] abs_dirname /usr/local/Cellar/pyenv/20160202/libexec/pyenv
++ [pyenv:39] local cwd=/Users/DS
++ [pyenv:40] local path=/usr/local/Cellar/pyenv/20160202/libexec/pyenv
++ [pyenv:42] '[' -n /usr/local/Cellar/pyenv/20160202/libexec/pyenv ']'
++ [pyenv:43] cd /usr/local/Cellar/pyenv/20160202/libexec
++ [pyenv:44] local name=pyenv
+++ [pyenv:45] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
+++ [pyenv:45] true
++ [pyenv:45] path=
++ [pyenv:42] '[' -n '' ']'
++ [pyenv:48] pwd
++ [pyenv:49] cd /Users/DS
+ [pyenv:85] bin_path=/usr/local/Cellar/pyenv/20160202/libexec
+ [pyenv:89] export PATH=/usr/local/Cellar/pyenv/20160202/libexec:/usr/local/Cellar/pyenv-virtualenv/20160202/shims:/usr/local/Cellar/pyenv/20160202/libexec:/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/usr/sbin:/bin
+ [pyenv:89] PATH=/usr/local/Cellar/pyenv/20160202/libexec:/usr/local/Cellar/pyenv-virtualenv/20160202/shims:/usr/local/Cellar/pyenv/20160202/libexec:/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/usr/sbin:/bin
+ [pyenv:91] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d
+ [pyenv:92] '[' /usr/local/Cellar/pyenv/20160202 '!=' /Users/DS/.pyenv ']'
+ [pyenv:94] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/20160202/pyenv.d
+ [pyenv:96] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/20160202/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks
+ [pyenv:100] export PYENV_HOOK_PATH
+ [pyenv:102] shopt -u nullglob
+ [pyenv:105] command=sh-activate
+ [pyenv:106] case "$command" in
++ [pyenv:119] command -v pyenv-sh-activate
+ [pyenv:119] command_path=/usr/local/bin/pyenv-sh-activate
+ [pyenv:120] '[' -n /usr/local/bin/pyenv-sh-activate ']'
+ [pyenv:122] shift 1
+ [pyenv:123] '[' --quiet = --help ']'
+ [pyenv:126] exec /usr/local/bin/pyenv-sh-activate --quiet
+ [pyenv-sh-activate:17] '[' -z /Users/DS/.pyenv ']'
+ [pyenv-sh-activate:25] unset FORCE
+ [pyenv-sh-activate:26] unset QUIET
+ [pyenv-sh-activate:27] unset VERBOSE
+ [pyenv-sh-activate:29] '[' 1 -gt 0 ']'
+ [pyenv-sh-activate:30] case "$1" in
+ [pyenv-sh-activate:44] QUIET=1
+ [pyenv-sh-activate:56] shift 1
+ [pyenv-sh-activate:29] '[' 0 -gt 0 ']'
+ [pyenv-sh-activate:59] no_shell=
+ [pyenv-sh-activate:60] versions=("$@")
+ [pyenv-sh-activate:61] '[' -z '' ']'
+ [pyenv-sh-activate:62] no_shell=1
+ [pyenv-sh-activate:63] OLDIFS='
'
+ [pyenv-sh-activate:64] IFS=:
+ [pyenv-sh-activate:64] versions=($(pyenv-version-name 2>/dev/null))
++ [pyenv-sh-activate:64] pyenv-version-name
+ [pyenv-sh-activate:65] IFS='
'
+ [pyenv-sh-activate:68] '[' -z 1 ']'
+ [pyenv-sh-activate:74] venv=system
+ [pyenv-sh-activate:76] '[' -n '' ']'
+ [pyenv-sh-activate:89] pyenv-virtualenv-prefix system
+ [pyenv-sh-activate:91] OLDIFS='
'
+ [pyenv-sh-activate:92] IFS=:
+ [pyenv-sh-activate:92] current_versions=($(pyenv-version-name))
++ [pyenv-sh-activate:92] pyenv-version-name
+ [pyenv-version-name:6] '[' -z '' ']'
++ [pyenv-version-name:7] pyenv-version-file
+ [pyenv-version-file:22] find_local_version_file /Users/DS
+ [pyenv-version-file:7] local root=/Users/DS
+ [pyenv-version-file:8] true
+ [pyenv-version-file:9] [[ /Users/DS =~ ^//[^/]*$ ]]
+ [pyenv-version-file:10] '[' -e /Users/DS/.python-version ']'
+ [pyenv-version-file:13] '[' -e /Users/DS/.pyenv-version ']'
+ [pyenv-version-file:17] '[' -n /Users/DS ']'
+ [pyenv-version-file:18] root=/Users
+ [pyenv-version-file:8] true
+ [pyenv-version-file:9] [[ /Users =~ ^//[^/]*$ ]]
+ [pyenv-version-file:10] '[' -e /Users/.python-version ']'
+ [pyenv-version-file:13] '[' -e /Users/.pyenv-version ']'
+ [pyenv-version-file:17] '[' -n /Users ']'
+ [pyenv-version-file:18] root=
+ [pyenv-version-file:8] true
+ [pyenv-version-file:9] [[ '' =~ ^//[^/]*$ ]]
+ [pyenv-version-file:10] '[' -e /.python-version ']'
+ [pyenv-version-file:13] '[' -e /.pyenv-version ']'
+ [pyenv-version-file:17] '[' -n '' ']'
+ [pyenv-version-file:17] break
+ [pyenv-version-file:23] '[' /Users/DS = /Users/DS ']'
+ [pyenv-version-file:25] global_version_file=/Users/DS/.pyenv/version
+ [pyenv-version-file:27] '[' -e /Users/DS/.pyenv/version ']'
+ [pyenv-version-file:29] '[' -e /Users/DS/.pyenv/global ']'
+ [pyenv-version-file:31] '[' -e /Users/DS/.pyenv/default ']'
+ [pyenv-version-file:34] echo /Users/DS/.pyenv/version
+ [pyenv-version-name:7] PYENV_VERSION_FILE=/Users/DS/.pyenv/version
++ [pyenv-version-name:8] pyenv-version-file-read /Users/DS/.pyenv/version
+ [pyenv-version-file-read:6] VERSION_FILE=/Users/DS/.pyenv/version
+ [pyenv-version-file-read:8] '[' -e /Users/DS/.pyenv/version ']'
+ [pyenv-version-file-read:22] exit 1
++ [pyenv-version-name:8] true
+ [pyenv-version-name:8] PYENV_VERSION=
+ [pyenv-version-name:11] '[' -z '' ']'
+ [pyenv-version-name:12] echo system
+ [pyenv-version-name:13] exit
+ [pyenv-sh-activate:93] IFS='
'
+ [pyenv-sh-activate:94] new_venv=system/envs/system
+ [pyenv-sh-activate:95] pyenv-virtualenv-prefix system/envs/system
+ [pyenv-sh-activate:99] '[' -z 1 ']'
+ [pyenv-sh-activate:102] echo false
+ [pyenv-sh-activate:103] exit 1
+_pyenv_virtualenv_hook:5> true
+_pyenv_virtualenv_hook:5> eval false
+(eval):1> false
+_pyenv_virtualenv_hook:5> true
+_pyenv_virtualenv_hook:7> return 0
+omz_termsupport_precmd:1> emulate -L zsh
+omz_termsupport_precmd:3> [[ '' == true ]]
+omz_termsupport_precmd:7> title '%15<..<%~%<<' %n@%m
+title:1> emulate -L zsh
+title:2> setopt prompt_subst
+title:4> [[ '' == *term* ]]
+title:8> : %n@%m
+title:10> case ansi (cygwin | xterm* | putty* | rxvt* | ansi)
+title:12> print -Pn '\e]2;%n@%m\a'
+title:13> print -Pn '\e]1;%15\<..\<%~%\<\<\a'
+update_terminalapp_cwd:1> emulate -L zsh
+update_terminalapp_cwd:4> omz_urlencode -P /Users/DS
+omz_urlencode:1> emulate -L zsh
+omz_urlencode:2> zparseopts -D -E -a opts r m P
+omz_urlencode:4> local 'in_str=/Users/DS'
+omz_urlencode:5> local 'url_str='
+omz_urlencode:6> local spaces_as_plus
+omz_urlencode:7> [[ -z -P ]]
+omz_urlencode:8> local 'str=/Users/DS'
+omz_urlencode:11> local 'encoding=UTF-8'
+omz_urlencode:12> local safe_encodings
+omz_urlencode:13> safe_encodings=( UTF-8 utf8 US-ASCII )
+omz_urlencode:14> [[ -z UTF-8 ]]
+omz_urlencode:23> local i byte ord 'LC_ALL=C'
+omz_urlencode:24> export LC_ALL
+omz_urlencode:25> local 'reserved=;/?:@&=+$,'
+omz_urlencode:26> local 'mark=_.!~*()-'
+omz_urlencode:27> local 'dont_escape=[A-Za-z0-9'
+omz_urlencode:28> [[ -z '' ]]
+omz_urlencode:29> dont_escape+=';/?:@&=+$,'
+omz_urlencode:32> [[ -z '' ]]
+omz_urlencode:33> dont_escape+='_.!~*()-'
+omz_urlencode:35> dont_escape+=']'
+omz_urlencode:39> local 'url_str='
+omz_urlencode:40> i = 1
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=/
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=/
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=U
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=U
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=s
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=s
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=e
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=e
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=r
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=r
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=s
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=s
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=/
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=/
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=D
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=D
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=S
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=S
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:53> echo -E /Users/DS
+update_terminalapp_cwd:4> local 'URL_PATH=/Users/DS'
+update_terminalapp_cwd:5> [[ 0 != 0 ]]
+update_terminalapp_cwd:8> printf '\e]7;%s\a' file://YuDaesungui-MacBook-Pro.local/Users/DS
+-zsh:5> build_prompt
+build_prompt:1> RETVAL=0
+build_prompt:2> prompt_status
+prompt_status:1> local symbols
+prompt_status:2> symbols=( )
+prompt_status:3> [[ 0 -ne 0 ]]
+prompt_status:4> [[ 501 -eq 0 ]]
+prompt_status:5> [[+prompt_status:5> jobs -l
+prompt_status:5> [[+prompt_status:5> wc -l
+prompt_status:5> [[ ' 0' -gt 0 ]]
+prompt_status:7> [[ -n '' ]]
+build_prompt:3> prompt_virtualenv
+prompt_virtualenv:1> local 'virtualenv_path='
+prompt_virtualenv:2> [[ -n '' ]]
+build_prompt:4> prompt_context
+prompt_context:1> [[ DS != ]]
+prompt_context:2> prompt_segment black default '%(!.%{%F{yellow}%}.)DS@%m'
+prompt_segment:1> local bg fg
+prompt_segment:2> [[ -n black ]]
+prompt_segment:2> bg='%K{black}'
+prompt_segment:3> [[ -n default ]]
+prompt_segment:3> fg='%F{default}'
+prompt_segment:4> [[ NONE != NONE ]]
+prompt_segment:7> echo -n '%{%K{black}%}%{%F{default}%} '
+prompt_segment:9> CURRENT_BG=black
+prompt_segment:10> [[ -n '%(!.%{%F{yellow}%}.)DS@%m' ]]
+prompt_segment:10> echo -n '%(!.%{%F{yellow}%}.)DS@%m'
+build_prompt:5> prompt_dir
+prompt_dir:1> prompt_segment blue black '%~'
+prompt_segment:1> local bg fg
+prompt_segment:2> [[ -n blue ]]
+prompt_segment:2> bg='%K{blue}'
+prompt_segment:3> [[ -n black ]]
+prompt_segment:3> fg='%F{black}'
+prompt_segment:4> [[ black != NONE && blue != black ]]
+prompt_segment:5> echo -n ' %{%K{blue}%F{black}%}%{%F{black}%} '
+prompt_segment:9> CURRENT_BG=blue
+prompt_segment:10> [[ -n '%~' ]]
+prompt_segment:10> echo -n '%~'
+build_prompt:6> prompt_git
+prompt_git:1> (( 1 ))
+prompt_git:2> local PL_BRANCH_CHAR
+prompt_git:3> '(anon)'
+(anon):1> local 'LC_ALL=' 'LC_CTYPE=en_US.UTF-8'
+(anon):2> PL_BRANCH_CHAR=
+prompt_git:7> local ref dirty mode repo_path
+prompt_git:8> repo_path=+prompt_git:8> git rev-parse --git-dir
+prompt_git:8> repo_path=''
+prompt_git:10> git rev-parse --is-inside-work-tree
+build_prompt:7> prompt_bzr
+prompt_bzr:1> (( 0 ))
+prompt_bzr:1> return
+build_prompt:8> prompt_hg
+prompt_hg:1> (( 0 ))
+prompt_hg:1> return
+build_prompt:9> prompt_end
+prompt_end:1> [[ -n blue ]]
+prompt_end:2> echo -n ' %{%k%F{blue}%}'
+prompt_end:6> echo -n '%{%f%}'
+prompt_end:7> CURRENT_BG=''
This is right after turn on my Terminal. (It's too long :( )
Last login: Mon Dec 19 09:56:34 on ttys001
+/Users/DS/.zshrc:10> export 'PYTHONPATH=/Users/DS/xgboost/python-package'
+/Users/DS/.zshrc:13> export 'ZSH=/Users/DS/.oh-my-zsh'
+/Users/DS/.zshrc:16> pyenv init -
+ [pyenv:23] enable -f /usr/local/bin/../libexec/pyenv-realpath.dylib realpath
+ [pyenv:29] '[' -z '' ']'
++ [pyenv:31] type -p greadlink readlink
++ [pyenv:31] head -1
+ [pyenv:31] READLINK=/usr/bin/readlink
+ [pyenv:32] '[' -n /usr/bin/readlink ']'
+ [pyenv:53] '[' -z '' ']'
+ [pyenv:54] PYENV_ROOT=/Users/DS/.pyenv
+ [pyenv:58] export PYENV_ROOT
+ [pyenv:61] '[' -z '' ']'
+ [pyenv:62] '[' -n '' ']'
+ [pyenv:73] '[' -z '' ']'
+ [pyenv:74] PYENV_DIR=/Users/DS
+ [pyenv:80] export PYENV_DIR
+ [pyenv:83] shopt -s nullglob
++ [pyenv:85] abs_dirname /usr/local/bin/pyenv
++ [pyenv:39] local cwd=/Users/DS
++ [pyenv:40] local path=/usr/local/bin/pyenv
++ [pyenv:42] '[' -n /usr/local/bin/pyenv ']'
++ [pyenv:43] cd /usr/local/bin
++ [pyenv:44] local name=pyenv
+++ [pyenv:45] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
++ [pyenv:45] path=../Cellar/pyenv/1.0.0/bin/pyenv
++ [pyenv:42] '[' -n ../Cellar/pyenv/1.0.0/bin/pyenv ']'
++ [pyenv:43] cd ../Cellar/pyenv/1.0.0/bin
++ [pyenv:44] local name=pyenv
+++ [pyenv:45] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
++ [pyenv:45] path=../libexec/pyenv
++ [pyenv:42] '[' -n ../libexec/pyenv ']'
++ [pyenv:43] cd ../libexec
++ [pyenv:44] local name=pyenv
+++ [pyenv:45] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
+++ [pyenv:45] true
++ [pyenv:45] path=
++ [pyenv:42] '[' -n '' ']'
++ [pyenv:48] pwd
++ [pyenv:49] cd /Users/DS
+ [pyenv:85] bin_path=/usr/local/Cellar/pyenv/1.0.0/libexec
+ [pyenv:89] export PATH=/usr/local/Cellar/pyenv/1.0.0/libexec:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
+ [pyenv:89] PATH=/usr/local/Cellar/pyenv/1.0.0/libexec:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
+ [pyenv:91] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d
+ [pyenv:92] '[' /usr/local/Cellar/pyenv/1.0.0 '!=' /Users/DS/.pyenv ']'
+ [pyenv:94] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/1.0.0/pyenv.d
+ [pyenv:96] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/1.0.0/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks
+ [pyenv:100] PYENV_HOOK_PATH=/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/1.0.0/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks
+ [pyenv:101] export PYENV_HOOK_PATH
+ [pyenv:103] shopt -u nullglob
+ [pyenv:106] command=init
+ [pyenv:107] case "$command" in
++ [pyenv:120] command -v pyenv-init
+ [pyenv:120] command_path=/usr/local/Cellar/pyenv/1.0.0/libexec/pyenv-init
+ [pyenv:121] '[' -n /usr/local/Cellar/pyenv/1.0.0/libexec/pyenv-init ']'
+ [pyenv:123] shift 1
+ [pyenv:124] '[' - = --help ']'
+ [pyenv:131] exec /usr/local/Cellar/pyenv/1.0.0/libexec/pyenv-init -
+ [pyenv-init:9] '[' - = --complete ']'
+ [pyenv-init:19] print=
+ [pyenv-init:20] no_rehash=
+ [pyenv-init:21] for args in '"$@"'
+ [pyenv-init:23] '[' - = - ']'
+ [pyenv-init:24] print=1
+ [pyenv-init:25] shift
+ [pyenv-init:28] '[' - = --no-rehash ']'
+ [pyenv-init:34] shell=
+ [pyenv-init:35] '[' -z '' ']'
++ [pyenv-init:36] ps -p 69674 -o args=
+ [pyenv-init:36] shell=-zsh
+ [pyenv-init:37] shell=-zsh
+ [pyenv-init:38] shell=zsh
+ [pyenv-init:39] shell=zsh
+ [pyenv-init:40] shell=zsh
+ [pyenv-init:43] root=/usr/local/Cellar/pyenv/1.0.0/libexec/..
+ [pyenv-init:45] '[' -z 1 ']'
+ [pyenv-init:85] mkdir -p /Users/DS/.pyenv/shims /Users/DS/.pyenv/versions
+ [pyenv-init:87] case "$shell" in
+ [pyenv-init:93] echo 'export PATH="/Users/DS/.pyenv/shims:${PATH}"'
+ [pyenv-init:94] echo 'export PYENV_SHELL=zsh'
+ [pyenv-init:98] completion=/usr/local/Cellar/pyenv/1.0.0/libexec/../completions/pyenv.zsh
+ [pyenv-init:99] '[' -r /usr/local/Cellar/pyenv/1.0.0/libexec/../completions/pyenv.zsh ']'
+ [pyenv-init:100] case "$shell" in
+ [pyenv-init:102] echo 'source '\''/usr/local/Cellar/pyenv/1.0.0/libexec/../completions/pyenv.zsh'\'''
+ [pyenv-init:106] '[' -z '' ']'
+ [pyenv-init:107] echo 'command pyenv rehash 2>/dev/null'
+ [pyenv-init:110] commands=(`pyenv-commands --sh`)
++ [pyenv-init:110] pyenv-commands --sh
+ [pyenv-commands:9] '[' --sh = --complete ']'
+ [pyenv-commands:15] '[' --sh = --sh ']'
+ [pyenv-commands:16] sh=1
+ [pyenv-commands:17] shift
+ [pyenv-commands:23] IFS=:
+ [pyenv-commands:23] paths=($PATH)
+ [pyenv-commands:25] shopt -s nullglob
+ [pyenv-commands:27] for path in '"${paths[@]}"'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=--version
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' --v = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=commands
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' com = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=completions
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' com = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=exec
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' exe = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=global
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' glo = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=help
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' hel = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=hooks
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' hoo = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=init
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' ini = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=local
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' loc = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=prefix
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' pre = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=rehash
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' reh = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=root
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' roo = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=sh-rehash
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' sh- = sh- ']'
+ [pyenv-commands:32] echo rehash
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=sh-shell
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' sh- = sh- ']'
+ [pyenv-commands:32] echo shell
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=shims
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' shi = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=version
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' ver = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=version-file
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' ver = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=version-file-read
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' ver = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=version-file-write
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' ver = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=version-name
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' ver = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=version-origin
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' ver = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=versions
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' ver = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=whence
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' whe = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=which
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' whi = sh- ']'
+ [pyenv-commands:27] for path in '"${paths[@]}"'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=activate
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' act = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=deactivate
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' dea = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=install
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' ins = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=sh-activate
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' sh- = sh- ']'
+ [pyenv-commands:32] echo activate
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=sh-deactivate
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' sh- = sh- ']'
+ [pyenv-commands:32] echo deactivate
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=uninstall
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' uni = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=virtualenv
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' vir = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=virtualenv-delete
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' vir = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=virtualenv-init
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' vir = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=virtualenv-prefix
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' vir = sh- ']'
+ [pyenv-commands:28] for command in '"${path}/pyenv-"*'
+ [pyenv-commands:29] command=virtualenvs
+ [pyenv-commands:30] '[' -n 1 ']'
+ [pyenv-commands:31] '[' vir = sh- ']'
+ [pyenv-commands:27] for path in '"${paths[@]}"'
+ [pyenv-commands:27] for path in '"${paths[@]}"'
+ [pyenv-commands:27] for path in '"${paths[@]}"'
+ [pyenv-commands:27] for path in '"${paths[@]}"'
+ [pyenv-commands:43] sort
+ [pyenv-commands:43] uniq
+ [pyenv-init:111] case "$shell" in
+ [pyenv-init:134] cat
+ [pyenv-init:141] '[' zsh '!=' fish ']'
+ [pyenv-init:142] IFS='|'
+ [pyenv-init:143] cat
+/Users/DS/.zshrc:16> eval 'export PATH="/Users/DS/.pyenv/shims:${PATH}"
export PYENV_SHELL=zsh
source '\''/usr/local/Cellar/pyenv/1.0.0/libexec/../completions/pyenv.zsh'\''
command pyenv rehash 2>/dev/null
pyenv() {
local command
command="$1"
if [ "$#" -gt 0 ]; then
shift
fi
case "$command" in
activate|deactivate|rehash|shell)
eval "$(pyenv "sh-$command" "$@")";;
*)
command pyenv "$command" "$@";;
esac
}'
+(eval):1> export 'PATH=/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin'
+(eval):2> export 'PYENV_SHELL=zsh'
+(eval):3> source /usr/local/Cellar/pyenv/1.0.0/libexec/../completions/pyenv.zsh
+/usr/local/Cellar/pyenv/1.0.0/libexec/../completions/pyenv.zsh:1> [[ ! -o interactive ]]
+/usr/local/Cellar/pyenv/1.0.0/libexec/../completions/pyenv.zsh:5> compctl -K _pyenv pyenv
+(eval):4> pyenv rehash
+/Users/DS/.zshrc:17> pyenv virtualenv-init -
+pyenv:1> local command
+pyenv:2> command=virtualenv-init
+pyenv:3> [ 2 -gt 0 ']'
+pyenv:4> shift
+pyenv:7> case virtualenv-init (activate | deactivate | rehash | shell)
+pyenv:7> case virtualenv-init (*)
+pyenv:11> pyenv virtualenv-init -
+ [pyenv:23] enable -f /usr/local/bin/../libexec/pyenv-realpath.dylib realpath
+ [pyenv:29] '[' -z '' ']'
++ [pyenv:31] type -p greadlink readlink
++ [pyenv:31] head -1
+ [pyenv:31] READLINK=/usr/bin/readlink
+ [pyenv:32] '[' -n /usr/bin/readlink ']'
+ [pyenv:53] '[' -z '' ']'
+ [pyenv:54] PYENV_ROOT=/Users/DS/.pyenv
+ [pyenv:58] export PYENV_ROOT
+ [pyenv:61] '[' -z '' ']'
+ [pyenv:62] '[' -n '' ']'
+ [pyenv:73] '[' -z '' ']'
+ [pyenv:74] PYENV_DIR=/Users/DS
+ [pyenv:80] export PYENV_DIR
+ [pyenv:83] shopt -s nullglob
++ [pyenv:85] abs_dirname /usr/local/bin/pyenv
++ [pyenv:39] local cwd=/Users/DS
++ [pyenv:40] local path=/usr/local/bin/pyenv
++ [pyenv:42] '[' -n /usr/local/bin/pyenv ']'
++ [pyenv:43] cd /usr/local/bin
++ [pyenv:44] local name=pyenv
+++ [pyenv:45] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
++ [pyenv:45] path=../Cellar/pyenv/1.0.0/bin/pyenv
++ [pyenv:42] '[' -n ../Cellar/pyenv/1.0.0/bin/pyenv ']'
++ [pyenv:43] cd ../Cellar/pyenv/1.0.0/bin
++ [pyenv:44] local name=pyenv
+++ [pyenv:45] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
++ [pyenv:45] path=../libexec/pyenv
++ [pyenv:42] '[' -n ../libexec/pyenv ']'
++ [pyenv:43] cd ../libexec
++ [pyenv:44] local name=pyenv
+++ [pyenv:45] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
+++ [pyenv:45] true
++ [pyenv:45] path=
++ [pyenv:42] '[' -n '' ']'
++ [pyenv:48] pwd
++ [pyenv:49] cd /Users/DS
+ [pyenv:85] bin_path=/usr/local/Cellar/pyenv/1.0.0/libexec
+ [pyenv:89] export PATH=/usr/local/Cellar/pyenv/1.0.0/libexec:/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
+ [pyenv:89] PATH=/usr/local/Cellar/pyenv/1.0.0/libexec:/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
+ [pyenv:91] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d
+ [pyenv:92] '[' /usr/local/Cellar/pyenv/1.0.0 '!=' /Users/DS/.pyenv ']'
+ [pyenv:94] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/1.0.0/pyenv.d
+ [pyenv:96] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/1.0.0/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks
+ [pyenv:100] PYENV_HOOK_PATH=/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/1.0.0/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks
+ [pyenv:101] export PYENV_HOOK_PATH
+ [pyenv:103] shopt -u nullglob
+ [pyenv:106] command=virtualenv-init
+ [pyenv:107] case "$command" in
++ [pyenv:120] command -v pyenv-virtualenv-init
+ [pyenv:120] command_path=/usr/local/bin/pyenv-virtualenv-init
+ [pyenv:121] '[' -n /usr/local/bin/pyenv-virtualenv-init ']'
+ [pyenv:123] shift 1
+ [pyenv:124] '[' - = --help ']'
+ [pyenv:131] exec /usr/local/bin/pyenv-virtualenv-init -
+++ [pyenv-virtualenv-init:30] abs_dirname /usr/local/bin/pyenv-virtualenv-init
++++ [pyenv-virtualenv-init:17] pwd
+++ [pyenv-virtualenv-init:17] local cwd=/Users/DS
+++ [pyenv-virtualenv-init:18] local path=/usr/local/bin/pyenv-virtualenv-init
+++ [pyenv-virtualenv-init:20] '[' -n /usr/local/bin/pyenv-virtualenv-init ']'
+++ [pyenv-virtualenv-init:21] cd /usr/local/bin
+++ [pyenv-virtualenv-init:22] local name=pyenv-virtualenv-init
++++ [pyenv-virtualenv-init:23] resolve_link pyenv-virtualenv-init
+++++ [pyenv-virtualenv-init:13] type -p greadlink readlink
+++++ [pyenv-virtualenv-init:13] head -1
++++ [pyenv-virtualenv-init:13] /usr/bin/readlink pyenv-virtualenv-init
+++ [pyenv-virtualenv-init:23] path=../Cellar/pyenv-virtualenv/20160202/bin/pyenv-virtualenv-init
+++ [pyenv-virtualenv-init:20] '[' -n ../Cellar/pyenv-virtualenv/20160202/bin/pyenv-virtualenv-init ']'
+++ [pyenv-virtualenv-init:21] cd ../Cellar/pyenv-virtualenv/20160202/bin
+++ [pyenv-virtualenv-init:22] local name=pyenv-virtualenv-init
++++ [pyenv-virtualenv-init:23] resolve_link pyenv-virtualenv-init
+++++ [pyenv-virtualenv-init:13] type -p greadlink readlink
+++++ [pyenv-virtualenv-init:13] head -1
++++ [pyenv-virtualenv-init:13] /usr/bin/readlink pyenv-virtualenv-init
++++ [pyenv-virtualenv-init:23] true
+++ [pyenv-virtualenv-init:23] path=
+++ [pyenv-virtualenv-init:20] '[' -n '' ']'
+++ [pyenv-virtualenv-init:26] pwd
+++ [pyenv-virtualenv-init:27] cd /Users/DS
++ [pyenv-virtualenv-init:30] dirname /usr/local/Cellar/pyenv-virtualenv/20160202/bin
+ [pyenv-virtualenv-init:30] PYENV_VIRTUALENV_INSTALL_PREFIX=/usr/local/Cellar/pyenv-virtualenv/20160202
+ [pyenv-virtualenv-init:32] print=
+ [pyenv-virtualenv-init:33] for args in '"$@"'
+ [pyenv-virtualenv-init:35] '[' - = - ']'
+ [pyenv-virtualenv-init:36] print=1
+ [pyenv-virtualenv-init:37] shift
+ [pyenv-virtualenv-init:41] shell=zsh
+ [pyenv-virtualenv-init:42] '[' -z zsh ']'
+ [pyenv-virtualenv-init:50] '[' -z 1 ']'
+ [pyenv-virtualenv-init:86] case "$shell" in
+ [pyenv-virtualenv-init:94] cat
+ [pyenv-virtualenv-init:101] case "$shell" in
+ [pyenv-virtualenv-init:121] cat
+ [pyenv-virtualenv-init:127] [[ zsh != \f\i\s\h ]]
+ [pyenv-virtualenv-init:128] cat
+ [pyenv-virtualenv-init:139] case "$shell" in
+ [pyenv-virtualenv-init:148] cat
+/Users/DS/.zshrc:17> eval 'export PATH="/usr/local/Cellar/pyenv-virtualenv/20160202/shims:/usr/local/Cellar/pyenv/1.0.0/libexec:/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin";
export PYENV_VIRTUALENV_INIT=1;
_pyenv_virtualenv_hook() {
local ret=$?
if [ -n "$VIRTUAL_ENV" ]; then
eval "$(pyenv sh-activate --quiet || pyenv sh-deactivate --quiet || true)" || true
else
eval "$(pyenv sh-activate --quiet || true)" || true
fi
return $ret
};
typeset -g -a precmd_functions
if [[ -z $precmd_functions[(r)_pyenv_virtualenv_hook] ]]; then
precmd_functions=(_pyenv_virtualenv_hook $precmd_functions);
fi'
+(eval):1> export 'PATH=/usr/local/Cellar/pyenv-virtualenv/20160202/shims:/usr/local/Cellar/pyenv/1.0.0/libexec:/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin'
+(eval):2> export 'PYENV_VIRTUALENV_INIT=1'
+(eval):12> typeset -g -a precmd_functions
+(eval):13> [[ -z '' ]]
+(eval):14> precmd_functions=( _pyenv_virtualenv_hook )
+/Users/DS/.zshrc:18> source /usr/local/opt/autoenv/activate.sh
+/usr/local/opt/autoenv/activate.sh:2> AUTOENV_AUTH_FILE=/Users/DS/.autoenv_authorized
+/usr/local/opt/autoenv/activate.sh:4> [[ -n 5.0.8 ]]
+/usr/local/opt/autoenv/activate.sh:5> __array_offset=0
+/Users/DS/.zshrc:24> ZSH_THEME=agnoster
+/Users/DS/.zshrc:72> export 'PATH=/usr/local/Cellar/pyenv-virtualenv/20160202/shims:/usr/local/Cellar/pyenv/20160202/libexec:/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/usr/sbin:/bin'
+/Users/DS/.zshrc:75> source /Users/DS/.oh-my-zsh/oh-my-zsh.sh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:2> [ '' '!=' true ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:3> env 'ZSH=/Users/DS/.oh-my-zsh' 'DISABLE_UPDATE_PROMPT=' zsh -f /Users/DS/.oh-my-zsh/tools/check_for_upgrade.sh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:9> fpath=( /Users/DS/.oh-my-zsh/functions /Users/DS/.oh-my-zsh/completions /usr/local/share/zsh/site-functions /usr/share/zsh/site-functions /usr/share/zsh/5.0.8/functions )
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:12> autoload -U compaudit compinit
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:14> : true
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:18> [[ -z '' ]]
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:19> ZSH_CUSTOM=/Users/DS/.oh-my-zsh/custom
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:24> [[ -z '' ]]
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:25> ZSH_CACHE_DIR=/Users/DS/.oh-my-zsh/cache
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/bzr.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/bzr.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/bzr.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/bzr.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/clipboard.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/clipboard.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/clipboard.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/clipboard.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/compfix.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/compfix.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/compfix.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/compfix.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/completion.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/completion.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/completion.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/completion.zsh
+/Users/DS/.oh-my-zsh/lib/completion.zsh:2> zmodload -i zsh/complist
+/Users/DS/.oh-my-zsh/lib/completion.zsh:4> WORDCHARS=''
+/Users/DS/.oh-my-zsh/lib/completion.zsh:6> unsetopt menu_complete
+/Users/DS/.oh-my-zsh/lib/completion.zsh:7> unsetopt flowcontrol
+/Users/DS/.oh-my-zsh/lib/completion.zsh:8> setopt auto_menu
+/Users/DS/.oh-my-zsh/lib/completion.zsh:9> setopt complete_in_word
+/Users/DS/.oh-my-zsh/lib/completion.zsh:10> setopt always_to_end
+/Users/DS/.oh-my-zsh/lib/completion.zsh:13> bindkey -M menuselect '^o' accept-and-infer-next-history
+/Users/DS/.oh-my-zsh/lib/completion.zsh:14> zstyle ':completion:*:*:*:*:*' menu select
+/Users/DS/.oh-my-zsh/lib/completion.zsh:17> [[ '' == true ]]
+/Users/DS/.oh-my-zsh/lib/completion.zsh:20> [[ '' == true ]]
+/Users/DS/.oh-my-zsh/lib/completion.zsh:23> zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
+/Users/DS/.oh-my-zsh/lib/completion.zsh:26> unset CASE_SENSITIVE HYPHEN_INSENSITIVE
+/Users/DS/.oh-my-zsh/lib/completion.zsh:28> zstyle ':completion:*' list-colors ''
+/Users/DS/.oh-my-zsh/lib/completion.zsh:29> zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
+/Users/DS/.oh-my-zsh/lib/completion.zsh:31> [[ darwin15.0 == solaris* ]]
+/Users/DS/.oh-my-zsh/lib/completion.zsh:34> zstyle ':completion:*:*:*:*:processes' command 'ps -u DS -o pid,user,comm -w -w'
+/Users/DS/.oh-my-zsh/lib/completion.zsh:38> zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
+/Users/DS/.oh-my-zsh/lib/completion.zsh:41> zstyle ':completion::complete:*' use-cache 1
+/Users/DS/.oh-my-zsh/lib/completion.zsh:42> zstyle ':completion::complete:*' cache-path /Users/DS/.oh-my-zsh/cache
+/Users/DS/.oh-my-zsh/lib/completion.zsh:45> 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/DS/.oh-my-zsh/lib/completion.zsh:56> zstyle '*' single-ignored show
+/Users/DS/.oh-my-zsh/lib/completion.zsh:58> [[ '' == true ]]
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/correction.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/correction.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/correction.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/correction.zsh
+/Users/DS/.oh-my-zsh/lib/correction.zsh:1> [[ '' == true ]]
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/diagnostics.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/diagnostics.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/diagnostics.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/diagnostics.zsh
+/Users/DS/.oh-my-zsh/lib/diagnostics.zsh:56> autoload -Uz is-at-least
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/directories.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/directories.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/directories.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/directories.zsh
+/Users/DS/.oh-my-zsh/lib/directories.zsh:2> setopt auto_pushd
+/Users/DS/.oh-my-zsh/lib/directories.zsh:3> setopt pushd_ignore_dups
+/Users/DS/.oh-my-zsh/lib/directories.zsh:4> setopt pushdminus
+/Users/DS/.oh-my-zsh/lib/directories.zsh:6> alias -g '...=../..'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:7> alias -g '....=../../..'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:8> alias -g '.....=../../../..'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:9> alias -g '......=../../../../..'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:11> alias -- '-=cd -'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:12> alias '1=cd -'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:13> alias '2=cd -2'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:14> alias '3=cd -3'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:15> alias '4=cd -4'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:16> alias '5=cd -5'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:17> alias '6=cd -6'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:18> alias '7=cd -7'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:19> alias '8=cd -8'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:20> alias '9=cd -9'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:22> alias 'md=mkdir -p'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:23> alias 'rd=rmdir'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:24> alias 'd=dirs -v | head -10'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:27> alias 'lsa=ls -lah'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:28> alias 'l=ls -lah'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:29> alias 'll=ls -lh'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:30> alias 'la=ls -lAh'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:33> alias 'pu=pushd'
+/Users/DS/.oh-my-zsh/lib/directories.zsh:34> alias 'po=popd'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/functions.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/functions.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/functions.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/functions.zsh
+/Users/DS/.oh-my-zsh/lib/functions.zsh:104> zmodload zsh/langinfo
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/git.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/git.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/git.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/git.zsh
+/Users/DS/.oh-my-zsh/lib/git.zsh:215> POST_1_7_2_GIT=+/Users/DS/.oh-my-zsh/lib/git.zsh:215> git_compare_version 1.7.2
+git_compare_version:1> local INPUT_GIT_VERSION INSTALLED_GIT_VERSION
+git_compare_version:2> INPUT_GIT_VERSION=( 1 7 2 )
+git_compare_version:3> INSTALLED_GIT_VERSION=+git_compare_version:3> git --version
+git_compare_version:3> INSTALLED_GIT_VERSION=( git version 2.8.4 '(Apple' 'Git-73)' )
+git_compare_version:4> INSTALLED_GIT_VERSION=( 2 8 4 )
+git_compare_version:6> i=1
+git_compare_version:7> [[ 2 -gt 1 ]]
+git_compare_version:8> echo 1
+git_compare_version:9> return 0
+/Users/DS/.oh-my-zsh/lib/git.zsh:215> POST_1_7_2_GIT=1
+/Users/DS/.oh-my-zsh/lib/git.zsh:217> unfunction git_compare_version
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/grep.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/grep.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/grep.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/grep.zsh
+/Users/DS/.oh-my-zsh/lib/grep.zsh:6> GREP_OPTIONS=''
+/Users/DS/.oh-my-zsh/lib/grep.zsh:9> grep-flag-available '--color=auto'
+grep-flag-available:1> echo
+grep-flag-available:1> grep '--color=auto' ''
+/Users/DS/.oh-my-zsh/lib/grep.zsh:10> GREP_OPTIONS+=' --color=auto'
+/Users/DS/.oh-my-zsh/lib/grep.zsh:14> VCS_FOLDERS='{.bzr,CVS,.git,.hg,.svn}'
+/Users/DS/.oh-my-zsh/lib/grep.zsh:16> grep-flag-available '--exclude-dir=.cvs'
+grep-flag-available:1> echo
+grep-flag-available:1> grep '--exclude-dir=.cvs' ''
+/Users/DS/.oh-my-zsh/lib/grep.zsh:17> GREP_OPTIONS+=' --exclude-dir={.bzr,CVS,.git,.hg,.svn}'
+/Users/DS/.oh-my-zsh/lib/grep.zsh:23> alias 'grep=grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn}'
+/Users/DS/.oh-my-zsh/lib/grep.zsh:26> unset GREP_OPTIONS
+/Users/DS/.oh-my-zsh/lib/grep.zsh:27> unset VCS_FOLDERS
+/Users/DS/.oh-my-zsh/lib/grep.zsh:28> unfunction grep-flag-available
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/history.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/history.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/history.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/history.zsh
+/Users/DS/.oh-my-zsh/lib/history.zsh:2> [ -z '' ']'
+/Users/DS/.oh-my-zsh/lib/history.zsh:3> HISTFILE=/Users/DS/.zsh_history
+/Users/DS/.oh-my-zsh/lib/history.zsh:6> HISTSIZE=10000
+/Users/DS/.oh-my-zsh/lib/history.zsh:7> SAVEHIST=10000
+/Users/DS/.oh-my-zsh/lib/history.zsh:10> case (mm/dd/yyyy)
+/Users/DS/.oh-my-zsh/lib/history.zsh:10> case (dd.mm.yyyy)
+/Users/DS/.oh-my-zsh/lib/history.zsh:10> case (yyyy-mm-dd)
+/Users/DS/.oh-my-zsh/lib/history.zsh:10> case (*)
' beginning-of-linesh/lib/history.zsh:14> alias 'history=fc -l 1'
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:46> [[ '' != ]]tory
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:50> bindkey ' ' magic-space
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:52> bindkey '^[[1;5C' forward-word
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:53> bindkey '^[[1;5D' backward-word
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:55> [' != ]]nore_space
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:56> b' reverse-menu-complete
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:59> bindkey '^?' backward-delete-char
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:60> [[ '' != ]]ory
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:63> bindkey '^[[3~' delete-charb/key-bindings.zsh
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:64> bindkey '^[3;5~' delete-charzsh/custom/lib/key-bindings.zsh
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:65> bindkey '\e[3~' delete-charb/key-bindings.zsh ']'
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:69> autoload -U edit-command-lineindings.zsh
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:70> zle -N edit-command-line
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:71> bindkey '\C-x\C-e' edit-command-line
+/Users/DS/.oh-my-zsh/lib/key-bindings.zsh:74> bindkey '^[m' copy-prev-shell-word
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/misc.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/misc.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/misc.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/misc.zsh
+/Users/DS/.oh-my-zsh/lib/misc.zsh:3> autoload -Uz is-at-leastline-or-beginning-search
+/Users/DS/.oh-my-zsh/lib/misc.zsh:4> [[ 5.0.8 != 5.1.1 ]]up-line-or-beginning-search
+/Users/DS/.oh-my-zsh/lib/misc.zsh:5> d=/Users/DS/.oh-my-zsh/functions
+/Users/DS/.oh-my-zsh/lib/misc.zsh:6> [[ -e /Users/DS/.oh-my-zsh/functions/url-quote-magic ]]
+/Users/DS/.oh-my-zsh/lib/misc.zsh:5> d=/Users/DS/.oh-my-zsh/completionsning-search
+/Users/DS/.oh-my-zsh/lib/misc.zsh:6> [[ -e /Users/DS/.oh-my-zsh/completions/url-quote-magic ]]
+/Users/DS/.oh-my-zsh/lib/misc.zsh:5> d=/usr/local/share/zsh/site-functions
+/Users/DS/.oh-my-zsh/lib/misc.zsh:6> [[ -e /usr/local/share/zsh/site-functions/url-quote-magic ]]
+/Users/DS/.oh-my-zsh/lib/misc.zsh:5> d=/usr/share/zsh/site-functions
+/Users/DS/.oh-my-zsh/lib/misc.zsh:6> [[ -e /usr/share/zsh/site-functions/url-quote-magic ]]
+/Users/DS/.oh-my-zsh/lib/misc.zsh:5> d=/usr/share/zsh/5.0.8/functions
+/Users/DS/.oh-my-zsh/lib/misc.zsh:6> [[ -e /usr/share/zsh/5.0.8/functions/url-quote-magic ]]
+/Users/DS/.oh-my-zsh/lib/misc.zsh:7> is-at-least 5.1
+is-at-least:17> emulate -L zsh
+is-at-least:19> local 'IFS=.-' 'min_cnt=0' 'ver_cnt=0' part min_ver version
+is-at-least:21> min_ver=( 5 1 )
+is-at-least:22> version=( 5 0 8 0 )
+is-at-least:24> (( 0 <= 2 ))
+is-at-least:25> [[ '' != <-> ]]
+is-at-least:26> (( ++ver_cnt > 4 ))
+is-at-least:27> part=5
+is-at-least:25> [[ 5 != <-> ]]
+is-at-least:30> true
+is-at-least:31> (( ++min_cnt > 2 ))
+is-at-least:32> [[ 5 == <-> ]]
+is-at-least:32> break
+is-at-least:35> (( part > min_ver[min_cnt] ))
+is-at-least:36> (( part < min_ver[min_cnt] ))
+is-at-least:37> part=''
+is-at-least:24> (( 1 <= 2 ))
+is-at-least:25> [[ '' != <-> ]]
+is-at-least:26> (( ++ver_cnt > 4 ))
+is-at-least:27> part=0
+is-at-least:25> [[ 0 != <-> ]]
+is-at-least:30> true
+is-at-least:31> (( ++min_cnt > 2 ))
+is-at-least:32> [[ 1 == <-> ]]
+is-at-least:32> break
+is-at-least:35> (( part > min_ver[min_cnt] ))
+is-at-least:36> (( part < min_ver[min_cnt] ))
+is-at-least:36> return 1
+/Users/DS/.oh-my-zsh/lib/misc.zsh:11> autoload -Uz url-quote-magic
+/Users/DS/.oh-my-zsh/lib/misc.zsh:12> zle -N self-insert url-quote-magic
+/Users/DS/.oh-my-zsh/lib/misc.zsh:13> break
+/Users/DS/.oh-my-zsh/lib/misc.zsh:19> setopt long_list_jobs
+/Users/DS/.oh-my-zsh/lib/misc.zsh:22> env_default PAGER less
+env_default:1> env
+env_default:1> grep -q '^PAGER='
+env_default:2> export 'PAGER=less'
+env_default:2> return 3
+/Users/DS/.oh-my-zsh/lib/misc.zsh:23> env_default LESS -R
+env_default:1> env
+env_default:1> grep -q '^LESS='
+env_default:2> export 'LESS=-R'
+env_default:2> return 3
+/Users/DS/.oh-my-zsh/lib/misc.zsh:26> alias '_=sudo'
+/Users/DS/.oh-my-zsh/lib/misc.zsh:27> alias 'please=sudo'
+/Users/DS/.oh-my-zsh/lib/misc.zsh:30> which ack-grep
+/Users/DS/.oh-my-zsh/lib/misc.zsh:33> alias 'afind=ack -il'
+/Users/DS/.oh-my-zsh/lib/misc.zsh:37> [[ -z '' && -z '' ]]
+/Users/DS/.oh-my-zsh/lib/misc.zsh:38> export 'LC_CTYPE=ko_KR.UTF-8'
+/Users/DS/.oh-my-zsh/lib/misc.zsh:42> setopt interactivecomments
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/nvm.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/nvm.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/nvm.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/nvm.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/prompt_info_functions.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/prompt_info_functions.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/prompt_info_functions.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/prompt_info_functions.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/spectrum.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/spectrum.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/spectrum.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/spectrum.zsh
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:6> typeset -AHg FX FG BG
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:8> FX=( reset '%{%}' bold '%{%}' no-bold '%{%}' italic '%{%}' no-italic '%{%}' underline '%{%}' no-underline '%{%}' blink '%{%}' no-blink '%{%}' reverse '%{%}' no-reverse '%{%}' )
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=000
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=001
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=002
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=003
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=004
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=005
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=006
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=007
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=008
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=009
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=010
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=011
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=012
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=013
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=014
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=015
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=016
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=017
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=018
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=019
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=020
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=021
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=022
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=023
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=024
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=025
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=026
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=027
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=028
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=029
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=030
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=031
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=032
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=033
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=034
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=035
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=036
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=037
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=038
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=039
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=040
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=041
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=042
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=043
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=044
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=045
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=046
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=047
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=048
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=049
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=050
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=051
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=052
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=053
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=054
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=055
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=056
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=057
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=058
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=059
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=060
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=061
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=062
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=063
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=064
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=065
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=066
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=067
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=068
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=069
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=070
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=071
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=072
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=073
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=074
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=075
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=076
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=077
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=078
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=079
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=080
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=081
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=082
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=083
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=084
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=085
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=086
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=087
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=088
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=089
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=090
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=091
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=092
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=093
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=094
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=095
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=096
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=097
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=098
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=099
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=100
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=101
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=102
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=103
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=104
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=105
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=106
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=107
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=108
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=109
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=110
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=111
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=112
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=113
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=114
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=115
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=116
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=117
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=118
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=119
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=120
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=121
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=122
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=123
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=124
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=125
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=126
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=127
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=128
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=129
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=130
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=131
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=132
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=133
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=134
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=135
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=136
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=137
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=138
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=139
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=140
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=141
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=142
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=143
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=144
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=145
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=146
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=147
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=148
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=149
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=150
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=151
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=152
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=153
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=154
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=155
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=156
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=157
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=158
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=159
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=160
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=161
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=162
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=163
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=164
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=165
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=166
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=167
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=168
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=169
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=170
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=171
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=172
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=173
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=174
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=175
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=176
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=177
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=178
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=179
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=180
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=181
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=182
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=183
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=184
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=185
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=186
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=187
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=188
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=189
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=190
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=191
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=192
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=193
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=194
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=195
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=196
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=197
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=198
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=199
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=200
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=201
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=202
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=203
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=204
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=205
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=206
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=207
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=208
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=209
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=210
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=211
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=212
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=213
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=214
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=215
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=216
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=217
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=218
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=219
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=220
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=221
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=222
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=223
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=224
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=225
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=226
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=227
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=228
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=229
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=230
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=231
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=232
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=233
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=234
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=235
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=236
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=237
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=238
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=239
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=240
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=241
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=242
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=243
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=244
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=245
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=246
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=247
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=248
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=249
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=250
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=251
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=252
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=253
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=254
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:17> color=255
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}'
+/Users/DS/.oh-my-zsh/lib/spectrum.zsh:23> ZSH_SPECTRUM_TEXT='Arma virumque cano Troiae qui primus ab oris'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/termsupport.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/termsupport.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/termsupport.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/termsupport.zsh
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:44> ZSH_THEME_TERM_TAB_TITLE_IDLE='%15<..<%~%<<'
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:45> ZSH_THEME_TERM_TITLE_IDLE='%n@%m: %~'
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:47> [[ Apple_Terminal == Apple_Terminal ]]
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:48> ZSH_THEME_TERM_TITLE_IDLE=%n@%m
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:78> precmd_functions+=( omz_termsupport_precmd )
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:79> preexec_functions+=( omz_termsupport_preexec )
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:86> [[ Apple_Terminal == Apple_Terminal ]]
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:86> [[ -z '' ]]
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:102> precmd_functions+=( update_terminalapp_cwd )
+/Users/DS/.oh-my-zsh/lib/termsupport.zsh:104> update_terminalapp_cwd
+update_terminalapp_cwd:1> emulate -L zsh
+update_terminalapp_cwd:4> omz_urlencode -P /Users/DS
+omz_urlencode:1> emulate -L zsh
+omz_urlencode:2> zparseopts -D -E -a opts r m P
+omz_urlencode:4> local 'in_str=/Users/DS'
+omz_urlencode:5> local 'url_str='
+omz_urlencode:6> local spaces_as_plus
+omz_urlencode:7> [[ -z -P ]]
+omz_urlencode:8> local 'str=/Users/DS'
+omz_urlencode:11> local 'encoding=UTF-8'
+omz_urlencode:12> local safe_encodings
+omz_urlencode:13> safe_encodings=( UTF-8 utf8 US-ASCII )
+omz_urlencode:14> [[ -z UTF-8 ]]
+omz_urlencode:23> local i byte ord 'LC_ALL=C'
+omz_urlencode:24> export LC_ALL
+omz_urlencode:25> local 'reserved=;/?:@&=+$,'
+omz_urlencode:26> local 'mark=_.!~*()-'
+omz_urlencode:27> local 'dont_escape=[A-Za-z0-9'
+omz_urlencode:28> [[ -z '' ]]
+omz_urlencode:29> dont_escape+=';/?:@&=+$,'
+omz_urlencode:32> [[ -z '' ]]
+omz_urlencode:33> dont_escape+='_.!~*()-'
+omz_urlencode:35> dont_escape+=']'
+omz_urlencode:39> local 'url_str='
+omz_urlencode:40> i = 1
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=/
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=/
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=U
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=U
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=s
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=s
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=e
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=e
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=r
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=r
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=s
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=s
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=/
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=/
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=D
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=D
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=S
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=S
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:53> echo -E /Users/DS
+update_terminalapp_cwd:4> local 'URL_PATH=/Users/DS'
+update_terminalapp_cwd:5> [[ 0 != 0 ]]
+update_terminalapp_cwd:8> printf '\e]7;%s\a' file://YuDaesungui-MacBook-Pro.local/Users/DS
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:31> config_file=/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:32> custom_config_file=/Users/DS/.oh-my-zsh/custom/lib/theme-and-appearance.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:33> [ -f /Users/DS/.oh-my-zsh/custom/lib/theme-and-appearance.zsh ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:34> source /Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:2> autoload -U colors
+/Users/DS/.oh-my-zsh/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
c=m'ors:81> color[fg-${color[$k]}]=31
+colors:97> typeset -Hg reset_color bold_color
+colors:98> reset_color='' r[$k]}]=32
+colors:99> bold_color=''
+colors:103> typeset -AHg fg fg_bold fg_no_bold
+colors:104> k=fg-red
+colors:105> fg[${k#fg-}]='' $k]}]=34
+colors:106> fg_bold[${k#fg-}]=''
+colors:107> fg_no_bold[${k#fg-}]=''
+colors:104> k=fg-black
+colors:105> fg[${k#fg-}]='' $k]}]=36
+colors:106> fg_bold[${k#fg-}]=''
+colors:107> fg_no_bold[${k#fg-}]=''
+colors:104> k=fg-green
+colors:105> fg[${k#fg-}]='' $k]}]=39
+colors:106> fg_bold[${k#fg-}]=''
+colors:107> fg_no_bold[${k#fg-}]=''
+colors:104> k=fg-default]=40
+colors:105> fg[${k#fg-}]='' 22 normal 44 bg-blue fg-red 31 01 bold 23 no-standout 45 bg-magenta 02 faint 24 no-under+colors:106> fg_bold[${k#fg-}]='' blink 47 bg-white 04 underline yellow 33 bg-red 41 bold 01 05 blink 27 no-reverse 4+colors:107> fg_no_bold[${k#fg-}]='' eal 07 reverse 08 conceal fg-black 30 red 31 conceal 08 default 39 faint 02 fg-g+colors:104> k=fg-magentag-magenta 45 magenta 35 blink 05 blue 34 grey 30 fg-default 39 bg-white 47 30 black no-stand+colors:105> fg[${k#fg-}]='' low 43 33 yellow cyan 36 34 blue 35 magenta white 37 36 cyan standout 03 37 white bg-blu+colors:106> fg_bold[${k#fg-}]='' rey 40 no-conceal 28 reverse 07 bg-cyan 46 underline 04 fg-yellow 33 fg-white 37 bg+colors:107> fg_no_bold[${k#fg-}]='' en 42 none 00 fg-grey 30 black 30 no-blink 25 bg-default 49 40 bg-black fg-cyan +colors:104> k=fg-yellow bg-green 43 bg-yellow )
+colors:105> fg[${k#fg-}]=''
+colors:106> fg_bold[${k#fg-}]=''
+colors:107> fg_no_bold[${k#fg-}]=''
+colors:104> k=fg-white
+colors:105> fg[${k#fg-}]=''
+colors:106> fg_bold[${k#fg-}]=''
+colors:107> fg_no_bold[${k#fg-}]=''
+colors:104> k=fg-blue
+colors:105> fg[${k#fg-}]=''
+colors:106> fg_bold[${k#fg-}]=''
+colors:107> fg_no_bold[${k#fg-}]=''
+colors:104> k=fg-grey
+colors:105> fg[${k#fg-}]=''
+colors:106> fg_bold[${k#fg-}]=''
+colors:107> fg_no_bold[${k#fg-}]=''
+colors:104> k=fg-cyan
+colors:105> fg[${k#fg-}]=''
+colors:106> fg_bold[${k#fg-}]=''
+colors:107> fg_no_bold[${k#fg-}]=''
+colors:112> typeset -AHg bg bg_bold bg_no_bold
+colors:113> k=bg-red
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+colors:113> k=bg-magenta
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+colors:113> k=bg-white
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+colors:113> k=bg-yellow
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+colors:113> k=bg-blue
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+colors:113> k=bg-grey
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+colors:113> k=bg-cyan
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+colors:113> k=bg-black
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+colors:113> k=bg-green
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+colors:113> k=bg-default
+colors:114> bg[${k#bg-}]=''
+colors:115> bg_bold[${k#bg-}]=''
+colors:116> bg_no_bold[${k#bg-}]=''
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:5> export 'LSCOLORS=Gxfxcxdxbxegedabagacad'
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:9> [[ '' != true ]]
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:11> [[ darwin15.0 == netbsd* ]]
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:15> [[ darwin15.0 == openbsd* ]]
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:22> [[ darwin15.0 == darwin* ]]
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:24> ls -G .
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:24> alias 'ls=ls -G'
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:28> [[ -n '' || -f /Users/DS/.dircolors ]]
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:42> setopt auto_cd
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:43> setopt multios
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:44> setopt prompt_subst
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:46> [[ -n '' ]]
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:46> SCREEN_NO=''
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:49> PS1='%n@%m:%~%# '
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:52> ZSH_THEME_GIT_PROMPT_PREFIX='git:('
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:53> ZSH_THEME_GIT_PROMPT_SUFFIX=')'
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:54> ZSH_THEME_GIT_PROMPT_DIRTY='*'
+/Users/DS/.oh-my-zsh/lib/theme-and-appearance.zsh:55> ZSH_THEME_GIT_PROMPT_CLEAN=''
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:55> [[ darwin15.0 == darwin* ]]
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:57> SHORT_HOST=+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:57> scutil --get ComputerName
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:57> SHORT_HOST=' YuDaesung의 MacBook Pro'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:63> [ -z '' ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:64> ZSH_COMPDUMP='/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:67> [[ true != true ]]
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:77> compinit -i -d '/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8'
+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> [[ 3 -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> [[ 2 -gt 0 && -d == -[dDiuC] ]]
+compinit:77> case -d (-d)
+compinit:79> _i_autodump=1
+compinit:80> shift
+compinit:81> [[ 1 -gt 0 && '/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8' != -[dfQC] ]]
+compinit:82> _i_dumpfile='/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8'
+compinit:83> shift
+compinit:76> [[ 0 -gt 0 ]]
+compinit:108> typeset -gHA _comps _services _patcomps _postpatcomps
+compinit:113> typeset -gHA _compautos
+compinit:118> typeset -gHA _lastcomp
+compinit:121> [[ -n '/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8' ]]
+compinit:123> typeset -g '_comp_dumpfile=/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8'
+compinit:130> typeset -gHa _comp_options
+compinit:131> _comp_options=( bareglobqual extendedglob glob multibyte multifuncdef 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:165> typeset -gH '_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:178> typeset -ga compprefuncs comppostfuncs
+compinit:179> compprefuncs=( )
+compinit:180> comppostfuncs=( )
+compinit:184> : compinit /Users/DS/.oh-my-zsh/oh-my-zsh.sh /Users/DS/.zshrc
+compinit:433> typeset _i_wdirs _i_wfiles
+compinit:435> _i_wdirs=( )
+compinit:436> _i_wfiles=( )
+compinit:438> autoload -Uz compaudit
+compinit:439> [[ -n yes ]]
+compinit:440> typeset _i_q
+compinit:441> eval compaudit
+(eval):1> compaudit
+compaudit:174> compaudit
+compaudit:13> emulate -L zsh
+compaudit:14> setopt extendedglob
+compaudit:16> [[ -x /usr/bin/getent ]]
+compaudit:25> (( 0 ))
+compaudit:27> (( 5 == 0 ))
+compaudit:31> set -- /Users/DS/.oh-my-zsh/functions /Users/DS/.oh-my-zsh/completions /usr/local/share/zsh/site-functions /usr/share/zsh/site-functions /usr/share/zsh/5.0.8/functions
+compaudit:38> (( 1 ))
+compaudit:44> fpath=( /Users/DS/.oh-my-zsh/functions /Users/DS/.oh-my-zsh/completions /usr/local/share/zsh/site-functions /usr/share/zsh/site-functions /usr/share/zsh/5.0.8/functions )
+compaudit:49> (( 0 ))
+compaudit:50> local '_compdir=/usr/share/zsh/5.0.8/functions'
+compaudit:51> [[ -z /usr/share/zsh/5.0.8/functions ]]
+compaudit:55> _i_wdirs=( )
+compaudit:56> _i_wfiles=( )
+compaudit:58> _i_files=( /usr/local/share/zsh/site-functions/_brew /usr/local/share/zsh/site-functions/_brew_cask /usr/share/zsh/5.0.8/functions/_SUSEconfig /usr/share/zsh/5.0.8/functions/_a2ps /usr/share/zsh/5.0.8/functions/_a2utils /usr/share/zsh/5.0.8/functions/_aap /usr/share/zsh/5.0.8/functions/_acpi /usr/share/zsh/5.0.8/functions/_acpitool /usr/share/zsh/5.0.8/functions/_acroread /usr/share/zsh/5.0.8/functions/_adb /usr/share/zsh/5.0.8/functions/_add-zsh-hook /usr/share/zsh/5.0.8/functions/_alias /usr/share/zsh/5.0.8/functions/_aliases /usr/share/zsh/5.0.8/functions/_all_labels /usr/share/zsh/5.0.8/functions/_all_matches /usr/share/zsh/5.0.8/functions/_alternative /usr/share/zsh/5.0.8/functions/_analyseplugin /usr/share/zsh/5.0.8/functions/_ant /usr/share/zsh/5.0.8/functions/_antiword /usr/share/zsh/5.0.8/functions/_apachectl /usr/share/zsh/5.0.8/functions/_apm /usr/share/zsh/5.0.8/functions/_approximate /usr/share/zsh/5.0.8/functions/_apt /usr/share/zsh/5.0.8/functions/_apt-file /usr/share/zsh/5.0.8/functions/_apt-move /usr/share/zsh/5.0.8/functions/_apt-show-versions /usr/share/zsh/5.0.8/functions/_aptitude /usr/share/zsh/5.0.8/functions/_arch_archives /usr/share/zsh/5.0.8/functions/_arch_namespace /usr/share/zsh/5.0.8/functions/_arg_compile /usr/share/zsh/5.0.8/functions/_arguments /usr/share/zsh/5.0.8/functions/_arp /usr/share/zsh/5.0.8/functions/_arping /usr/share/zsh/5.0.8/functions/_arrays /usr/share/zsh/5.0.8/functions/_assign /usr/share/zsh/5.0.8/functions/_at /usr/share/zsh/5.0.8/functions/_attr /usr/share/zsh/5.0.8/functions/_augeas /usr/share/zsh/5.0.8/functions/_auto-apt /usr/share/zsh/5.0.8/functions/_autocd /usr/share/zsh/5.0.8/functions/_awk /usr/share/zsh/5.0.8/functions/_axi-cache /usr/share/zsh/5.0.8/functions/_bash_completions /usr/share/zsh/5.0.8/functions/_baz /usr/share/zsh/5.0.8/functions/_be_name /usr/share/zsh/5.0.8/functions/_beadm /usr/share/zsh/5.0.8/functions/_bind_addresses /usr/share/zsh/5.0.8/functions/_bindkey /usr/share/zsh/5.0.8/functions/_bison /usr/share/zsh/5.0.8/functions/_bittorrent /usr/share/zsh/5.0.8/functions/_bogofilter /usr/share/zsh/5.0.8/functions/_bpython /usr/share/zsh/5.0.8/functions/_brace_parameter /usr/share/zsh/5.0.8/functions/_brctl /usr/share/zsh/5.0.8/functions/_bsd_pkg /usr/share/zsh/5.0.8/functions/_bsdconfig /usr/share/zsh/5.0.8/functions/_bsdinstall /usr/share/zsh/5.0.8/functions/_btrfs /usr/share/zsh/5.0.8/functions/_bts /usr/share/zsh/5.0.8/functions/_bug /usr/share/zsh/5.0.8/functions/_builtin /usr/share/zsh/5.0.8/functions/_bzip2 /usr/share/zsh/5.0.8/functions/_bzr /usr/share/zsh/5.0.8/functions/_cabal /usr/share/zsh/5.0.8/functions/_cache_invalid /usr/share/zsh/5.0.8/functions/_cal /usr/share/zsh/5.0.8/functions/_calendar /usr/share/zsh/5.0.8/functions/_call_function /usr/share/zsh/5.0.8/functions/_call_program /usr/share/zsh/5.0.8/functions/_canonical_paths /usr/share/zsh/5.0.8/functions/_cat /usr/share/zsh/5.0.8/functions/_ccal /usr/share/zsh/5.0.8/functions/_cd /usr/share/zsh/5.0.8/functions/_cdbs-edit-patch /usr/share/zsh/5.0.8/functions/_cdcd /usr/share/zsh/5.0.8/functions/_cdr /usr/share/zsh/5.0.8/functions/_cdrdao /usr/share/zsh/5.0.8/functions/_cdrecord /usr/share/zsh/5.0.8/functions/_chflags /usr/share/zsh/5.0.8/functions/_chkconfig /usr/share/zsh/5.0.8/functions/_chmod /usr/share/zsh/5.0.8/functions/_chown /usr/share/zsh/5.0.8/functions/_chrt /usr/share/zsh/5.0.8/functions/_chsh /usr/share/zsh/5.0.8/functions/_clay /usr/share/zsh/5.0.8/functions/_cmdstring /usr/share/zsh/5.0.8/functions/_cmp /usr/share/zsh/5.0.8/functions/_combination /usr/share/zsh/5.0.8/functions/_comm /usr/share/zsh/5.0.8/functions/_command /usr/share/zsh/5.0.8/functions/_command_names /usr/share/zsh/5.0.8/functions/_comp_locale /usr/share/zsh/5.0.8/functions/_compdef /usr/share/zsh/5.0.8/functions/_complete /usr/share/zsh/5.0.8/functions/_complete_debug /usr/share/zsh/5.0.8/functions/_complete_help /usr/share/zsh/5.0.8/functions/_complete_help_generic /usr/share/zsh/5.0.8/functions/_complete_tag /usr/share/zsh/5.0.8/functions/_compress /usr/share/zsh/5.0.8/functions/_condition /usr/share/zsh/5.0.8/functions/_configure /usr/share/zsh/5.0.8/functions/_coreadm /usr/share/zsh/5.0.8/functions/_correct /usr/share/zsh/5.0.8/functions/_correct_filename /usr/share/zsh/5.0.8/functions/_correct_word /usr/share/zsh/5.0.8/functions/_cowsay /usr/share/zsh/5.0.8/functions/_cp /usr/share/zsh/5.0.8/functions/_cpio /usr/share/zsh/5.0.8/functions/_cplay /usr/share/zsh/5.0.8/functions/_cryptsetup /usr/share/zsh/5.0.8/functions/_cssh /usr/share/zsh/5.0.8/functions/_csup /usr/share/zsh/5.0.8/functions/_ctags_tags /usr/share/zsh/5.0.8/functions/_cut /usr/share/zsh/5.0.8/functions/_cvs /usr/share/zsh/5.0.8/functions/_cvsup /usr/share/zsh/5.0.8/functions/_cygcheck /usr/share/zsh/5.0.8/functions/_cygpath /usr/share/zsh/5.0.8/functions/_cygrunsrv /usr/share/zsh/5.0.8/functions/_cygserver /usr/share/zsh/5.0.8/functions/_cygstart /usr/share/zsh/5.0.8/functions/_dak /usr/share/zsh/5.0.8/functions/_darcs /usr/share/zsh/5.0.8/functions/_date /usr/share/zsh/5.0.8/functions/_dbus /usr/share/zsh/5.0.8/functions/_dchroot /usr/share/zsh/5.0.8/functions/_dchroot-dsa /usr/share/zsh/5.0.8/functions/_dcop /usr/share/zsh/5.0.8/functions/_dcut /usr/share/zsh/5.0.8/functions/_dd /usr/share/zsh/5.0.8/functions/_deb_architectures /usr/share/zsh/5.0.8/functions/_deb_packages /usr/share/zsh/5.0.8/functions/_debchange /usr/share/zsh/5.0.8/functions/_debdiff /usr/share/zsh/5.0.8/functions/_debfoster /usr/share/zsh/5.0.8/functions/_debsign /usr/share/zsh/5.0.8/functions/_default /usr/share/zsh/5.0.8/functions/_defaults /usr/share/zsh/5.0.8/functions/_delimiters /usr/share/zsh/5.0.8/functions/_describe /usr/share/zsh/5.0.8/functions/_description /usr/share/zsh/5.0.8/functions/_devtodo /usr/share/zsh/5.0.8/functions/_df /usr/share/zsh/5.0.8/functions/_dhclient /usr/share/zsh/5.0.8/functions/_dhcpinfo /usr/share/zsh/5.0.8/functions/_dict /usr/share/zsh/5.0.8/functions/_dict_words /usr/share/zsh/5.0.8/functions/_diff /usr/share/zsh/5.0.8/functions/_diff_options /usr/share/zsh/5.0.8/functions/_diffstat /usr/share/zsh/5.0.8/functions/_dir_list /usr/share/zsh/5.0.8/functions/_directories /usr/share/zsh/5.0.8/functions/_directory_stack /usr/share/zsh/5.0.8/functions/_dirs /usr/share/zsh/5.0.8/functions/_disable /usr/share/zsh/5.0.8/functions/_dispatch /usr/share/zsh/5.0.8/functions/_django /usr/share/zsh/5.0.8/functions/_dladm /usr/share/zsh/5.0.8/functions/_dlocate /usr/share/zsh/5.0.8/functions/_dmidecode /usr/share/zsh/5.0.8/functions/_domains /usr/share/zsh/5.0.8/functions/_dpatch-edit-patch /usr/share/zsh/5.0.8/functions/_dpkg /usr/share/zsh/5.0.8/functions/_dpkg-buildpackage /usr/share/zsh/5.0.8/functions/_dpkg-cross /usr/share/zsh/5.0.8/functions/_dpkg-repack /usr/share/zsh/5.0.8/functions/_dpkg_source /usr/share/zsh/5.0.8/functions/_dput /usr/share/zsh/5.0.8/functions/_dsh /usr/share/zsh/5.0.8/functions/_dtrace /usr/share/zsh/5.0.8/functions/_du /usr/share/zsh/5.0.8/functions/_dumpadm /usr/share/zsh/5.0.8/functions/_dumper /usr/share/zsh/5.0.8/functions/_dupload /usr/share/zsh/5.0.8/functions/_dvi /usr/share/zsh/5.0.8/functions/_dynamic_directory_name /usr/share/zsh/5.0.8/functions/_ecasound /usr/share/zsh/5.0.8/functions/_echotc /usr/share/zsh/5.0.8/functions/_echoti /usr/share/zsh/5.0.8/functions/_elfdump /usr/share/zsh/5.0.8/functions/_elinks /usr/share/zsh/5.0.8/functions/_elm /usr/share/zsh/5.0.8/functions/_email_addresses /usr/share/zsh/5.0.8/functions/_emulate /usr/share/zsh/5.0.8/functions/_enable /usr/share/zsh/5.0.8/functions/_enscript /usr/share/zsh/5.0.8/functions/_env /usr/share/zsh/5.0.8/functions/_equal /usr/share/zsh/5.0.8/functions/_espeak /usr/share/zsh/5.0.8/functions/_etags /usr/share/zsh/5.0.8/functions/_ethtool /usr/share/zsh/5.0.8/functions/_expand /usr/share/zsh/5.0.8/functions/_expand_alias /usr/share/zsh/5.0.8/functions/_expand_word /usr/share/zsh/5.0.8/functions/_extensions /usr/share/zsh/5.0.8/functions/_external_pwds /usr/share/zsh/5.0.8/functions/_fakeroot /usr/share/zsh/5.0.8/functions/_fc /usr/share/zsh/5.0.8/functions/_feh /usr/share/zsh/5.0.8/functions/_fetch /usr/share/zsh/5.0.8/functions/_fetchmail /usr/share/zsh/5.0.8/functions/_ffmpeg /usr/share/zsh/5.0.8/functions/_figlet /usr/share/zsh/5.0.8/functions/_file_descriptors /usr/share/zsh/5.0.8/functions/_file_systems /usr/share/zsh/5.0.8/functions/_files /usr/share/zsh/5.0.8/functions/_find /usr/share/zsh/5.0.8/functions/_find_net_interfaces /usr/share/zsh/5.0.8/functions/_finger /usr/share/zsh/5.0.8/functions/_fink /usr/share/zsh/5.0.8/functions/_first /usr/share/zsh/5.0.8/functions/_flasher /usr/share/zsh/5.0.8/functions/_flex /usr/share/zsh/5.0.8/functions/_floppy /usr/share/zsh/5.0.8/functions/_flowadm /usr/share/zsh/5.0.8/functions/_fmadm /usr/share/zsh/5.0.8/functions/_fortune /usr/share/zsh/5.0.8/functions/_freebsd-update /usr/share/zsh/5.0.8/functions/_fsh /usr/share/zsh/5.0.8/functions/_fstat /usr/share/zsh/5.0.8/functions/_functions /usr/share/zsh/5.0.8/functions/_fuse_arguments /usr/share/zsh/5.0.8/functions/_fuse_values /usr/share/zsh/5.0.8/functions/_fuser /usr/share/zsh/5.0.8/functions/_fusermount /usr/share/zsh/5.0.8/functions/_gcc /usr/share/zsh/5.0.8/functions/_gcore /usr/share/zsh/5.0.8/functions/_gdb /usr/share/zsh/5.0.8/functions/_generic /usr/share/zsh/5.0.8/functions/_genisoimage /usr/share/zsh/5.0.8/functions/_getclip /usr/share/zsh/5.0.8/functions/_getconf /usr/share/zsh/5.0.8/functions/_getent /usr/share/zsh/5.0.8/functions/_getfacl /usr/share/zsh/5.0.8/functions/_getmail /usr/share/zsh/5.0.8/functions/_git /usr/share/zsh/5.0.8/functions/_git-buildpackage /usr/share/zsh/5.0.8/functions/_global /usr/share/zsh/5.0.8/functions/_global_tags /usr/share/zsh/5.0.8/functions/_globflags /usr/share/zsh/5.0.8/functions/_globqual_delims /usr/share/zsh/5.0.8/functions/_globquals /usr/share/zsh/5.0.8/functions/_gnome-gv /usr/share/zsh/5.0.8/functions/_gnu_generic /usr/share/zsh/5.0.8/functions/_gnupod /usr/share/zsh/5.0.8/functions/_gnutls /usr/share/zsh/5.0.8/functions/_go /usr/share/zsh/5.0.8/functions/_gpg /usr/share/zsh/5.0.8/functions/_gphoto2 /usr/share/zsh/5.0.8/functions/_gprof /usr/share/zsh/5.0.8/functions/_gqview /usr/share/zsh/5.0.8/functions/_gradle /usr/share/zsh/5.0.8/functions/_graphicsmagick /usr/share/zsh/5.0.8/functions/_grep /usr/share/zsh/5.0.8/functions/_grep-excuses /usr/share/zsh/5.0.8/functions/_groff /usr/share/zsh/5.0.8/functions/_groups /usr/share/zsh/5.0.8/functions/_growisofs /usr/share/zsh/5.0.8/functions/_gs /usr/share/zsh/5.0.8/functions/_guard /usr/share/zsh/5.0.8/functions/_guilt /usr/share/zsh/5.0.8/functions/_gv /usr/share/zsh/5.0.8/functions/_gzip /usr/share/zsh/5.0.8/functions/_hash /usr/share/zsh/5.0.8/functions/_have_glob_qual /usr/share/zsh/5.0.8/functions/_hdiutil /usr/share/zsh/5.0.8/functions/_hg /usr/share/zsh/5.0.8/functions/_history /usr/share/zsh/5.0.8/functions/_history_complete_word /usr/share/zsh/5.0.8/functions/_history_modifiers /usr/share/zsh/5.0.8/functions/_hosts /usr/share/zsh/5.0.8/functions/_hwinfo /usr/share/zsh/5.0.8/functions/_iconv /usr/share/zsh/5.0.8/functions/_id /usr/share/zsh/5.0.8/functions/_ifconfig /usr/share/zsh/5.0.8/functions/_iftop /usr/share/zsh/5.0.8/functions/_ignored /usr/share/zsh/5.0.8/functions/_imagemagick /usr/share/zsh/5.0.8/functions/_in_vared /usr/share/zsh/5.0.8/functions/_inetadm /usr/share/zsh/5.0.8/functions/_init_d /usr/share/zsh/5.0.8/functions/_initctl /usr/share/zsh/5.0.8/functions/_invoke-rc.d /usr/share/zsh/5.0.8/functions/_ionice /usr/share/zsh/5.0.8/functions/_ip /usr/share/zsh/5.0.8/functions/_ipadm /usr/share/zsh/5.0.8/functions/_ipset /usr/share/zsh/5.0.8/functions/_iptables /usr/share/zsh/5.0.8/functions/_irssi /usr/share/zsh/5.0.8/functions/_ispell /usr/share/zsh/5.0.8/functions/_iwconfig /usr/share/zsh/5.0.8/functions/_jails /usr/share/zsh/5.0.8/functions/_java /usr/share/zsh/5.0.8/functions/_java_class /usr/share/zsh/5.0.8/functions/_jexec /usr/share/zsh/5.0.8/functions/_jls /usr/share/zsh/5.0.8/functions/_jobs /usr/share/zsh/5.0.8/functions/_jobs_bg /usr/share/zsh/5.0.8/functions/_jobs_builtin /usr/share/zsh/5.0.8/functions/_jobs_fg /usr/share/zsh/5.0.8/functions/_joe /usr/share/zsh/5.0.8/functions/_join /usr/share/zsh/5.0.8/functions/_kfmclient /usr/share/zsh/5.0.8/functions/_kill /usr/share/zsh/5.0.8/functions/_killall /usr/share/zsh/5.0.8/functions/_kld /usr/share/zsh/5.0.8/functions/_knock /usr/share/zsh/5.0.8/functions/_kvno /usr/share/zsh/5.0.8/functions/_last /usr/share/zsh/5.0.8/functions/_ldd /usr/share/zsh/5.0.8/functions/_less /usr/share/zsh/5.0.8/functions/_lha /usr/share/zsh/5.0.8/functions/_lighttpd /usr/share/zsh/5.0.8/functions/_limit /usr/share/zsh/5.0.8/functions/_limits /usr/share/zsh/5.0.8/functions/_links /usr/share/zsh/5.0.8/functions/_lintian /usr/share/zsh/5.0.8/functions/_list /usr/share/zsh/5.0.8/functions/_list_files /usr/share/zsh/5.0.8/functions/_ln /usr/share/zsh/5.0.8/functions/_loadkeys /usr/share/zsh/5.0.8/functions/_locales /usr/share/zsh/5.0.8/functions/_locate /usr/share/zsh/5.0.8/functions/_logical_volumes /usr/share/zsh/5.0.8/functions/_look /usr/share/zsh/5.0.8/functions/_losetup /usr/share/zsh/5.0.8/functions/_lp /usr/share/zsh/5.0.8/functions/_ls /usr/share/zsh/5.0.8/functions/_lscfg /usr/share/zsh/5.0.8/functions/_lsdev /usr/share/zsh/5.0.8/functions/_lslv /usr/share/zsh/5.0.8/functions/_lsof /usr/share/zsh/5.0.8/functions/_lspv /usr/share/zsh/5.0.8/functions/_lsusb /usr/share/zsh/5.0.8/functions/_lsvg /usr/share/zsh/5.0.8/functions/_lynx /usr/share/zsh/5.0.8/functions/_lzop /usr/share/zsh/5.0.8/functions/_mac_applications /usr/share/zsh/5.0.8/functions/_mac_files_for_application /usr/share/zsh/5.0.8/functions/_madison /usr/share/zsh/5.0.8/functions/_mail /usr/share/zsh/5.0.8/functions/_mailboxes /usr/share/zsh/5.0.8/functions/_main_complete /usr/share/zsh/5.0.8/functions/_make /usr/share/zsh/5.0.8/functions/_make-kpkg /usr/share/zsh/5.0.8/functions/_man /usr/share/zsh/5.0.8/functions/_match /usr/share/zsh/5.0.8/functions/_math /usr/share/zsh/5.0.8/functions/_math_params /usr/share/zsh/5.0.8/functions/_matlab /usr/share/zsh/5.0.8/functions/_md5sum /usr/share/zsh/5.0.8/functions/_mdadm /usr/share/zsh/5.0.8/functions/_members /usr/share/zsh/5.0.8/functions/_mencal /usr/share/zsh/5.0.8/functions/_menu /usr/share/zsh/5.0.8/functions/_mere /usr/share/zsh/5.0.8/functions/_mergechanges /usr/share/zsh/5.0.8/functions/_message /usr/share/zsh/5.0.8/functions/_metaflac /usr/share/zsh/5.0.8/functions/_mh /usr/share/zsh/5.0.8/functions/_mii-tool /usr/share/zsh/5.0.8/functions/_mime_types /usr/share/zsh/5.0.8/functions/_mixerctl /usr/share/zsh/5.0.8/functions/_mkdir /usr/share/zsh/5.0.8/functions/_mkshortcut /usr/share/zsh/5.0.8/functions/_mkzsh /usr/share/zsh/5.0.8/functions/_module /usr/share/zsh/5.0.8/functions/_module-assistant /usr/share/zsh/5.0.8/functions/_module_math_func /usr/share/zsh/5.0.8/functions/_modutils /usr/share/zsh/5.0.8/functions/_mondo /usr/share/zsh/5.0.8/functions/_monotone /usr/share/zsh/5.0.8/functions/_moosic /usr/share/zsh/5.0.8/functions/_mosh /usr/share/zsh/5.0.8/functions/_most_recent_file /usr/share/zsh/5.0.8/functions/_mount /usr/share/zsh/5.0.8/functions/_mozilla /usr/share/zsh/5.0.8/functions/_mpc /usr/share/zsh/5.0.8/functions/_mplayer /usr/share/zsh/5.0.8/functions/_mt /usr/share/zsh/5.0.8/functions/_mtools /usr/share/zsh/5.0.8/functions/_mtr /usr/share/zsh/5.0.8/functions/_multi_parts /usr/share/zsh/5.0.8/functions/_mutt /usr/share/zsh/5.0.8/functions/_my_accounts /usr/share/zsh/5.0.8/functions/_mysql_utils /usr/share/zsh/5.0.8/functions/_mysqldiff /usr/share/zsh/5.0.8/functions/_nautilus /usr/share/zsh/5.0.8/functions/_ncftp /usr/share/zsh/5.0.8/functions/_nedit /usr/share/zsh/5.0.8/functions/_net_interfaces /usr/share/zsh/5.0.8/functions/_netcat /usr/share/zsh/5.0.8/functions/_netscape /usr/share/zsh/5.0.8/functions/_netstat /usr/share/zsh/5.0.8/functions/_newsgroups /usr/share/zsh/5.0.8/functions/_next_label /usr/share/zsh/5.0.8/functions/_next_tags /usr/share/zsh/5.0.8/functions/_nice /usr/share/zsh/5.0.8/functions/_nkf /usr/share/zsh/5.0.8/functions/_nl /usr/share/zsh/5.0.8/functions/_nm /usr/share/zsh/5.0.8/functions/_nmap /usr/share/zsh/5.0.8/functions/_nmcli /usr/share/zsh/5.0.8/functions/_normal /usr/share/zsh/5.0.8/functions/_nothing /usr/share/zsh/5.0.8/functions/_notmuch /usr/share/zsh/5.0.8/functions/_npm /usr/share/zsh/5.0.8/functions/_nslookup /usr/share/zsh/5.0.8/functions/_object_classes /usr/share/zsh/5.0.8/functions/_od /usr/share/zsh/5.0.8/functions/_okular /usr/share/zsh/5.0.8/functions/_oldlist /usr/share/zsh/5.0.8/functions/_open /usr/share/zsh/5.0.8/functions/_options /usr/share/zsh/5.0.8/functions/_options_set /usr/share/zsh/5.0.8/functions/_options_unset /usr/share/zsh/5.0.8/functions/_osc /usr/share/zsh/5.0.8/functions/_other_accounts /usr/share/zsh/5.0.8/functions/_pack /usr/share/zsh/5.0.8/functions/_parameter /usr/share/zsh/5.0.8/functions/_parameters /usr/share/zsh/5.0.8/functions/_patch /usr/share/zsh/5.0.8/functions/_path_commands /usr/share/zsh/5.0.8/functions/_path_files /usr/share/zsh/5.0.8/functions/_pax /usr/share/zsh/5.0.8/functions/_pbm /usr/share/zsh/5.0.8/functions/_pbuilder /usr/share/zsh/5.0.8/functions/_pdf /usr/share/zsh/5.0.8/functions/_pdftk /usr/share/zsh/5.0.8/functions/_perforce /usr/share/zsh/5.0.8/functions/_perl /usr/share/zsh/5.0.8/functions/_perl_basepods /usr/share/zsh/5.0.8/functions/_perl_modules /usr/share/zsh/5.0.8/functions/_perldoc /usr/share/zsh/5.0.8/functions/_pfctl /usr/share/zsh/5.0.8/functions/_pfexec /usr/share/zsh/5.0.8/functions/_pgrep /usr/share/zsh/5.0.8/functions/_php /usr/share/zsh/5.0.8/functions/_physical_volumes /usr/share/zsh/5.0.8/functions/_pick_variant /usr/share/zsh/5.0.8/functions/_pids /usr/share/zsh/5.0.8/functions/_pine /usr/share/zsh/5.0.8/functions/_ping /usr/share/zsh/5.0.8/functions/_piuparts /usr/share/zsh/5.0.8/functions/_pkg-config /usr/share/zsh/5.0.8/functions/_pkg5 /usr/share/zsh/5.0.8/functions/_pkg_instance /usr/share/zsh/5.0.8/functions/_pkgadd /usr/share/zsh/5.0.8/functions/_pkginfo /usr/share/zsh/5.0.8/functions/_pkgrm /usr/share/zsh/5.0.8/functions/_pkgtool /usr/share/zsh/5.0.8/functions/_pon /usr/share/zsh/5.0.8/functions/_portaudit /usr/share/zsh/5.0.8/functions/_portlint /usr/share/zsh/5.0.8/functions/_portmaster /usr/share/zsh/5.0.8/functions/_ports /usr/share/zsh/5.0.8/functions/_portsnap /usr/share/zsh/5.0.8/functions/_postfix /usr/share/zsh/5.0.8/functions/_postscript /usr/share/zsh/5.0.8/functions/_powerd /usr/share/zsh/5.0.8/functions/_prcs /usr/share/zsh/5.0.8/functions/_precommand /usr/share/zsh/5.0.8/functions/_prefix /usr/share/zsh/5.0.8/functions/_print /usr/share/zsh/5.0.8/functions/_printenv /usr/share/zsh/5.0.8/functions/_printers /usr/share/zsh/5.0.8/functions/_procstat /usr/share/zsh/5.0.8/functions/_prompt /usr/share/zsh/5.0.8/functions/_prove /usr/share/zsh/5.0.8/functions/_prstat /usr/share/zsh/5.0.8/functions/_ps /usr/share/zsh/5.0.8/functions/_ps1234 /usr/share/zsh/5.0.8/functions/_pscp /usr/share/zsh/5.0.8/functions/_pspdf /usr/share/zsh/5.0.8/functions/_psutils /usr/share/zsh/5.0.8/functions/_ptree /usr/share/zsh/5.0.8/functions/_pump /usr/share/zsh/5.0.8/functions/_putclip /usr/share/zsh/5.0.8/functions/_pydoc /usr/share/zsh/5.0.8/functions/_python /usr/share/zsh/5.0.8/functions/_python_modules /usr/share/zsh/5.0.8/functions/_qdbus /usr/share/zsh/5.0.8/functions/_qemu /usr/share/zsh/5.0.8/functions/_qiv /usr/share/zsh/5.0.8/functions/_qtplay /usr/share/zsh/5.0.8/functions/_quilt /usr/share/zsh/5.0.8/functions/_raggle /usr/share/zsh/5.0.8/functions/_rake /usr/share/zsh/5.0.8/functions/_ranlib /usr/share/zsh/5.0.8/functions/_rar /usr/share/zsh/5.0.8/functions/_rcs /usr/share/zsh/5.0.8/functions/_rdesktop /usr/share/zsh/5.0.8/functions/_read /usr/share/zsh/5.0.8/functions/_read_comp /usr/share/zsh/5.0.8/functions/_readelf /usr/share/zsh/5.0.8/functions/_readshortcut /usr/share/zsh/5.0.8/functions/_rebootin /usr/share/zsh/5.0.8/functions/_redirect /usr/share/zsh/5.0.8/functions/_regex_arguments /usr/share/zsh/5.0.8/functions/_regex_words /usr/share/zsh/5.0.8/functions/_remote_files /usr/share/zsh/5.0.8/functions/_renice /usr/share/zsh/5.0.8/functions/_reprepro /usr/share/zsh/5.0.8/functions/_requested /usr/share/zsh/5.0.8/functions/_retrieve_cache /usr/share/zsh/5.0.8/functions/_retrieve_mac_apps /usr/share/zsh/5.0.8/functions/_ri /usr/share/zsh/5.0.8/functions/_rlogin /usr/share/zsh/5.0.8/functions/_rm /usr/share/zsh/5.0.8/functions/_rpm /usr/share/zsh/5.0.8/functions/_rpmbuild /usr/share/zsh/5.0.8/functions/_rrdtool /usr/share/zsh/5.0.8/functions/_rsync /usr/share/zsh/5.0.8/functions/_rubber /usr/share/zsh/5.0.8/functions/_ruby /usr/share/zsh/5.0.8/functions/_run-help /usr/share/zsh/5.0.8/functions/_runit /usr/share/zsh/5.0.8/functions/_sablotron /usr/share/zsh/5.0.8/functions/_samba /usr/share/zsh/5.0.8/functions/_savecore /usr/share/zsh/5.0.8/functions/_sccs /usr/share/zsh/5.0.8/functions/_sched /usr/share/zsh/5.0.8/functions/_schedtool /usr/share/zsh/5.0.8/functions/_schroot /usr/share/zsh/5.0.8/functions/_screen /usr/share/zsh/5.0.8/functions/_sed /usr/share/zsh/5.0.8/functions/_sep_parts /usr/share/zsh/5.0.8/functions/_sequence /usr/share/zsh/5.0.8/functions/_service /usr/share/zsh/5.0.8/functions/_services /usr/share/zsh/5.0.8/functions/_set /usr/share/zsh/5.0.8/functions/_set_command /usr/share/zsh/5.0.8/functions/_setfacl /usr/share/zsh/5.0.8/functions/_setopt /usr/share/zsh/5.0.8/functions/_setup /usr/share/zsh/5.0.8/functions/_setxkbmap /usr/share/zsh/5.0.8/functions/_sh /usr/share/zsh/5.0.8/functions/_showmount /usr/share/zsh/5.0.8/functions/_signals /usr/share/zsh/5.0.8/functions/_sisu /usr/share/zsh/5.0.8/functions/_slrn /usr/share/zsh/5.0.8/functions/_smit /usr/share/zsh/5.0.8/functions/_snoop /usr/share/zsh/5.0.8/functions/_socket /usr/share/zsh/5.0.8/functions/_sockstat /usr/share/zsh/5.0.8/functions/_softwareupdate /usr/share/zsh/5.0.8/functions/_sort /usr/share/zsh/5.0.8/functions/_source /usr/share/zsh/5.0.8/functions/_spamassassin /usr/share/zsh/5.0.8/functions/_sqlite /usr/share/zsh/5.0.8/functions/_sqsh /usr/share/zsh/5.0.8/functions/_ss /usr/share/zsh/5.0.8/functions/_ssh /usr/share/zsh/5.0.8/functions/_sshfs /usr/share/zsh/5.0.8/functions/_stat /usr/share/zsh/5.0.8/functions/_stgit /usr/share/zsh/5.0.8/functions/_store_cache /usr/share/zsh/5.0.8/functions/_strace /usr/share/zsh/5.0.8/functions/_strip /usr/share/zsh/5.0.8/functions/_stty /usr/share/zsh/5.0.8/functions/_su /usr/share/zsh/5.0.8/functions/_sub_commands /usr/share/zsh/5.0.8/functions/_subscript /usr/share/zsh/5.0.8/functions/_subversion /usr/share/zsh/5.0.8/functions/_sudo /usr/share/zsh/5.0.8/functions/_suffix_alias_files /usr/share/zsh/5.0.8/functions/_surfraw /usr/share/zsh/5.0.8/functions/_svcadm /usr/share/zsh/5.0.8/functions/_svccfg /usr/share/zsh/5.0.8/functions/_svcprop /usr/share/zsh/5.0.8/functions/_svcs /usr/share/zsh/5.0.8/functions/_svcs_fmri /usr/share/zsh/5.0.8/functions/_svn-buildpackage /usr/share/zsh/5.0.8/functions/_sysctl /usr/share/zsh/5.0.8/functions/_sysstat /usr/share/zsh/5.0.8/functions/_system_profiler /usr/share/zsh/5.0.8/functions/_systemd /usr/share/zsh/5.0.8/functions/_tags /usr/share/zsh/5.0.8/functions/_tar /usr/share/zsh/5.0.8/functions/_tar_archive /usr/share/zsh/5.0.8/functions/_tardy /usr/share/zsh/5.0.8/functions/_tcpdump /usr/share/zsh/5.0.8/functions/_tcpsys /usr/share/zsh/5.0.8/functions/_tcptraceroute /usr/share/zsh/5.0.8/functions/_telnet /usr/share/zsh/5.0.8/functions/_terminals /usr/share/zsh/5.0.8/functions/_tex /usr/share/zsh/5.0.8/functions/_texi /usr/share/zsh/5.0.8/functions/_texinfo /usr/share/zsh/5.0.8/functions/_tidy /usr/share/zsh/5.0.8/functions/_tiff /usr/share/zsh/5.0.8/functions/_tilde /usr/share/zsh/5.0.8/functions/_tilde_files /usr/share/zsh/5.0.8/functions/_time_zone /usr/share/zsh/5.0.8/functions/_tin /usr/share/zsh/5.0.8/functions/_tla /usr/share/zsh/5.0.8/functions/_tmux /usr/share/zsh/5.0.8/functions/_todo.sh /usr/share/zsh/5.0.8/functions/_toilet /usr/share/zsh/5.0.8/functions/_toolchain-source /usr/share/zsh/5.0.8/functions/_topgit /usr/share/zsh/5.0.8/functions/_totd /usr/share/zsh/5.0.8/functions/_tpb /usr/share/zsh/5.0.8/functions/_tpconfig /usr/share/zsh/5.0.8/functions/_tracepath /usr/share/zsh/5.0.8/functions/_trap /usr/share/zsh/5.0.8/functions/_tree /usr/share/zsh/5.0.8/functions/_ttyctl /usr/share/zsh/5.0.8/functions/_tune2fs /usr/share/zsh/5.0.8/functions/_twidge /usr/share/zsh/5.0.8/functions/_twisted /usr/share/zsh/5.0.8/functions/_typeset /usr/share/zsh/5.0.8/functions/_ulimit /usr/share/zsh/5.0.8/functions/_uml /usr/share/zsh/5.0.8/functions/_unace /usr/share/zsh/5.0.8/functions/_uname /usr/share/zsh/5.0.8/functions/_unexpand /usr/share/zsh/5.0.8/functions/_unhash /usr/share/zsh/5.0.8/functions/_uniq /usr/share/zsh/5.0.8/functions/_unison /usr/share/zsh/5.0.8/functions/_units /usr/share/zsh/5.0.8/functions/_update-alternatives /usr/share/zsh/5.0.8/functions/_update-rc.d /usr/share/zsh/5.0.8/functions/_urls /usr/share/zsh/5.0.8/functions/_urpmi /usr/share/zsh/5.0.8/functions/_urxvt /usr/share/zsh/5.0.8/functions/_uscan /usr/share/zsh/5.0.8/functions/_user_admin /usr/share/zsh/5.0.8/functions/_user_at_host /usr/share/zsh/5.0.8/functions/_user_expand /usr/share/zsh/5.0.8/functions/_user_math_func /usr/share/zsh/5.0.8/functions/_users /usr/share/zsh/5.0.8/functions/_users_on /usr/share/zsh/5.0.8/functions/_uzbl /usr/share/zsh/5.0.8/functions/_valgrind /usr/share/zsh/5.0.8/functions/_value /usr/share/zsh/5.0.8/functions/_values /usr/share/zsh/5.0.8/functions/_vared /usr/share/zsh/5.0.8/functions/_vars /usr/share/zsh/5.0.8/functions/_vcsh /usr/share/zsh/5.0.8/functions/_vim /usr/share/zsh/5.0.8/functions/_vim-addons /usr/share/zsh/5.0.8/functions/_vnc /usr/share/zsh/5.0.8/functions/_volume_groups /usr/share/zsh/5.0.8/functions/_vorbis /usr/share/zsh/5.0.8/functions/_vorbiscomment /usr/share/zsh/5.0.8/functions/_vserver /usr/share/zsh/5.0.8/functions/_vux /usr/share/zsh/5.0.8/functions/_w3m /usr/share/zsh/5.0.8/functions/_wait /usr/share/zsh/5.0.8/functions/_wajig /usr/share/zsh/5.0.8/functions/_wakeup_capable_devices /usr/share/zsh/5.0.8/functions/_wanna-build /usr/share/zsh/5.0.8/functions/_wanted /usr/share/zsh/5.0.8/functions/_wc /usr/share/zsh/5.0.8/functions/_webbrowser /usr/share/zsh/5.0.8/functions/_wget /usr/share/zsh/5.0.8/functions/_whereis /usr/share/zsh/5.0.8/functions/_which /usr/share/zsh/5.0.8/functions/_whois /usr/share/zsh/5.0.8/functions/_wiggle /usr/share/zsh/5.0.8/functions/_wpa_cli /usr/share/zsh/5.0.8/functions/_x_arguments /usr/share/zsh/5.0.8/functions/_x_borderwidth /usr/share/zsh/5.0.8/functions/_x_color /usr/share/zsh/5.0.8/functions/_x_colormapid /usr/share/zsh/5.0.8/functions/_x_cursor /usr/share/zsh/5.0.8/functions/_x_display /usr/share/zsh/5.0.8/functions/_x_extension /usr/share/zsh/5.0.8/functions/_x_font /usr/share/zsh/5.0.8/functions/_x_geometry /usr/share/zsh/5.0.8/functions/_x_keysym /usr/share/zsh/5.0.8/functions/_x_locale /usr/share/zsh/5.0.8/functions/_x_modifier /usr/share/zsh/5.0.8/functions/_x_name /usr/share/zsh/5.0.8/functions/_x_resource /usr/share/zsh/5.0.8/functions/_x_selection_timeout /usr/share/zsh/5.0.8/functions/_x_title /usr/share/zsh/5.0.8/functions/_x_utils /usr/share/zsh/5.0.8/functions/_x_visual /usr/share/zsh/5.0.8/functions/_x_window /usr/share/zsh/5.0.8/functions/_xargs /usr/share/zsh/5.0.8/functions/_xauth /usr/share/zsh/5.0.8/functions/_xautolock /usr/share/zsh/5.0.8/functions/_xclip /usr/share/zsh/5.0.8/functions/_xdvi /usr/share/zsh/5.0.8/functions/_xfig /usr/share/zsh/5.0.8/functions/_xft_fonts /usr/share/zsh/5.0.8/functions/_xloadimage /usr/share/zsh/5.0.8/functions/_xmlsoft /usr/share/zsh/5.0.8/functions/_xmms2 /usr/share/zsh/5.0.8/functions/_xmodmap /usr/share/zsh/5.0.8/functions/_xournal /usr/share/zsh/5.0.8/functions/_xpdf /usr/share/zsh/5.0.8/functions/_xrandr /usr/share/zsh/5.0.8/functions/_xscreensaver /usr/share/zsh/5.0.8/functions/_xset /usr/share/zsh/5.0.8/functions/_xt_arguments /usr/share/zsh/5.0.8/functions/_xt_session_id /usr/share/zsh/5.0.8/functions/_xterm /usr/share/zsh/5.0.8/functions/_xv /usr/share/zsh/5.0.8/functions/_xwit /usr/share/zsh/5.0.8/functions/_xxd /usr/share/zsh/5.0.8/functions/_xz /usr/share/zsh/5.0.8/functions/_yafc /usr/share/zsh/5.0.8/functions/_yast /usr/share/zsh/5.0.8/functions/_yodl /usr/share/zsh/5.0.8/functions/_yp /usr/share/zsh/5.0.8/functions/_yum /usr/share/zsh/5.0.8/functions/_zargs /usr/share/zsh/5.0.8/functions/_zattr /usr/share/zsh/5.0.8/functions/_zcalc /usr/share/zsh/5.0.8/functions/_zcalc_line /usr/share/zsh/5.0.8/functions/_zcat /usr/share/zsh/5.0.8/functions/_zcompile /usr/share/zsh/5.0.8/functions/_zdump /usr/share/zsh/5.0.8/functions/_zed /usr/share/zsh/5.0.8/functions/_zfs /usr/share/zsh/5.0.8/functions/_zfs_dataset /usr/share/zsh/5.0.8/functions/_zfs_keysource_props /usr/share/zsh/5.0.8/functions/_zfs_pool /usr/share/zsh/5.0.8/functions/_zftp /usr/share/zsh/5.0.8/functions/_zip /usr/share/zsh/5.0.8/functions/_zle /usr/share/zsh/5.0.8/functions/_zlogin /usr/share/zsh/5.0.8/functions/_zmodload /usr/share/zsh/5.0.8/functions/_zmv /usr/share/zsh/5.0.8/functions/_zoneadm /usr/share/zsh/5.0.8/functions/_zones /usr/share/zsh/5.0.8/functions/_zpool /usr/share/zsh/5.0.8/functions/_zpty /usr/share/zsh/5.0.8/functions/_zsh-mime-handler /usr/share/zsh/5.0.8/functions/_zstyle /usr/share/zsh/5.0.8/functions/_ztodo /usr/share/zsh/5.0.8/functions/_zypper )
+compaudit:59> [[ -n /usr/share/zsh/5.0.8/functions ]]
+compaudit:60> [[ 735 -lt 20 || /usr/share/zsh/5.0.8/functions == */Base || -d /usr/share/zsh/5.0.8/functions/Base ]]
+compaudit:82> [[ ign == use ]]
+compaudit:86> local '_i_owners=u0u501'
+compaudit:89> local -a _i_exes
+compaudit:90> _i_exes=( /proc/69674/exe /proc/69674/object/a.out )
+compaudit:94> local _i_exe
+compaudit:99> _i_exe=/proc/69674/exe
+compaudit:100> [[ -e /proc/69674/exe ]]
+compaudit:99> _i_exe=/proc/69674/object/a.out
+compaudit:100> [[ -e /proc/69674/object/a.out ]]
+compaudit:121> _i_wdirs=( )
+compaudit:130> (( 0 ))
+compaudit:144> [[ -f /etc/debian_version ]]
+compaudit:151> _i_wdirs=( )
+compaudit:152> _i_wfiles=( )
+compaudit:154> case 0:0 (0:0)
+compaudit:155> _i_q=''
+compaudit:161> [[ -n '' ]]
+compaudit:168> return 0
+compinit:466> autoload -Uz compdump compinstall
+compinit:470> _i_done=''
+compinit:472> [[ -f '/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8' ]]
+compinit:473> [[ -n yes ]]
+compinit:474> IFS=' ' +compinit:474> read -rA _i_line
+compinit:475> [[ _i_autodump -eq 1 && 735 -eq 735 && 5.0.8 == 5.0.8 ]]
+compinit:478> . '/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8'
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8: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-,CXXFLAGS,-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-,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 add-zsh-hook _add-zsh-hook 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 brew _brew brew-cask _brew_cask bsdconfig _bsdconfig bsdgrep _grep bsdinstall _bsdinstall 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 cabal _cabal 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 cmp _cmp 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 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 elfdump _elfdump elinks _elinks elm _elm emulate _emulate enable _enable enscript _enscript env _env epdfview _pdf epsffit _psutils erb _ruby espeak _espeak etags _etags ethtool _ethtool eu-nm _nm eu-readelf _readelf eval _precommand eview _vim evim _vim evince _pspdf 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 gchmod _chmod gcmp _cmp gcomm _comm gcore _gcore gcp _cp gdate _date gdb _gdb gdiff _diff gdu _du 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 gfind _find ggv _gnome-gv ghostscript _gs ghostview _pspdf gid _id git _git git-buildpackage _git-buildpackage git-cvsserver _git git-receive-pack _git git-shell _git git-upload-archive _git git-upload-pack _git gitk _git gjoin _join gln _ln global _global gls _ls gm _graphicsmagick gmake _make gmd5sum _md5sum gmkdir _mkdir gmplayer _mplayer gnl _nl 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 god _od gofmt _go gpatch _patch gpg _gpg gpg-zip _gpg gpg2 _gpg gpgv _gpg gphoto2 _gphoto2 gprof _gprof gqview _gqview gradle _gradle gradlew _gradle grail _webbrowser grep _grep grep-excuses _grep-excuses grm _rm groff _groff groupadd _user_admin groupdel _groups groupmod _user_admin groups _users growisofs _growisofs gs _gs gsbj _pspdf gsdj _pspdf gsdj500 _pspdf gsed _sed gslj _pspdf gslp _pspdf gsnd _pspdf gsort _sort 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 guniq _uniq gunzip _gzip gv _gv gview _vim gvim _vim gvimdiff _vim gwc _wc gxargs _xargs gzcat _gzip gzilla _webbrowser gzip _gzip hash _hash hdiutil _hdiutil help _sccs hg _hg hilite _precommand history _fc host _hosts hotjava _webbrowser 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 jexec _jexec jls _jls 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 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 mixerctl _mixerctl 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 nl _nl 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 nvim _vim 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 psed _sed 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 _ptree pump _pump pushd _cd putclip _putclip putclip.exe _putclip pwait _pids pwdx _pids pyhtmlizer _twisted qdbus _qdbus 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 rdesktop _rdesktop read _read readelf _readelf 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 s2p _sed 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 sv _runit 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 tig _git 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 urxvt256c _urxvt urxvt256c-ml _urxvt urxvt256c-mlc _urxvt urxvt256cc _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 wc _wc 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 xautolock _xautolock 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 xxd _xxd 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 zcalc _zcalc zcat _zcat zcompile _zcompile zcp _zmv zdelattr _zattr zdump _zdump zed _zed zegrep, _grep zen _webbrowser zf_chgrp _chown zf_chown _chown zf_ln _ln zf_mkdir _mkdir zf_rm _rm zf_rmdir _directories zfgrep _grep zfs _zfs zgetattr _zattr zgrep, _grep 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/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1299> _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 gpg2 gpg 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 zf_chgrp chgrp zf_chown chown )
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1342> _patcomps=( '*/(init|rc[0-9S]#).d/*' _init_d 'zf*' _zftp )
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1347> _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 'pydoc[0-9.]#' _pydoc 'python[0-9.]#' _python 'qemu(|-system-*)' _qemu sadf _sysstat sar _sysstat 'yodl(|2*)' _yodl )
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1370> _compautos=( _call_program +X )
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1374> zle -C _bash_complete-word .complete-word _bash_completions
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1375> zle -C _bash_list-choices .list-choices _bash_completions
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1376> zle -C _complete_debug .complete-word _complete_debug
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1377> zle -C _complete_help .complete-word _complete_help
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1378> zle -C _complete_tag .complete-word _complete_tag
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1379> zle -C _correct_filename .complete-word _correct_filename
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1380> zle -C _correct_word .complete-word _correct_word
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1381> zle -C _expand_alias .complete-word _expand_alias
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1382> zle -C _expand_word .complete-word _expand_word
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1383> zle -C _history-complete-newer .complete-word _history_complete_word
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1384> zle -C _history-complete-older .complete-word _history_complete_word
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1385> zle -C _list_expansions .list-choices _expand_word
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1386> zle -C _most_recent_file .complete-word _most_recent_file
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1387> zle -C _next_tags .list-choices _next_tags
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1388> zle -C _read_comp .complete-word _read_comp
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1389> bindkey '^X^R' _read_comp
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1390> bindkey '^X?' _complete_debug
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1391> bindkey '^XC' _correct_filename
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1392> bindkey '^Xa' _expand_alias
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1393> bindkey '^Xc' _correct_word
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1394> bindkey '^Xd' _list_expansions
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1395> bindkey '^Xe' _expand_word
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1396> bindkey '^Xh' _complete_help
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1397> bindkey '^Xm' _most_recent_file
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1398> bindkey '^Xn' _next_tags
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1399> bindkey '^Xt' _complete_tag
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1400> bindkey '^X~' _bash_list-choices
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1401> bindkey '^[,' _history-complete-newer
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1402> bindkey '^[/' _history-complete-older
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1403> bindkey '^[~' _bash_complete-word
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1405> autoload -Uz _SUSEconfig _a2ps _a2utils _aap _acpi _acpitool _acroread _adb _add-zsh-hook _alias _aliases _all_labels _all_matches _alternative _analyseplugin _ant _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 _brew _brew_cask _bsd_pkg _bsdconfig _bsdinstall _btrfs _bts _bug _builtin _bzip2 _bzr _cabal _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 _cmdstring _cmp _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_architectures _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 _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 _elfdump _elinks _elm _email_addresses _emulate _enable _enscript _env _equal _espeak _etags _ethtool _expand _expand_alias _expand_word _extensions _external_pwds _fakeroot _fc _feh _fetch _fetchmail _ffmpeg _figlet _file_descriptors _file_systems _files _find _find_net_interfaces _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 _hwinfo _iconv _id _ifconfig _iftop _ignored _imagemagick _in_vared _inetadm _init_d _initctl _invoke-rc.d _ionice _ip _ipadm _ipset _iptables _irssi _ispell _iwconfig _jails _java _java_class _jexec _jls _jobs _jobs_bg _jobs_builtin _jobs_fg _joe _join _kfmclient _kill _killall _kld _knock _kvno _last _ldd _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 _mixerctl _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 _nl _nm _nmap _nmcli _normal _nothing _notmuch _npm _nslookup _object_classes _od _okular _oldlist _omz_diag_dump_check_core_commands _omz_diag_dump_echo_file_w_header _omz_diag_dump_one_big_text _omz_diag_dump_os_specific_version _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 _pyenv _pyenv_virtualenv_hook _python _python_modules _qdbus _qemu _qiv _qtplay _quilt _raggle _rake _ranlib _rar _rcs _rdesktop _read _read_comp _readelf _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 _runit _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 _wc _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 _xautolock _xclip _xdvi _xfig _xft_fonts _xloadimage _xmlsoft _xmms2 _xmodmap _xournal _xpdf _xrandr _xscreensaver _xset _xt_arguments _xt_session_id _xterm _xv _xwit _xxd _xz _yast _yodl _yp _yum _zargs _zattr _zcalc _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/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1553> autoload -Uz +X _call_program
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1555> typeset -gUa _comp_assocs
+/Users/DS/.zcompdump- YuDaesung의 MacBook Pro-5.0.8:1556> _comp_assocs=( '' )
+compinit:479> _i_done=yes
+compinit:486> [[ -z yes ]]
+compinit:523> _i_line=complete-word
+compinit:526> zle -C complete-word .complete-word _main_complete
+compinit:523> _i_line=delete-char-or-list
+compinit:526> zle -C delete-char-or-list .delete-char-or-list _main_complete
+compinit:523> _i_line=expand-or-complete
+compinit:526> zle -C expand-or-complete .expand-or-complete _main_complete
+compinit:523> _i_line=expand-or-complete-prefix
+compinit:526> zle -C expand-or-complete-prefix .expand-or-complete-prefix _main_complete
+compinit:523> _i_line=list-choices
+compinit:526> zle -C list-choices .list-choices _main_complete
+compinit:523> _i_line=menu-complete
+compinit:526> zle -C menu-complete .menu-complete _main_complete
+compinit:523> _i_line=menu-expand-or-complete
+compinit:526> zle -C menu-expand-or-complete .menu-expand-or-complete _main_complete
+compinit:523> _i_line=reverse-menu-complete
+compinit:526> zle -C reverse-menu-complete .reverse-menu-complete _main_complete
+compinit:528> zle -la menu-select
+compinit:528> zle -C menu-select .menu-select _main_complete
+compinit:532> bindkey '^i'
+compinit:532> IFS=' ' +compinit:532> read -A _i_line
+compinit:533> [[ expand-or-complete == expand-or-complete ]]
+compinit:534> zstyle -a :completion: completer _i_line
+compinit:539> unfunction compinit compaudit
+compinit:540> autoload -Uz compinit compaudit
+compinit:542> return 0
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:90> config_file=/Users/DS/.oh-my-zsh/custom/example.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:91> source /Users/DS/.oh-my-zsh/custom/example.zsh
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:93> unset config_file
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:96> [ agnoster '=' random ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:104> [ '!' agnoster '=' '' ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:105> [ -f /Users/DS/.oh-my-zsh/custom/agnoster.zsh-theme ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:107> [ -f /Users/DS/.oh-my-zsh/custom/themes/agnoster.zsh-theme ']'
+/Users/DS/.oh-my-zsh/oh-my-zsh.sh:110> source /Users/DS/.oh-my-zsh/themes/agnoster.zsh-theme
+/Users/DS/.oh-my-zsh/themes/agnoster.zsh-theme:31> CURRENT_BG=NONE
+/Users/DS/.oh-my-zsh/themes/agnoster.zsh-theme:35> '(anon)'
+(anon):1> local 'LC_ALL=' 'LC_CTYPE=en_US.UTF-8'
+(anon):12> SEGMENT_SEPARATOR=
+/Users/DS/.oh-my-zsh/themes/agnoster.zsh-theme:228> PROMPT='%{%f%b%k%}$(build_prompt) '
+_pyenv_virtualenv_hook:1> local 'ret=0'
+_pyenv_virtualenv_hook:2> [ -n '' ']'
+_pyenv_virtualenv_hook:5> pyenv sh-activate --quiet
+pyenv:1> local command
+pyenv:2> command=sh-activate
+pyenv:3> [ 2 -gt 0 ']'
+pyenv:4> shift
+pyenv:7> case sh-activate (activate | deactivate | rehash | shell)
+pyenv:7> case sh-activate (*)
+pyenv:11> pyenv sh-activate --quiet
+ [pyenv:23] enable -f /usr/local/Cellar/pyenv/20160202/libexec/../libexec/pyenv-realpath.dylib realpath
+ [pyenv:29] '[' -z '' ']'
++ [pyenv:31] type -p greadlink readlink
++ [pyenv:31] head -1
+ [pyenv:31] READLINK=/usr/bin/readlink
+ [pyenv:32] '[' -n /usr/bin/readlink ']'
+ [pyenv:53] '[' -z '' ']'
+ [pyenv:54] PYENV_ROOT=/Users/DS/.pyenv
+ [pyenv:58] export PYENV_ROOT
+ [pyenv:61] '[' -z '' ']'
+ [pyenv:62] '[' -n '' ']'
+ [pyenv:73] '[' -z '' ']'
+ [pyenv:74] PYENV_DIR=/Users/DS
+ [pyenv:80] export PYENV_DIR
+ [pyenv:83] shopt -s nullglob
++ [pyenv:85] abs_dirname /usr/local/Cellar/pyenv/20160202/libexec/pyenv
++ [pyenv:39] local cwd=/Users/DS
++ [pyenv:40] local path=/usr/local/Cellar/pyenv/20160202/libexec/pyenv
++ [pyenv:42] '[' -n /usr/local/Cellar/pyenv/20160202/libexec/pyenv ']'
++ [pyenv:43] cd /usr/local/Cellar/pyenv/20160202/libexec
++ [pyenv:44] local name=pyenv
+++ [pyenv:45] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
+++ [pyenv:45] true
++ [pyenv:45] path=
++ [pyenv:42] '[' -n '' ']'
++ [pyenv:48] pwd
++ [pyenv:49] cd /Users/DS
+ [pyenv:85] bin_path=/usr/local/Cellar/pyenv/20160202/libexec
+ [pyenv:89] export PATH=/usr/local/Cellar/pyenv/20160202/libexec:/usr/local/Cellar/pyenv-virtualenv/20160202/shims:/usr/local/Cellar/pyenv/20160202/libexec:/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/usr/sbin:/bin
+ [pyenv:89] PATH=/usr/local/Cellar/pyenv/20160202/libexec:/usr/local/Cellar/pyenv-virtualenv/20160202/shims:/usr/local/Cellar/pyenv/20160202/libexec:/Users/DS/.pyenv/shims:/usr/local/bin:/usr/bin:/usr/sbin:/bin
+ [pyenv:91] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d
+ [pyenv:92] '[' /usr/local/Cellar/pyenv/20160202 '!=' /Users/DS/.pyenv ']'
+ [pyenv:94] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/20160202/pyenv.d
+ [pyenv:96] PYENV_HOOK_PATH=:/Users/DS/.pyenv/pyenv.d:/usr/local/Cellar/pyenv/20160202/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks
+ [pyenv:100] export PYENV_HOOK_PATH
+ [pyenv:102] shopt -u nullglob
+ [pyenv:105] command=sh-activate
+ [pyenv:106] case "$command" in
++ [pyenv:119] command -v pyenv-sh-activate
+ [pyenv:119] command_path=/usr/local/bin/pyenv-sh-activate
+ [pyenv:120] '[' -n /usr/local/bin/pyenv-sh-activate ']'
+ [pyenv:122] shift 1
+ [pyenv:123] '[' --quiet = --help ']'
+ [pyenv:126] exec /usr/local/bin/pyenv-sh-activate --quiet
+ [pyenv-sh-activate:17] '[' -z /Users/DS/.pyenv ']'
+ [pyenv-sh-activate:25] unset FORCE
+ [pyenv-sh-activate:26] unset QUIET
+ [pyenv-sh-activate:27] unset VERBOSE
+ [pyenv-sh-activate:29] '[' 1 -gt 0 ']'
+ [pyenv-sh-activate:30] case "$1" in
+ [pyenv-sh-activate:44] QUIET=1
+ [pyenv-sh-activate:56] shift 1
+ [pyenv-sh-activate:29] '[' 0 -gt 0 ']'
+ [pyenv-sh-activate:59] no_shell=
+ [pyenv-sh-activate:60] versions=("$@")
+ [pyenv-sh-activate:61] '[' -z '' ']'
+ [pyenv-sh-activate:62] no_shell=1
+ [pyenv-sh-activate:63] OLDIFS='
'
+ [pyenv-sh-activate:64] IFS=:
+ [pyenv-sh-activate:64] versions=($(pyenv-version-name 2>/dev/null))
++ [pyenv-sh-activate:64] pyenv-version-name
+ [pyenv-sh-activate:65] IFS='
'
+ [pyenv-sh-activate:68] '[' -z 1 ']'
+ [pyenv-sh-activate:74] venv=system
+ [pyenv-sh-activate:76] '[' -n '' ']'
+ [pyenv-sh-activate:89] pyenv-virtualenv-prefix system
+ [pyenv-sh-activate:91] OLDIFS='
'
+ [pyenv-sh-activate:92] IFS=:
+ [pyenv-sh-activate:92] current_versions=($(pyenv-version-name))
++ [pyenv-sh-activate:92] pyenv-version-name
+ [pyenv-version-name:6] '[' -z '' ']'
++ [pyenv-version-name:7] pyenv-version-file
+ [pyenv-version-file:22] find_local_version_file /Users/DS
+ [pyenv-version-file:7] local root=/Users/DS
+ [pyenv-version-file:8] true
+ [pyenv-version-file:9] [[ /Users/DS =~ ^//[^/]*$ ]]
+ [pyenv-version-file:10] '[' -e /Users/DS/.python-version ']'
+ [pyenv-version-file:13] '[' -e /Users/DS/.pyenv-version ']'
+ [pyenv-version-file:17] '[' -n /Users/DS ']'
+ [pyenv-version-file:18] root=/Users
+ [pyenv-version-file:8] true
+ [pyenv-version-file:9] [[ /Users =~ ^//[^/]*$ ]]
+ [pyenv-version-file:10] '[' -e /Users/.python-version ']'
+ [pyenv-version-file:13] '[' -e /Users/.pyenv-version ']'
+ [pyenv-version-file:17] '[' -n /Users ']'
+ [pyenv-version-file:18] root=
+ [pyenv-version-file:8] true
+ [pyenv-version-file:9] [[ '' =~ ^//[^/]*$ ]]
+ [pyenv-version-file:10] '[' -e /.python-version ']'
+ [pyenv-version-file:13] '[' -e /.pyenv-version ']'
+ [pyenv-version-file:17] '[' -n '' ']'
+ [pyenv-version-file:17] break
+ [pyenv-version-file:23] '[' /Users/DS = /Users/DS ']'
+ [pyenv-version-file:25] global_version_file=/Users/DS/.pyenv/version
+ [pyenv-version-file:27] '[' -e /Users/DS/.pyenv/version ']'
+ [pyenv-version-file:29] '[' -e /Users/DS/.pyenv/global ']'
+ [pyenv-version-file:31] '[' -e /Users/DS/.pyenv/default ']'
+ [pyenv-version-file:34] echo /Users/DS/.pyenv/version
+ [pyenv-version-name:7] PYENV_VERSION_FILE=/Users/DS/.pyenv/version
++ [pyenv-version-name:8] pyenv-version-file-read /Users/DS/.pyenv/version
+ [pyenv-version-file-read:6] VERSION_FILE=/Users/DS/.pyenv/version
+ [pyenv-version-file-read:8] '[' -e /Users/DS/.pyenv/version ']'
+ [pyenv-version-file-read:22] exit 1
++ [pyenv-version-name:8] true
+ [pyenv-version-name:8] PYENV_VERSION=
+ [pyenv-version-name:11] '[' -z '' ']'
+ [pyenv-version-name:12] echo system
+ [pyenv-version-name:13] exit
+ [pyenv-sh-activate:93] IFS='
'
+ [pyenv-sh-activate:94] new_venv=system/envs/system
+ [pyenv-sh-activate:95] pyenv-virtualenv-prefix system/envs/system
+ [pyenv-sh-activate:99] '[' -z 1 ']'
+ [pyenv-sh-activate:102] echo false
+ [pyenv-sh-activate:103] exit 1
+_pyenv_virtualenv_hook:5> true
+_pyenv_virtualenv_hook:5> eval false
+(eval):1> false
+_pyenv_virtualenv_hook:5> true
+_pyenv_virtualenv_hook:7> return 0
+omz_termsupport_precmd:1> emulate -L zsh
+omz_termsupport_precmd:3> [[ '' == true ]]
+omz_termsupport_precmd:7> title '%15<..<%~%<<' %n@%m
+title:1> emulate -L zsh
+title:2> setopt prompt_subst
+title:4> [[ '' == *term* ]]
+title:8> : %n@%m
+title:10> case ansi (cygwin | xterm* | putty* | rxvt* | ansi)
+title:12> print -Pn '\e]2;%n@%m\a'
+title:13> print -Pn '\e]1;%15\<..\<%~%\<\<\a'
+update_terminalapp_cwd:1> emulate -L zsh
+update_terminalapp_cwd:4> omz_urlencode -P /Users/DS
+omz_urlencode:1> emulate -L zsh
+omz_urlencode:2> zparseopts -D -E -a opts r m P
+omz_urlencode:4> local 'in_str=/Users/DS'
+omz_urlencode:5> local 'url_str='
+omz_urlencode:6> local spaces_as_plus
+omz_urlencode:7> [[ -z -P ]]
+omz_urlencode:8> local 'str=/Users/DS'
+omz_urlencode:11> local 'encoding=UTF-8'
+omz_urlencode:12> local safe_encodings
+omz_urlencode:13> safe_encodings=( UTF-8 utf8 US-ASCII )
+omz_urlencode:14> [[ -z UTF-8 ]]
+omz_urlencode:23> local i byte ord 'LC_ALL=C'
+omz_urlencode:24> export LC_ALL
+omz_urlencode:25> local 'reserved=;/?:@&=+$,'
+omz_urlencode:26> local 'mark=_.!~*()-'
+omz_urlencode:27> local 'dont_escape=[A-Za-z0-9'
+omz_urlencode:28> [[ -z '' ]]
+omz_urlencode:29> dont_escape+=';/?:@&=+$,'
+omz_urlencode:32> [[ -z '' ]]
+omz_urlencode:33> dont_escape+='_.!~*()-'
+omz_urlencode:35> dont_escape+=']'
+omz_urlencode:39> local 'url_str='
+omz_urlencode:40> i = 1
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=/
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=/
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=U
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=U
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=s
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=s
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=e
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=e
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=r
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=r
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=s
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=s
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=/
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=/
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=D
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=D
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:41> byte=S
+omz_urlencode:42> [[ "$byte" -regex-match "$dont_escape" ]]
+omz_urlencode:43> url_str+=S
+omz_urlencode:40> ++i
+omz_urlencode:40> i <= 9
+omz_urlencode:53> echo -E /Users/DS
+update_terminalapp_cwd:4> local 'URL_PATH=/Users/DS'
+update_terminalapp_cwd:5> [[ 0 != 0 ]]
+update_terminalapp_cwd:8> printf '\e]7;%s\a' file://YuDaesungui-MacBook-Pro.local/Users/DS
+-zsh:1> build_prompt
+build_prompt:1> RETVAL=0
+build_prompt:2> prompt_status
+prompt_status:1> local symbols
+prompt_status:2> symbols=( )
+prompt_status:3> [[ 0 -ne 0 ]]
+prompt_status:4> [[ 501 -eq 0 ]]
+prompt_status:5> [[+prompt_status:5> jobs -l
+prompt_status:5> [[+prompt_status:5> wc -l
+prompt_status:5> [[ ' 0' -gt 0 ]]
+prompt_status:7> [[ -n '' ]]
+build_prompt:3> prompt_virtualenv
+prompt_virtualenv:1> local 'virtualenv_path='
+prompt_virtualenv:2> [[ -n '' ]]
+build_prompt:4> prompt_context
+prompt_context:1> [[ DS != ]]
+prompt_context:2> prompt_segment black default '%(!.%{%F{yellow}%}.)DS@%m'
+prompt_segment:1> local bg fg
+prompt_segment:2> [[ -n black ]]
+prompt_segment:2> bg='%K{black}'
+prompt_segment:3> [[ -n default ]]
+prompt_segment:3> fg='%F{default}'
+prompt_segment:4> [[ NONE != NONE ]]
+prompt_segment:7> echo -n '%{%K{black}%}%{%F{default}%} '
+prompt_segment:9> CURRENT_BG=black
+prompt_segment:10> [[ -n '%(!.%{%F{yellow}%}.)DS@%m' ]]
+prompt_segment:10> echo -n '%(!.%{%F{yellow}%}.)DS@%m'
+build_prompt:5> prompt_dir
+prompt_dir:1> prompt_segment blue black '%~'
+prompt_segment:1> local bg fg
+prompt_segment:2> [[ -n blue ]]
+prompt_segment:2> bg='%K{blue}'
+prompt_segment:3> [[ -n black ]]
+prompt_segment:3> fg='%F{black}'
+prompt_segment:4> [[ black != NONE && blue != black ]]
+prompt_segment:5> echo -n ' %{%K{blue}%F{black}%}%{%F{black}%} '
+prompt_segment:9> CURRENT_BG=blue
+prompt_segment:10> [[ -n '%~' ]]
+prompt_segment:10> echo -n '%~'
+build_prompt:6> prompt_git
+prompt_git:1> (( 1 ))
+prompt_git:2> local PL_BRANCH_CHAR
+prompt_git:3> '(anon)'
+(anon):1> local 'LC_ALL=' 'LC_CTYPE=en_US.UTF-8'
+(anon):2> PL_BRANCH_CHAR=
+prompt_git:7> local ref dirty mode repo_path
+prompt_git:8> repo_path=+prompt_git:8> git rev-parse --git-dir
+prompt_git:8> repo_path=''
+prompt_git:10> git rev-parse --is-inside-work-tree
+build_prompt:7> prompt_bzr
+prompt_bzr:1> (( 0 ))
+prompt_bzr:1> return
+build_prompt:8> prompt_hg
+prompt_hg:1> (( 0 ))
+prompt_hg:1> return
+build_prompt:9> prompt_end
+prompt_end:1> [[ -n blue ]]
+prompt_end:2> echo -n ' %{%k%F{blue}%}'
+prompt_end:6> echo -n '%{%f%}'
+prompt_end:7> CURRENT_BG=''
DS@YuDaesungui-MacBook-Pro ~
@samkugji So you get the whole of https://github.com/pyenv/pyenv-virtualenv/issues/132#issuecomment-267861346 after each command?
@blueyed I see similar output after each command
same here, any updates on this issue?
I recommend not to use pyenv-virtualenv in the first place.
You can just use pyenv.
I even use pyenv mainly only for installing different versions, and then just create a .venv
in project dirs that gets automatically activated from the shell (via https://github.com/Tarrasch/zsh-autoenv/#automatically-activate-python-virtualenvs, but there are different methods to achieve this).
Hi! I had this issue (I am also using ZSH). It was caused because I was setting strict mode (set -euo pipefail
) in my shell before calling eval "$(pyenv virtualenv-init - zsh)"
. This was causing the script to fail because pyenv virtualenv-init
uses variables that might not be defined. If that is your case, you can just use set +u
before calling pyenv virtualenv-init
so it will not fail because of undefined variables. Then you can use set -u
again to go keep applying strict mode.
I recently installed pyenv-virtualenv on my mac via Homebrew. I added the line to initialize pyenv-virtualenv in my bash profile:
In my shell, every time I hit enter, there is a 1-2 second lag before the next line appears on the screen. I have isolated the problem to be the pyenv-virtualenv-init command; without that command in my .bash_profile, my terminal is very fast. The terminal is slow regardless of whether pyenv-virtualenv-init is run via my .bash_profile, or when I run it manually. I have resorted to leaving it off most of the time for now.
Any thoughts on why it would be so slow? Any thing I can log or record on my end to help fix this?
Thanks