cxreg / smartcd

Alter your bash (or zsh) environment as you cd
Other
682 stars 56 forks source link

smartcd + zsh on OS X leads to fork bomb and coredump #11

Closed genehack closed 11 years ago

genehack commented 11 years ago

I haven't been able to track this down any further than I detail below; reporting this mainly in the hopes that somebody will point out I'm doing something stupid.

I'm loading smartcd here - https://github.com/genehack/etc/blob/master/zshrc#L113

The smartcd_config file is here - https://github.com/genehack/etc/blob/master/smartcd_config

With those two files, as they stand, I get a 'zsh quit unexpectedly' report every time I open a new shell. From the stack trace, zsh is going into some sort of recursive forkbomb until it hits some limit. (I'll attach that report as a comment on this report.)

Commenting out line 113 in .zshrc prevents this, as does commenting out line 3 in smartcd_config -- but this obviously also prevents smartcd from loading properly.

Any help is appreciated.

genehack commented 11 years ago

Apple crash report:

Process: zsh [97209] Path: /bin/zsh Identifier: zsh Version: 55 Code Type: X86-64 (Native) Parent Process: zsh [97208] User ID: 501

Date/Time: 2013-02-10 21:27:41.961 -0800 OS Version: Mac OS X 10.8.2 (12C60) Report Version: 10

Interval Since Last Report: 512528 sec Crashes Since Last Report: 53 Per-App Crashes Since Last Report: 37 Anonymous UUID: 65727637-99BA-807C-4DB0-05FDE7C0FC1F

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00007fca43dfca30

VM Regions Near 0x7fca43dfca30: MALLOC_SMALL 00007fca28800000-00007fca29000000 [ 8192K] rw-/rwx SM=COW
--> STACK GUARD 00007fff53a9a000-00007fff5729a000 [ 56.0M] ---/rwx SM=NUL stack guard for thread 0

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_c.dylib 0x00007fff91eae650 strlen + 16 1 zsh 0x00000001081bf239 0x108166000 + 365113 2 zsh 0x00000001081be1cb 0x108166000 + 360907 3 zsh 0x00000001081bdf57 getpermtext + 143 4 zsh 0x0000000108184194 0x108166000 + 123284 5 zsh 0x000000010816bdf9 bin_functions + 2920 6 zsh 0x00000001081676db execbuiltin + 1557 7 zsh 0x000000010817b5b0 0x108166000 + 87472 8 zsh 0x0000000108178d3b 0x108166000 + 77115 9 zsh 0x0000000108176239 0x108166000 + 66105 10 zsh 0x0000000108175caa execlist + 1309 11 zsh 0x000000010817576a execode + 222 12 zsh 0x000000010817705f getoutput + 499 13 zsh 0x00000001081b7bb6 0x108166000 + 334774 14 zsh 0x00000001081b73ca prefork + 150 15 zsh 0x00000001081b7e9d singsub + 64 16 zsh 0x0000000108174320 evalcond + 1108 17 zsh 0x000000010817d6dc 0x108166000 + 95964 18 zsh 0x0000000108175fe2 0x108166000 + 65506 19 zsh 0x0000000108175aae execlist + 801 20 zsh 0x000000010819718a execif + 151 21 zsh 0x000000010817b1ec 0x108166000 + 86508 22 zsh 0x0000000108178d3b 0x108166000 + 77115 23 zsh 0x0000000108176239 0x108166000 + 66105 24 zsh 0x0000000108175caa execlist + 1309 25 zsh 0x000000010817576a execode + 222 26 zsh 0x0000000108178968 runshfunc + 202 27 zsh 0x000000010817865d doshfunc + 998 28 zsh 0x000000010817cd8f 0x108166000 + 93583 29 zsh 0x000000010817b545 0x108166000 + 87365 30 zsh 0x0000000108178d3b 0x108166000 + 77115 31 zsh 0x0000000108176239 0x108166000 + 66105 32 zsh 0x0000000108175caa execlist + 1309 33 zsh 0x000000010817576a execode + 222 34 zsh 0x000000010817705f getoutput + 499 35 zsh 0x00000001081b7bb6 0x108166000 + 334774 36 zsh 0x00000001081b73ca prefork + 150 37 zsh 0x00000001081b7e9d singsub + 64 38 zsh 0x0000000108174320 evalcond + 1108 39 zsh 0x0000000108173fba evalcond + 238 40 zsh 0x000000010817d6dc 0x108166000 + 95964 41 zsh 0x0000000108175fe2 0x108166000 + 65506 42 zsh 0x0000000108175aae execlist + 801 43 zsh 0x000000010819718a execif + 151 44 zsh 0x000000010817b1ec 0x108166000 + 86508 45 zsh 0x0000000108178d3b 0x108166000 + 77115 46 zsh 0x0000000108176239 0x108166000 + 66105 47 zsh 0x0000000108175caa execlist + 1309 48 zsh 0x000000010817576a execode + 222 49 zsh 0x000000010818aab4 loop + 439 50 zsh 0x000000010818c252 source + 744 51 zsh 0x0000000108170d45 bin_dot + 275 52 zsh 0x00000001081676db execbuiltin + 1557 53 zsh 0x000000010817b5b0 0x108166000 + 87472 54 zsh 0x0000000108178d3b 0x108166000 + 77115 55 zsh 0x0000000108176239 0x108166000 + 66105 56 zsh 0x0000000108175caa execlist + 1309 57 zsh 0x000000010817576a execode + 222 58 zsh 0x000000010818aab4 loop + 439 59 zsh 0x000000010818c252 source + 744 60 zsh 0x0000000108170d45 bin_dot + 275 61 zsh 0x00000001081676db execbuiltin + 1557 62 zsh 0x000000010817b5b0 0x108166000 + 87472 63 zsh 0x0000000108178d3b 0x108166000 + 77115 64 zsh 0x0000000108176239 0x108166000 + 66105 65 zsh 0x0000000108175caa execlist + 1309 66 zsh 0x000000010817576a execode + 222 67 zsh 0x000000010818aab4 loop + 439 68 zsh 0x000000010818c252 source + 744 69 zsh 0x000000010818c4e6 sourcehome + 309 70 zsh 0x000000010818beee run_init_scripts + 507 71 zsh 0x000000010818d3f4 zsh_main + 1724 72 libdyld.dylib 0x00007fff8a5137e1 start + 1

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00000000ffffffff rbx: 0x0000000000000000 rcx: 0x0000000043dfca33 rdx: 0x00007fca43dfca33 rdi: 0x00007fca43dfca30 rsi: 0x0000000000000000 rbp: 0x00007fff57a87cb0 rsp: 0x00007fff57a87c88 r8: 0x0000000000000001 r9: 0x000000000000000b r10: 0x0000000000000000 r11: 0x00007fca28828af7 r12: 0x0000000000000000 r13: 0x00007fff57a87d10 r14: 0x000000006e757285 r15: 0x00007fca43dfca33 rip: 0x00007fff91eae650 rfl: 0x0000000000010286 cr2: 0x00007fca43dfca30 Logical CPU: 3

Binary Images: 0x108166000 - 0x1081d9ff7 zsh (55) <63A6C644-4CD0-334A-9921-B1484F8EE3DF> /bin/zsh 0x10825c000 - 0x108281ff7 zle.so (55) <2E37C891-06C7-3287-9E3E-9BDD37F54BCE> /usr/lib/zsh/4.3.11/zsh/zle.so 0x108298000 - 0x1082aefff complete.so (55) /usr/lib/zsh/4.3.11/zsh/complete.so 0x1082b9000 - 0x1082bdfff zutil.so (55) <40E0A525-1911-3D82-940F-2119BC3B63F5> /usr/lib/zsh/4.3.11/zsh/zutil.so 0x1082c2000 - 0x1082cbfff complist.so (55) <58F22F2C-5D51-31C6-BB9E-0602A1706EAF> /usr/lib/zsh/4.3.11/zsh/complist.so 0x1082d1000 - 0x1082d6fff parameter.so (55) /usr/lib/zsh/4.3.11/zsh/parameter.so 0x7fff67d66000 - 0x7fff67d9a93f dyld (210.2.3) /usr/lib/dyld 0x7fff8563b000 - 0x7fff85660ff7 libc++abi.dylib (24.4) /usr/lib/libc++abi.dylib 0x7fff88238000 - 0x7fff88243fff libsystem_notify.dylib (98.5) /usr/lib/system/libsystem_notify.dylib 0x7fff89752000 - 0x7fff8979eff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib 0x7fff89c2c000 - 0x7fff89c4eff7 libxpc.dylib (140.41) /usr/lib/system/libxpc.dylib 0x7fff89ed8000 - 0x7fff89f10fff libncurses.5.4.dylib (37.3) <68D5B5F5-8252-3F1E-AFF1-C6AFE145DBC1> /usr/lib/libncurses.5.4.dylib 0x7fff8a028000 - 0x7fff8a056ff7 libsystem_m.dylib (3022.6) /usr/lib/system/libsystem_m.dylib 0x7fff8a123000 - 0x7fff8a129fff libmacho.dylib (829) /usr/lib/system/libmacho.dylib 0x7fff8a12a000 - 0x7fff8a12ffff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff8a471000 - 0x7fff8a47fff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff8a511000 - 0x7fff8a514ff7 libdyld.dylib (210.2.3) /usr/lib/system/libdyld.dylib 0x7fff8a721000 - 0x7fff8a722ff7 libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib 0x7fff8c06d000 - 0x7fff8c06efff libsystem_blocks.dylib (59) /usr/lib/system/libsystem_blocks.dylib 0x7fff8c0a8000 - 0x7fff8c0b0fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff8c79d000 - 0x7fff8c7b2ff7 libdispatch.dylib (228.23) /usr/lib/system/libdispatch.dylib 0x7fff8ca1f000 - 0x7fff8ca87ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff8cb80000 - 0x7fff8cb9bff7 libsystem_kernel.dylib (2050.18.24) /usr/lib/system/libsystem_kernel.dylib 0x7fff8dc28000 - 0x7fff8dc28fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib 0x7fff8dc29000 - 0x7fff8dd4192f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff8dd42000 - 0x7fff8dd43ff7 libdnsinfo.dylib (453.18) /usr/lib/system/libdnsinfo.dylib 0x7fff8f0ee000 - 0x7fff8f124fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib 0x7fff8f169000 - 0x7fff8f177fff libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib 0x7fff8f890000 - 0x7fff8f897fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff8fbc9000 - 0x7fff8fbd1ff7 libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8fbd7000 - 0x7fff8fbdcfff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff8fe7f000 - 0x7fff8fe80ff7 libremovefile.dylib (23.1) /usr/lib/system/libremovefile.dylib 0x7fff90095000 - 0x7fff90097ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff90151000 - 0x7fff901a0ff7 libcorecrypto.dylib (106.2) /usr/lib/system/libcorecrypto.dylib 0x7fff90adf000 - 0x7fff90ae1fff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib 0x7fff90e4a000 - 0x7fff90e4bff7 libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib 0x7fff919be000 - 0x7fff91ab3fff libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib 0x7fff91eac000 - 0x7fff91f78fe7 libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib 0x7fff92431000 - 0x7fff92437ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 11039 thread_create: 1 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=59.8M resident=13.7M(23%) swapped_out_or_unallocated=46.1M(77%) Writable regions: Total=18.8M written=112K(1%) resident=1476K(8%) swapped_out=0K(0%) unallocated=17.4M(92%)

REGION TYPE VIRTUAL =========== ======= MALLOC 10.5M MALLOC guard page 32K STACK GUARD 56.0M Stack 8192K VM_ALLOCATE 4K DATA 728K LINKEDIT 53.4M __TEXT 6568K shared memory 12K =========== ======= TOTAL 135.1M

Model: MacBookAir4,2, BootROM MBA41.0077.B0F, 2 processors, Intel Core i7, 1.8 GHz, 4 GB, SMC 1.73f66 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.81.22) Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 PCI Card: Apple 57761-B0, sppci_ethernet, Thunderbolt@11,0,0 PCI Card: pci11c1,5901, sppci_ieee1394openhci, Thunderbolt@12,0,0 PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@10,0,0 PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@10,0,1 PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@10,0,2 Serial ATA Device: APPLE SSD SM256C, 251 GB USB Device: FaceTime Camera (Built-in), apple_vendor_id, 0x850a, 0xfa200000 / 3 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x024c, 0xfa120000 / 5 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0xfa113000 / 8 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2 USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8404, 0xfd110000 / 3 USB Device: hub_device, apple_vendor_id, 0x9127, 0x40100000 / 2 USB Device: hub_device, 0x0409 (NEC Corporation), 0x0050, 0x40120000 / 7 USB Device: Snapscan1212u_2, 0x06bd (AGFA-Gevaert NV), 0x2061, 0x40126000 / 10 USB Device: USB Audio CODEC, 0x08bb (Texas Instruments Japan), 0x2900, 0x40127000 / 9 USB Device: Kinesis Keyboard Hub, 0x05f3 (PI Engineering, Inc), 0x0081, 0x40130000 / 6 USB Device: composite_device, 0x05f3 (PI Engineering, Inc), 0x0007, 0x40132000 / 8 USB Device: FaceTime HD Camera (Display), apple_vendor_id, 0x1112, 0x40150000 / 5 USB Device: Apple Thunderbolt Display, apple_vendor_id, 0x9227, 0x40170000 / 4 USB Device: Display Audio, apple_vendor_id, 0x1107, 0x40140000 / 3

cxreg commented 11 years ago

This looks like zsh 4.3.11? The only piece of your config that I can't seem to duplicate is your theme, which I can't find on your github repo. So far I'm unable to reproduce this crash on 4.3.17 on Linux

cxreg commented 11 years ago

It may be helpful if you are able to get a snippet of the output of set -x and then loading smartcd, to see where it's recursing

genehack commented 11 years ago

Version is zsh 4.3.11 (i386-apple-darwin12.0).

Theme is at https://github.com/genehack/oh-my-zsh/blob/master/themes/genehack.zsh-theme -- commenting out the theme line doesn't matter.

Crash doesn't happen for me on Linux -- or, at least, there's no visible evidence of it -- with 4.3.10 and 4.3.17 (Debian stable and testing, respectively)

I tried the set -x / set +x around the sourcing of smartcd_config and got a metric ton of output that I couldn't make sense of -- will attach.

genehack commented 11 years ago

+/Users/genehack/.zshrc:114> [[ -r /Users/genehack/.smartcd_config ]] +/Users/genehack/.zshrc:114> source /Users/genehack/.smartcd_config +/Users/genehack/.smartcd_config:3> source /Users/genehack/.smartcd/lib/core/arrays +/Users/genehack/.smartcd/lib/core/arrays:214> [[ -n '' ]] +/Users/genehack/.smartcd_config:4> source /Users/genehack/.smartcd/lib/core/varstash +/Users/genehack/.smartcd/lib/core/varstash:393> [[ -n '' ]] +/Users/genehack/.smartcd_config:5> source /Users/genehack/.smartcd/lib/core/smartcd +/Users/genehack/.smartcd/lib/core/smartcd:815> [[+/Users/genehack/.smartcd/lib/core/smartcd:815> fn_exists apush +fn_exists:1> [[+fn_exists:1> declare -f apush +fn_exists:1> [[ -n 'apush () { local var=$1 shift if [[ -n $var ]] then if [[ -n $ZSH_VERSION ]] then eval "$var=(\${$var[@]} \"\$@\")" else eval "$var=(\"\${$var[@]}\" \"\$@\")" fi fi }' ]] +fn_exists:2> echo 1 +/Users/genehack/.smartcd/lib/core/smartcd:815> [[ -n 1 &&+/Users/genehack/.smartcd/lib/core/smartcd:815> fn_exists autostash +fn_exists:1> [[+fn_exists:1> declare -f autostash +fn_exists:1> [[ -n '' ]] +/Users/genehack/.smartcd/lib/core/smartcd:815> [[ -n 1 && -n '' ]] +/Users/genehack/.smartcd/lib/core/smartcd:821> smartcd_initially_deferred=1 +/Users/genehack/.smartcd_config:7> smartcd setup cd +smartcd:1> [[ ! -t 1 ]] +smartcd:6> local 'command=setup' +smartcd:8> [[ 2 == 2 && 'setup cd' == cd . ]] +smartcd:12> local 'usage=Usage: smartcd ( edit | show | filename | helper | template | setup | config | export | import ) [args]' +smartcd:13> case setup (-h|help|) +smartcd:13> case setup (cd|pushd|popd) +smartcd:13> case setup (reenter) +smartcd:13> case setup (edit|show|cat|append|filename) +smartcd:13> case setup (template) +smartcd:13> case setup (setup) +smartcd:29> shift +smartcd:29> local 'setup=cd' +smartcd:29> shift +smartcd:30> case cd (cd|pushd|popd) +smartcd:31> setup_smartcd_function cd +setup_smartcd_function:1> local 'cmd=cd' +setup_smartcd_function:7> eval 'function cd() { smartcd cd "$@"; }' +/Users/genehack/.smartcd_config:12> smartcd setup completion +smartcd:1> [[ ! -t 1 ]] +smartcd:6> local 'command=setup' +smartcd:8> [[ 2 == 2 && 'setup completion' == cd . ]] +smartcd:12> local 'usage=Usage: smartcd ( edit | show | filename | helper | template | setup | config | export | import ) [args]' +smartcd:13> case setup (-h|help|) +smartcd:13> case setup (cd|pushd|popd) +smartcd:13> case setup (reenter) +smartcd:13> case setup (edit|show|cat|append|filename) +smartcd:13> case setup (template) +smartcd:13> case setup (setup) +smartcd:29> shift +smartcd:29> local 'setup=completion' +smartcd:29> shift +smartcd:30> case completion (cd|pushd|popd) +smartcd:30> case completion (prompt-hook|prompt) +smartcd:30> case completion (chpwd-hook|chpwd) +smartcd:30> case completion (exit-hook|exit) +smartcd:30> case completion (completion) +smartcd:35> _smartcd_load completion +_smartcd_load:1> local 'file=completion' +_smartcd_load:2> _smartcd_file +_smartcd_file:1> [[ -n 4.3.11 ]] +_smartcd_file:4> anth funcsourcetrace 3 +anth:1> [[ -n 4.3.11 ]] +anth:1> setopt localoptions +anth:1> setopt ksharrays +anth:2> local 'var=funcsourcetrace' +anth:3> local 'n=3' +anth:5> [[ -n funcsourcetrace ]] +anth:5> ((+anth:5> eval 'echo ${#funcsourcetrace[@]}' +(eval):1> echo 7 +anth:5> (( 7 >= 1 )) +anth:6> eval 'echo "${funcsourcetrace[2]}"' +(eval):1> echo /Users/genehack/.smartcd/lib/core/smartcd:766 +_smartcd_file:4> local 'this_file=/Users/genehack/.smartcd/lib/core/smartcd:766' +_smartcd_file:5> this_file=/Users/genehack/.smartcd/lib/core/smartcd +_smartcd_file:9> [[ /Users/genehack == /Users/genehack ]] +_smartcd_file:10> this_file='~/.smartcd/lib/core/smartcd' +_smartcd_file:12> echo '~/.smartcd/lib/core/smartcd' +_smartcd_load:2> local 'smartcd_file=~/.smartcd/lib/core/smartcd' +_smartcd_load:3> eval 'source ~/.smartcd/lib/core/completion' +(eval):1> source /Users/genehack/.smartcd/lib/core/completion +/Users/genehack/.smartcd/lib/core/completion:8> [[ -n 4.3.11 ]] +/Users/genehack/.smartcd/lib/core/completion:9> autoload -U compinit +/Users/genehack/.smartcd/lib/core/completion:10> compinit +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> [[ 0 -gt 0 ]] +compinit:108> typeset -gA _comps _services _patcomps _postpatcomps +compinit:113> typeset -gA _compautos +compinit:118> typeset -gA _lastcomp +compinit:121> [[ -n '' ]] +compinit:125> typeset -g '_comp_dumpfile=/Users/genehack/.zcompdump' +compinit:130> typeset -ga _comp_options +compinit:131> _comp_options=( bareglobqual extendedglob glob multibyte nullglob rcexpandparam unset NO_allexport NO_aliases NO_cshnullglob NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern NO_ignorebraces NO_kshglob NO_ksharrays NO_kshtypeset NO_markdirs NO_octalzeroes NO_shwordsplit NO_shglob NO_warncreateglobal ) +compinit:163> typeset -g '_comp_setup=setopt localoptions localtraps ${_comp_options[@]}; local IFS=$'\'' \t\r\n\0'\'' exec </dev/null; trap - ZERR local -a reply local REPLY' +compinit:173> typeset -ga compprefuncs comppostfuncs +compinit:174> compprefuncs=( ) +compinit:175> comppostfuncs=( ) +compinit:179> : compinit /Users/genehack/.smartcd/lib/core/completion '(eval)' _smartcd_load smartcd /Users/genehack/.smartcd_config /Users/genehack/.zshrc +compinit:427> typeset _i_wdirs _i_wfiles +compinit:429> _i_wdirs=( ) +compinit:430> _i_wfiles=( ) +compinit:432> autoload -Uz compaudit +compinit:433> [[ -n yes ]] +compinit:434> typeset _i_q +compinit:435> eval compaudit +(eval):1> compaudit +compaudit:143> compaudit +compaudit:13> emulate -L zsh +compaudit:14> setopt extendedglob +compaudit:16> [[ -x /usr/bin/getent ]] +compaudit:25> (( 0 )) +compaudit:27> (( 7 == 0 )) +compaudit:31> set -- /Users/genehack/proj/oh-my-zsh/plugins/ssh-agent /Users/genehack/proj/oh-my-zsh/plugins/git /Users/genehack/proj/oh-my-zsh/plugins/cpanm /Users/genehack/proj/oh-my-zsh/functions /Users/genehack/proj/oh-my-zsh/completions /usr/share/zsh/site-functions /usr/share/zsh/4.3.11/functions +compaudit:38> (( 1 )) +compaudit:44> fpath=( /Users/genehack/proj/oh-my-zsh/plugins/ssh-agent /Users/genehack/proj/oh-my-zsh/plugins/git /Users/genehack/proj/oh-my-zsh/plugins/cpanm /Users/genehack/proj/oh-my-zsh/functions /Users/genehack/proj/oh-my-zsh/completions /usr/share/zsh/site-functions /usr/share/zsh/4.3.11/functions ) +compaudit:49> (( 0 )) +compaudit:50> local '_compdir=/usr/share/zsh/4.3.11/functions' +compaudit:51> [[ -z /usr/share/zsh/4.3.11/functions ]] +compaudit:55> _i_wdirs=( ) +compaudit:56> _i_wfiles=( ) +compaudit:58> _i_files=( /Users/genehack/proj/oh-my-zsh/plugins/cpanm/_cpanm /usr/share/zsh/4.3.11/functions/_a2ps /usr/share/zsh/4.3.11/functions/_a2utils /usr/share/zsh/4.3.11/functions/_aap /usr/share/zsh/4.3.11/functions/_acpi /usr/share/zsh/4.3.11/functions/_acpitool /usr/share/zsh/4.3.11/functions/_acroread /usr/share/zsh/4.3.11/functions/_alias /usr/share/zsh/4.3.11/functions/_aliases /usr/share/zsh/4.3.11/functions/_all_labels /usr/share/zsh/4.3.11/functions/_all_matches /usr/share/zsh/4.3.11/functions/_alternative /usr/share/zsh/4.3.11/functions/_analyseplugin /usr/share/zsh/4.3.11/functions/_ant /usr/share/zsh/4.3.11/functions/_antiword /usr/share/zsh/4.3.11/functions/_apachectl /usr/share/zsh/4.3.11/functions/_apm /usr/share/zsh/4.3.11/functions/_approximate /usr/share/zsh/4.3.11/functions/_apt /usr/share/zsh/4.3.11/functions/_apt-file /usr/share/zsh/4.3.11/functions/_apt-move /usr/share/zsh/4.3.11/functions/_apt-show-versions /usr/share/zsh/4.3.11/functions/_aptitude /usr/share/zsh/4.3.11/functions/_arch_archives /usr/share/zsh/4.3.11/functions/_arch_namespace /usr/share/zsh/4.3.11/functions/_arg_compile /usr/share/zsh/4.3.11/functions/_arguments /usr/share/zsh/4.3.11/functions/_arp /usr/share/zsh/4.3.11/functions/_arping /usr/share/zsh/4.3.11/functions/_arrays /usr/share/zsh/4.3.11/functions/_assign /usr/share/zsh/4.3.11/functions/_attr /usr/share/zsh/4.3.11/functions/_auto-apt /usr/share/zsh/4.3.11/functions/_autocd /usr/share/zsh/4.3.11/functions/_awk /usr/share/zsh/4.3.11/functions/_axi-cache /usr/share/zsh/4.3.11/functions/_bash_completions /usr/share/zsh/4.3.11/functions/_baz /usr/share/zsh/4.3.11/functions/_bind_addresses /usr/share/zsh/4.3.11/functions/_bindkey /usr/share/zsh/4.3.11/functions/_bison /usr/share/zsh/4.3.11/functions/_bittorrent /usr/share/zsh/4.3.11/functions/_bogofilter /usr/share/zsh/4.3.11/functions/_brace_parameter /usr/share/zsh/4.3.11/functions/_brctl /usr/share/zsh/4.3.11/functions/_bsd_pkg /usr/share/zsh/4.3.11/functions/_bts /usr/share/zsh/4.3.11/functions/_bug /usr/share/zsh/4.3.11/functions/_builtin /usr/share/zsh/4.3.11/functions/_bzip2 /usr/share/zsh/4.3.11/functions/_bzr /usr/share/zsh/4.3.11/functions/_cache_invalid /usr/share/zsh/4.3.11/functions/_cal /usr/share/zsh/4.3.11/functions/_calendar /usr/share/zsh/4.3.11/functions/_call_function /usr/share/zsh/4.3.11/functions/_call_program /usr/share/zsh/4.3.11/functions/_canonical_paths /usr/share/zsh/4.3.11/functions/_ccal /usr/share/zsh/4.3.11/functions/_cd /usr/share/zsh/4.3.11/functions/_cdbs-edit-patch /usr/share/zsh/4.3.11/functions/_cdcd /usr/share/zsh/4.3.11/functions/_cdr /usr/share/zsh/4.3.11/functions/_cdrdao /usr/share/zsh/4.3.11/functions/_cdrecord /usr/share/zsh/4.3.11/functions/_chflags /usr/share/zsh/4.3.11/functions/_chkconfig /usr/share/zsh/4.3.11/functions/_chmod /usr/share/zsh/4.3.11/functions/_chown /usr/share/zsh/4.3.11/functions/_chrt /usr/share/zsh/4.3.11/functions/_combination /usr/share/zsh/4.3.11/functions/_comm /usr/share/zsh/4.3.11/functions/_command /usr/share/zsh/4.3.11/functions/_command_names /usr/share/zsh/4.3.11/functions/_compdef /usr/share/zsh/4.3.11/functions/_complete /usr/share/zsh/4.3.11/functions/_complete_debug /usr/share/zsh/4.3.11/functions/_complete_help /usr/share/zsh/4.3.11/functions/_complete_help_generic /usr/share/zsh/4.3.11/functions/_complete_tag /usr/share/zsh/4.3.11/functions/_compress /usr/share/zsh/4.3.11/functions/_condition /usr/share/zsh/4.3.11/functions/_configure /usr/share/zsh/4.3.11/functions/_coreadm /usr/share/zsh/4.3.11/functions/_correct /usr/share/zsh/4.3.11/functions/_correct_filename /usr/share/zsh/4.3.11/functions/_correct_word /usr/share/zsh/4.3.11/functions/_cowsay /usr/share/zsh/4.3.11/functions/_cp /usr/share/zsh/4.3.11/functions/_cpio /usr/share/zsh/4.3.11/functions/_cplay /usr/share/zsh/4.3.11/functions/_cssh /usr/share/zsh/4.3.11/functions/_csup /usr/share/zsh/4.3.11/functions/_ctags_tags /usr/share/zsh/4.3.11/functions/_cut /usr/share/zsh/4.3.11/functions/_cvs /usr/share/zsh/4.3.11/functions/_cvsup /usr/share/zsh/4.3.11/functions/_cygcheck /usr/share/zsh/4.3.11/functions/_cygpath /usr/share/zsh/4.3.11/functions/_cygrunsrv /usr/share/zsh/4.3.11/functions/_cygserver /usr/share/zsh/4.3.11/functions/_cygstart /usr/share/zsh/4.3.11/functions/_dak /usr/share/zsh/4.3.11/functions/_darcs /usr/share/zsh/4.3.11/functions/_date /usr/share/zsh/4.3.11/functions/_dchroot /usr/share/zsh/4.3.11/functions/_dchroot-dsa /usr/share/zsh/4.3.11/functions/_dcop /usr/share/zsh/4.3.11/functions/_dd /usr/share/zsh/4.3.11/functions/_deb_packages /usr/share/zsh/4.3.11/functions/_debchange /usr/share/zsh/4.3.11/functions/_debdiff /usr/share/zsh/4.3.11/functions/_debfoster /usr/share/zsh/4.3.11/functions/_debsign /usr/share/zsh/4.3.11/functions/_default /usr/share/zsh/4.3.11/functions/_defaults /usr/share/zsh/4.3.11/functions/_delimiters /usr/share/zsh/4.3.11/functions/_describe /usr/share/zsh/4.3.11/functions/_description /usr/share/zsh/4.3.11/functions/_devtodo /usr/share/zsh/4.3.11/functions/_dhclient /usr/share/zsh/4.3.11/functions/_dhcpinfo /usr/share/zsh/4.3.11/functions/_dict /usr/share/zsh/4.3.11/functions/_dict_words /usr/share/zsh/4.3.11/functions/_diff /usr/share/zsh/4.3.11/functions/_diff_options /usr/share/zsh/4.3.11/functions/_diffstat /usr/share/zsh/4.3.11/functions/_dir_list /usr/share/zsh/4.3.11/functions/_directories /usr/share/zsh/4.3.11/functions/_directory_stack /usr/share/zsh/4.3.11/functions/_dirs /usr/share/zsh/4.3.11/functions/_disable /usr/share/zsh/4.3.11/functions/_dispatch /usr/share/zsh/4.3.11/functions/_django /usr/share/zsh/4.3.11/functions/_dladm /usr/share/zsh/4.3.11/functions/_dlocate /usr/share/zsh/4.3.11/functions/_dmidecode /usr/share/zsh/4.3.11/functions/_domains /usr/share/zsh/4.3.11/functions/_dpatch-edit-patch /usr/share/zsh/4.3.11/functions/_dpkg /usr/share/zsh/4.3.11/functions/_dpkg-buildpackage /usr/share/zsh/4.3.11/functions/_dpkg-cross /usr/share/zsh/4.3.11/functions/_dpkg-repack /usr/share/zsh/4.3.11/functions/_dpkg_source /usr/share/zsh/4.3.11/functions/_dput /usr/share/zsh/4.3.11/functions/_du /usr/share/zsh/4.3.11/functions/_dumpadm /usr/share/zsh/4.3.11/functions/_dumper /usr/share/zsh/4.3.11/functions/_dupload /usr/share/zsh/4.3.11/functions/_dvi /usr/share/zsh/4.3.11/functions/_dynamic_directory_name /usr/share/zsh/4.3.11/functions/_ecasound /usr/share/zsh/4.3.11/functions/_echotc /usr/share/zsh/4.3.11/functions/_echoti /usr/share/zsh/4.3.11/functions/_elinks /usr/share/zsh/4.3.11/functions/_elm /usr/share/zsh/4.3.11/functions/_email_addresses /usr/share/zsh/4.3.11/functions/_emulate /usr/share/zsh/4.3.11/functions/_enable /usr/share/zsh/4.3.11/functions/_enscript /usr/share/zsh/4.3.11/functions/_env /usr/share/zsh/4.3.11/functions/_equal /usr/share/zsh/4.3.11/functions/_espeak /usr/share/zsh/4.3.11/functions/_ethtool /usr/share/zsh/4.3.11/functions/_expand /usr/share/zsh/4.3.11/functions/_expand_alias /usr/share/zsh/4.3.11/functions/_expand_word /usr/share/zsh/4.3.11/functions/_fakeroot /usr/share/zsh/4.3.11/functions/_fc /usr/share/zsh/4.3.11/functions/_feh /usr/share/zsh/4.3.11/functions/_fetch /usr/share/zsh/4.3.11/functions/_fetchmail /usr/share/zsh/4.3.11/functions/_ffmpeg /usr/share/zsh/4.3.11/functions/_figlet /usr/share/zsh/4.3.11/functions/_file_descriptors /usr/share/zsh/4.3.11/functions/_file_systems /usr/share/zsh/4.3.11/functions/_files /usr/share/zsh/4.3.11/functions/_find /usr/share/zsh/4.3.11/functions/_finger /usr/share/zsh/4.3.11/functions/_fink /usr/share/zsh/4.3.11/functions/_first /usr/share/zsh/4.3.11/functions/_flasher /usr/share/zsh/4.3.11/functions/_flex /usr/share/zsh/4.3.11/functions/_floppy /usr/share/zsh/4.3.11/functions/_fortune /usr/share/zsh/4.3.11/functions/_freebsd-update /usr/share/zsh/4.3.11/functions/_fsh /usr/share/zsh/4.3.11/functions/_fstat /usr/share/zsh/4.3.11/functions/_functions /usr/share/zsh/4.3.11/functions/_fuse_arguments /usr/share/zsh/4.3.11/functions/_fuse_values /usr/share/zsh/4.3.11/functions/_fuser /usr/share/zsh/4.3.11/functions/_fusermount /usr/share/zsh/4.3.11/functions/_gcc /usr/share/zsh/4.3.11/functions/_gcore /usr/share/zsh/4.3.11/functions/_gdb /usr/share/zsh/4.3.11/functions/_generic /usr/share/zsh/4.3.11/functions/_genisoimage /usr/share/zsh/4.3.11/functions/_getclip /usr/share/zsh/4.3.11/functions/_getconf /usr/share/zsh/4.3.11/functions/_getent /usr/share/zsh/4.3.11/functions/_getfacl /usr/share/zsh/4.3.11/functions/_getmail /usr/share/zsh/4.3.11/functions/_git /usr/share/zsh/4.3.11/functions/_git-buildpackage /usr/share/zsh/4.3.11/functions/_global /usr/share/zsh/4.3.11/functions/_global_tags /usr/share/zsh/4.3.11/functions/_globflags /usr/share/zsh/4.3.11/functions/_globqual_delims /usr/share/zsh/4.3.11/functions/_globquals /usr/share/zsh/4.3.11/functions/_gnome-gv /usr/share/zsh/4.3.11/functions/_gnu_generic /usr/share/zsh/4.3.11/functions/_gnupod /usr/share/zsh/4.3.11/functions/_gnutls /usr/share/zsh/4.3.11/functions/_gpg /usr/share/zsh/4.3.11/functions/_gphoto2 /usr/share/zsh/4.3.11/functions/_gprof /usr/share/zsh/4.3.11/functions/_gqview /usr/share/zsh/4.3.11/functions/_graphicsmagick /usr/share/zsh/4.3.11/functions/_grep /usr/share/zsh/4.3.11/functions/_grep-excuses /usr/share/zsh/4.3.11/functions/_groff /usr/share/zsh/4.3.11/functions/_groups /usr/share/zsh/4.3.11/functions/_growisofs /usr/share/zsh/4.3.11/functions/_gs /usr/share/zsh/4.3.11/functions/_guard /usr/share/zsh/4.3.11/functions/_guilt /usr/share/zsh/4.3.11/functions/_gv /usr/share/zsh/4.3.11/functions/_gzip /usr/share/zsh/4.3.11/functions/_hash /usr/share/zsh/4.3.11/functions/_have_glob_qual /usr/share/zsh/4.3.11/functions/_hdiutil /usr/share/zsh/4.3.11/functions/_hg /usr/share/zsh/4.3.11/functions/_history /usr/share/zsh/4.3.11/functions/_history_complete_word /usr/share/zsh/4.3.11/functions/_history_modifiers /usr/share/zsh/4.3.11/functions/_hosts /usr/share/zsh/4.3.11/functions/_iconv /usr/share/zsh/4.3.11/functions/_id /usr/share/zsh/4.3.11/functions/_ifconfig /usr/share/zsh/4.3.11/functions/_iftop /usr/share/zsh/4.3.11/functions/_ignored /usr/share/zsh/4.3.11/functions/_imagemagick /usr/share/zsh/4.3.11/functions/_in_vared /usr/share/zsh/4.3.11/functions/_inetadm /usr/share/zsh/4.3.11/functions/_init_d /usr/share/zsh/4.3.11/functions/_invoke-rc.d /usr/share/zsh/4.3.11/functions/_ionice /usr/share/zsh/4.3.11/functions/_ip /usr/share/zsh/4.3.11/functions/_ipset /usr/share/zsh/4.3.11/functions/_iptables /usr/share/zsh/4.3.11/functions/_irssi /usr/share/zsh/4.3.11/functions/_ispell /usr/share/zsh/4.3.11/functions/_iwconfig /usr/share/zsh/4.3.11/functions/_java /usr/share/zsh/4.3.11/functions/_java_class /usr/share/zsh/4.3.11/functions/_jobs /usr/share/zsh/4.3.11/functions/_jobs_bg /usr/share/zsh/4.3.11/functions/_jobs_builtin /usr/share/zsh/4.3.11/functions/_jobs_fg /usr/share/zsh/4.3.11/functions/_joe /usr/share/zsh/4.3.11/functions/_join /usr/share/zsh/4.3.11/functions/_kfmclient /usr/share/zsh/4.3.11/functions/_kill /usr/share/zsh/4.3.11/functions/_killall /usr/share/zsh/4.3.11/functions/_kld /usr/share/zsh/4.3.11/functions/_knock /usr/share/zsh/4.3.11/functions/_kvno /usr/share/zsh/4.3.11/functions/_last /usr/share/zsh/4.3.11/functions/_ldd /usr/share/zsh/4.3.11/functions/_less /usr/share/zsh/4.3.11/functions/_lighttpd /usr/share/zsh/4.3.11/functions/_limit /usr/share/zsh/4.3.11/functions/_limits /usr/share/zsh/4.3.11/functions/_linda /usr/share/zsh/4.3.11/functions/_links /usr/share/zsh/4.3.11/functions/_lintian /usr/share/zsh/4.3.11/functions/_list /usr/share/zsh/4.3.11/functions/_list_files /usr/share/zsh/4.3.11/functions/_loadkeys /usr/share/zsh/4.3.11/functions/_locales /usr/share/zsh/4.3.11/functions/_locate /usr/share/zsh/4.3.11/functions/_logical_volumes /usr/share/zsh/4.3.11/functions/_look /usr/share/zsh/4.3.11/functions/_losetup /usr/share/zsh/4.3.11/functions/_lp /usr/share/zsh/4.3.11/functions/_ls /usr/share/zsh/4.3.11/functions/_lscfg /usr/share/zsh/4.3.11/functions/_lsdev /usr/share/zsh/4.3.11/functions/_lslv /usr/share/zsh/4.3.11/functions/_lsof /usr/share/zsh/4.3.11/functions/_lspv /usr/share/zsh/4.3.11/functions/_lsusb /usr/share/zsh/4.3.11/functions/_lsvg /usr/share/zsh/4.3.11/functions/_lynx /usr/share/zsh/4.3.11/functions/_lzop /usr/share/zsh/4.3.11/functions/_mac_applications /usr/share/zsh/4.3.11/functions/_mac_files_for_application /usr/share/zsh/4.3.11/functions/_madison /usr/share/zsh/4.3.11/functions/_mail /usr/share/zsh/4.3.11/functions/_mailboxes /usr/share/zsh/4.3.11/functions/_main_complete /usr/share/zsh/4.3.11/functions/_make /usr/share/zsh/4.3.11/functions/_make-kpkg /usr/share/zsh/4.3.11/functions/_man /usr/share/zsh/4.3.11/functions/_match /usr/share/zsh/4.3.11/functions/_math /usr/share/zsh/4.3.11/functions/_md5sum /usr/share/zsh/4.3.11/functions/_mdadm /usr/share/zsh/4.3.11/functions/_members /usr/share/zsh/4.3.11/functions/_mencal /usr/share/zsh/4.3.11/functions/_menu /usr/share/zsh/4.3.11/functions/_mere /usr/share/zsh/4.3.11/functions/_mergechanges /usr/share/zsh/4.3.11/functions/_message /usr/share/zsh/4.3.11/functions/_metaflac /usr/share/zsh/4.3.11/functions/_mh /usr/share/zsh/4.3.11/functions/_mii-tool /usr/share/zsh/4.3.11/functions/_mime_types /usr/share/zsh/4.3.11/functions/_mkdir /usr/share/zsh/4.3.11/functions/_mkshortcut /usr/share/zsh/4.3.11/functions/_mkzsh /usr/share/zsh/4.3.11/functions/_module /usr/share/zsh/4.3.11/functions/_module-assistant /usr/share/zsh/4.3.11/functions/_modutils /usr/share/zsh/4.3.11/functions/_mondo /usr/share/zsh/4.3.11/functions/_monotone /usr/share/zsh/4.3.11/functions/_most_recent_file /usr/share/zsh/4.3.11/functions/_mount /usr/share/zsh/4.3.11/functions/_mozilla /usr/share/zsh/4.3.11/functions/_mpc /usr/share/zsh/4.3.11/functions/_mplayer /usr/share/zsh/4.3.11/functions/_mt /usr/share/zsh/4.3.11/functions/_mtools /usr/share/zsh/4.3.11/functions/_mtr /usr/share/zsh/4.3.11/functions/_multi_parts /usr/share/zsh/4.3.11/functions/_mutt /usr/share/zsh/4.3.11/functions/_my_accounts /usr/share/zsh/4.3.11/functions/_mysql_utils /usr/share/zsh/4.3.11/functions/_mysqldiff /usr/share/zsh/4.3.11/functions/_nautilus /usr/share/zsh/4.3.11/functions/_ncftp /usr/share/zsh/4.3.11/functions/_nedit /usr/share/zsh/4.3.11/functions/_net_interfaces /usr/share/zsh/4.3.11/functions/_netcat /usr/share/zsh/4.3.11/functions/_netscape /usr/share/zsh/4.3.11/functions/_newsgroups /usr/share/zsh/4.3.11/functions/_next_label /usr/share/zsh/4.3.11/functions/_next_tags /usr/share/zsh/4.3.11/functions/_nice /usr/share/zsh/4.3.11/functions/_nmap /usr/share/zsh/4.3.11/functions/_normal /usr/share/zsh/4.3.11/functions/_nothing /usr/share/zsh/4.3.11/functions/_nslookup /usr/share/zsh/4.3.11/functions/_object_classes /usr/share/zsh/4.3.11/functions/_oldlist /usr/share/zsh/4.3.11/functions/_open /usr/share/zsh/4.3.11/functions/_options /usr/share/zsh/4.3.11/functions/_options_set /usr/share/zsh/4.3.11/functions/_options_unset /usr/share/zsh/4.3.11/functions/_osc /usr/share/zsh/4.3.11/functions/_other_accounts /usr/share/zsh/4.3.11/functions/_pack /usr/share/zsh/4.3.11/functions/_parameter /usr/share/zsh/4.3.11/functions/_parameters /usr/share/zsh/4.3.11/functions/_patch /usr/share/zsh/4.3.11/functions/_path_commands /usr/share/zsh/4.3.11/functions/_path_files /usr/share/zsh/4.3.11/functions/_pax /usr/share/zsh/4.3.11/functions/_pbm /usr/share/zsh/4.3.11/functions/_pbuilder /usr/share/zsh/4.3.11/functions/_pdf /usr/share/zsh/4.3.11/functions/_perforce /usr/share/zsh/4.3.11/functions/_perl /usr/share/zsh/4.3.11/functions/_perl_basepods /usr/share/zsh/4.3.11/functions/_perl_modules /usr/share/zsh/4.3.11/functions/_perldoc /usr/share/zsh/4.3.11/functions/_pfctl /usr/share/zsh/4.3.11/functions/_pfexec /usr/share/zsh/4.3.11/functions/_php /usr/share/zsh/4.3.11/functions/_physical_volumes /usr/share/zsh/4.3.11/functions/_pick_variant /usr/share/zsh/4.3.11/functions/_pids /usr/share/zsh/4.3.11/functions/_pine /usr/share/zsh/4.3.11/functions/_ping /usr/share/zsh/4.3.11/functions/_piuparts /usr/share/zsh/4.3.11/functions/_pkg-config /usr/share/zsh/4.3.11/functions/_pkg_instance /usr/share/zsh/4.3.11/functions/_pkgadd /usr/share/zsh/4.3.11/functions/_pkginfo /usr/share/zsh/4.3.11/functions/_pkgrm /usr/share/zsh/4.3.11/functions/_pkgtool /usr/share/zsh/4.3.11/functions/_pon /usr/share/zsh/4.3.11/functions/_portaudit /usr/share/zsh/4.3.11/functions/_portlint /usr/share/zsh/4.3.11/functions/_portmaster /usr/share/zsh/4.3.11/functions/_ports /usr/share/zsh/4.3.11/functions/_portsnap /usr/share/zsh/4.3.11/functions/_postfix /usr/share/zsh/4.3.11/functions/_powerd /usr/share/zsh/4.3.11/functions/_prcs /usr/share/zsh/4.3.11/functions/_precommand /usr/share/zsh/4.3.11/functions/_prefix /usr/share/zsh/4.3.11/functions/_print /usr/share/zsh/4.3.11/functions/_printenv /usr/share/zsh/4.3.11/functions/_printers /usr/share/zsh/4.3.11/functions/_procstat /usr/share/zsh/4.3.11/functions/_prompt /usr/share/zsh/4.3.11/functions/_ps /usr/share/zsh/4.3.11/functions/_pscp /usr/share/zsh/4.3.11/functions/_pspdf /usr/share/zsh/4.3.11/functions/_psutils /usr/share/zsh/4.3.11/functions/_ptree /usr/share/zsh/4.3.11/functions/_pump /usr/share/zsh/4.3.11/functions/_putclip /usr/share/zsh/4.3.11/functions/_pydoc /usr/share/zsh/4.3.11/functions/_python /usr/share/zsh/4.3.11/functions/_qemu /usr/share/zsh/4.3.11/functions/_qiv /usr/share/zsh/4.3.11/functions/_qtplay /usr/share/zsh/4.3.11/functions/_quilt /usr/share/zsh/4.3.11/functions/_raggle /usr/share/zsh/4.3.11/functions/_rake /usr/share/zsh/4.3.11/functions/_ranlib /usr/share/zsh/4.3.11/functions/_rar /usr/share/zsh/4.3.11/functions/_rcs /usr/share/zsh/4.3.11/functions/_read /usr/share/zsh/4.3.11/functions/_read_comp /usr/share/zsh/4.3.11/functions/_readshortcut /usr/share/zsh/4.3.11/functions/_rebootin /usr/share/zsh/4.3.11/functions/_redirect /usr/share/zsh/4.3.11/functions/_regex_arguments /usr/share/zsh/4.3.11/functions/_regex_words /usr/share/zsh/4.3.11/functions/_renice /usr/share/zsh/4.3.11/functions/_reprepro /usr/share/zsh/4.3.11/functions/_requested /usr/share/zsh/4.3.11/functions/_retrieve_cache /usr/share/zsh/4.3.11/functions/_retrieve_mac_apps /usr/share/zsh/4.3.11/functions/_ri /usr/share/zsh/4.3.11/functions/_rlogin /usr/share/zsh/4.3.11/functions/_rm /usr/share/zsh/4.3.11/functions/_rpm /usr/share/zsh/4.3.11/functions/_rpmbuild /usr/share/zsh/4.3.11/functions/_rrdtool /usr/share/zsh/4.3.11/functions/_rsync /usr/share/zsh/4.3.11/functions/_rubber /usr/share/zsh/4.3.11/functions/_ruby /usr/share/zsh/4.3.11/functions/_sablotron /usr/share/zsh/4.3.11/functions/_samba /usr/share/zsh/4.3.11/functions/_savecore /usr/share/zsh/4.3.11/functions/_sccs /usr/share/zsh/4.3.11/functions/_sched /usr/share/zsh/4.3.11/functions/_schroot /usr/share/zsh/4.3.11/functions/_screen /usr/share/zsh/4.3.11/functions/_sed /usr/share/zsh/4.3.11/functions/_sep_parts /usr/share/zsh/4.3.11/functions/_service /usr/share/zsh/4.3.11/functions/_services /usr/share/zsh/4.3.11/functions/_set /usr/share/zsh/4.3.11/functions/_set_command /usr/share/zsh/4.3.11/functions/_setfacl /usr/share/zsh/4.3.11/functions/_setopt /usr/share/zsh/4.3.11/functions/_setup /usr/share/zsh/4.3.11/functions/_setxkbmap /usr/share/zsh/4.3.11/functions/_sh /usr/share/zsh/4.3.11/functions/_showmount /usr/share/zsh/4.3.11/functions/_signals /usr/share/zsh/4.3.11/functions/_sisu /usr/share/zsh/4.3.11/functions/_slrn /usr/share/zsh/4.3.11/functions/_smit /usr/share/zsh/4.3.11/functions/_socket /usr/share/zsh/4.3.11/functions/_softwareupdate /usr/share/zsh/4.3.11/functions/_sort /usr/share/zsh/4.3.11/functions/_source /usr/share/zsh/4.3.11/functions/_spamassassin /usr/share/zsh/4.3.11/functions/_sqsh /usr/share/zsh/4.3.11/functions/_ssh /usr/share/zsh/4.3.11/functions/_sshfs /usr/share/zsh/4.3.11/functions/_stat /usr/share/zsh/4.3.11/functions/_stgit /usr/share/zsh/4.3.11/functions/_store_cache /usr/share/zsh/4.3.11/functions/_strace /usr/share/zsh/4.3.11/functions/_strip /usr/share/zsh/4.3.11/functions/_stty /usr/share/zsh/4.3.11/functions/_su /usr/share/zsh/4.3.11/functions/_sub_commands /usr/share/zsh/4.3.11/functions/_subscript /usr/share/zsh/4.3.11/functions/_subversion /usr/share/zsh/4.3.11/functions/_sudo /usr/share/zsh/4.3.11/functions/_suffix_alias_files /usr/share/zsh/4.3.11/functions/_surfraw /usr/share/zsh/4.3.11/functions/_svcadm /usr/share/zsh/4.3.11/functions/_svccfg /usr/share/zsh/4.3.11/functions/_svcprop /usr/share/zsh/4.3.11/functions/_svcs /usr/share/zsh/4.3.11/functions/_svcs_fmri /usr/share/zsh/4.3.11/functions/_svn-buildpackage /usr/share/zsh/4.3.11/functions/_sysctl /usr/share/zsh/4.3.11/functions/_tags /usr/share/zsh/4.3.11/functions/_tar /usr/share/zsh/4.3.11/functions/_tar_archive /usr/share/zsh/4.3.11/functions/_tardy /usr/share/zsh/4.3.11/functions/_tcpdump /usr/share/zsh/4.3.11/functions/_tcpsys /usr/share/zsh/4.3.11/functions/_tcptraceroute /usr/share/zsh/4.3.11/functions/_telnet /usr/share/zsh/4.3.11/functions/_terminals /usr/share/zsh/4.3.11/functions/_tex /usr/share/zsh/4.3.11/functions/_texi /usr/share/zsh/4.3.11/functions/_texinfo /usr/share/zsh/4.3.11/functions/_tidy /usr/share/zsh/4.3.11/functions/_tiff /usr/share/zsh/4.3.11/functions/_tilde /usr/share/zsh/4.3.11/functions/_tilde_files /usr/share/zsh/4.3.11/functions/_time_zone /usr/share/zsh/4.3.11/functions/_tin /usr/share/zsh/4.3.11/functions/_tla /usr/share/zsh/4.3.11/functions/_tmux /usr/share/zsh/4.3.11/functions/_todo.sh /usr/share/zsh/4.3.11/functions/_toilet /usr/share/zsh/4.3.11/functions/_toolchain-source /usr/share/zsh/4.3.11/functions/_topgit /usr/share/zsh/4.3.11/functions/_totd /usr/share/zsh/4.3.11/functions/_tpb /usr/share/zsh/4.3.11/functions/_tpconfig /usr/share/zsh/4.3.11/functions/_tracepath /usr/share/zsh/4.3.11/functions/_trap /usr/share/zsh/4.3.11/functions/_ttyctl /usr/share/zsh/4.3.11/functions/_tune2fs /usr/share/zsh/4.3.11/functions/_twisted /usr/share/zsh/4.3.11/functions/_typeset /usr/share/zsh/4.3.11/functions/_ulimit /usr/share/zsh/4.3.11/functions/_uml /usr/share/zsh/4.3.11/functions/_unace /usr/share/zsh/4.3.11/functions/_uname /usr/share/zsh/4.3.11/functions/_unexpand /usr/share/zsh/4.3.11/functions/_unhash /usr/share/zsh/4.3.11/functions/_uniq /usr/share/zsh/4.3.11/functions/_units /usr/share/zsh/4.3.11/functions/_unsetopt /usr/share/zsh/4.3.11/functions/_update-alternatives /usr/share/zsh/4.3.11/functions/_update-rc.d /usr/share/zsh/4.3.11/functions/_urls /usr/share/zsh/4.3.11/functions/_urpmi /usr/share/zsh/4.3.11/functions/_urxvt /usr/share/zsh/4.3.11/functions/_uscan /usr/share/zsh/4.3.11/functions/_user_admin /usr/share/zsh/4.3.11/functions/_user_at_host /usr/share/zsh/4.3.11/functions/_user_expand /usr/share/zsh/4.3.11/functions/_users /usr/share/zsh/4.3.11/functions/_users_on /usr/share/zsh/4.3.11/functions/_uzbl /usr/share/zsh/4.3.11/functions/_valgrind /usr/share/zsh/4.3.11/functions/_value /usr/share/zsh/4.3.11/functions/_values /usr/share/zsh/4.3.11/functions/_vared /usr/share/zsh/4.3.11/functions/_vars /usr/share/zsh/4.3.11/functions/_vim /usr/share/zsh/4.3.11/functions/_vim-addons /usr/share/zsh/4.3.11/functions/_vnc /usr/share/zsh/4.3.11/functions/_volume_groups /usr/share/zsh/4.3.11/functions/_vorbis /usr/share/zsh/4.3.11/functions/_vorbiscomment /usr/share/zsh/4.3.11/functions/_vserver /usr/share/zsh/4.3.11/functions/_vux /usr/share/zsh/4.3.11/functions/_w3m /usr/share/zsh/4.3.11/functions/_wait /usr/share/zsh/4.3.11/functions/_wajig /usr/share/zsh/4.3.11/functions/_wakeup_capable_devices /usr/share/zsh/4.3.11/functions/_wanna-build /usr/share/zsh/4.3.11/functions/_wanted /usr/share/zsh/4.3.11/functions/_webbrowser /usr/share/zsh/4.3.11/functions/_wget /usr/share/zsh/4.3.11/functions/_whereis /usr/share/zsh/4.3.11/functions/_which /usr/share/zsh/4.3.11/functions/_whois /usr/share/zsh/4.3.11/functions/_wiggle /usr/share/zsh/4.3.11/functions/_x_arguments /usr/share/zsh/4.3.11/functions/_x_borderwidth /usr/share/zsh/4.3.11/functions/_x_color /usr/share/zsh/4.3.11/functions/_x_colormapid /usr/share/zsh/4.3.11/functions/_x_cursor /usr/share/zsh/4.3.11/functions/_x_display /usr/share/zsh/4.3.11/functions/_x_extension /usr/share/zsh/4.3.11/functions/_x_font /usr/share/zsh/4.3.11/functions/_x_geometry /usr/share/zsh/4.3.11/functions/_x_keysym /usr/share/zsh/4.3.11/functions/_x_locale /usr/share/zsh/4.3.11/functions/_x_modifier /usr/share/zsh/4.3.11/functions/_x_name /usr/share/zsh/4.3.11/functions/_x_resource /usr/share/zsh/4.3.11/functions/_x_selection_timeout /usr/share/zsh/4.3.11/functions/_x_title /usr/share/zsh/4.3.11/functions/_x_utils /usr/share/zsh/4.3.11/functions/_x_visual /usr/share/zsh/4.3.11/functions/_x_window /usr/share/zsh/4.3.11/functions/_xargs /usr/share/zsh/4.3.11/functions/_xauth /usr/share/zsh/4.3.11/functions/_xdvi /usr/share/zsh/4.3.11/functions/_xfig /usr/share/zsh/4.3.11/functions/_xloadimage /usr/share/zsh/4.3.11/functions/_xmlsoft /usr/share/zsh/4.3.11/functions/_xmms2 /usr/share/zsh/4.3.11/functions/_xmodmap /usr/share/zsh/4.3.11/functions/_xpdf /usr/share/zsh/4.3.11/functions/_xrandr /usr/share/zsh/4.3.11/functions/_xscreensaver /usr/share/zsh/4.3.11/functions/_xset /usr/share/zsh/4.3.11/functions/_xt_arguments /usr/share/zsh/4.3.11/functions/_xt_session_id /usr/share/zsh/4.3.11/functions/_xterm /usr/share/zsh/4.3.11/functions/_xv /usr/share/zsh/4.3.11/functions/_xwit /usr/share/zsh/4.3.11/functions/_yafc /usr/share/zsh/4.3.11/functions/_yast /usr/share/zsh/4.3.11/functions/_yodl /usr/share/zsh/4.3.11/functions/_yp /usr/share/zsh/4.3.11/functions/_yum /usr/share/zsh/4.3.11/functions/_zattr /usr/share/zsh/4.3.11/functions/_zcalc_line /usr/share/zsh/4.3.11/functions/_zcat /usr/share/zsh/4.3.11/functions/_zcompile /usr/share/zsh/4.3.11/functions/_zdump /usr/share/zsh/4.3.11/functions/_zed /usr/share/zsh/4.3.11/functions/_zfs /usr/share/zsh/4.3.11/functions/_zfs_dataset /usr/share/zsh/4.3.11/functions/_zfs_pool /usr/share/zsh/4.3.11/functions/_zftp /usr/share/zsh/4.3.11/functions/_zip /usr/share/zsh/4.3.11/functions/_zle /usr/share/zsh/4.3.11/functions/_zlogin /usr/share/zsh/4.3.11/functions/_zmodload /usr/share/zsh/4.3.11/functions/_zmv /usr/share/zsh/4.3.11/functions/_zpool /usr/share/zsh/4.3.11/functions/_zpty /usr/share/zsh/4.3.11/functions/_zsh-mime-handler /usr/share/zsh/4.3.11/functions/_zstyle /usr/share/zsh/4.3.11/functions/ztodo ) +compaudit:59> [[ -n /usr/share/zsh/4.3.11/functions ]] +compaudit:60> [[ 637 -lt 20 || /usr/share/zsh/4.3.11/functions == /Base || -d /usr/share/zsh/4.3.11/functions/Base ]] +compaudit:81> [[ ask == use ]] +compaudit:89> local GROUP GROUPMEM _i_pw _i_gid _i_ulwdirs +compaudit:90> (( UID == EUID )) +compaudit:91> getent group genehack +getent:1> [[ genehack == <-> ]] +compaudit:91> IFS=: +compaudit:91> read GROUP _i_pw _i_gid GROUPMEM +getent:4> grep '^genehack:' /etc/group +compaudit:106> [[ '' == genehack ]] +compaudit:110> _i_wdirs=( ) +compaudit:114> [[ -f /etc/debian_version ]] +compaudit:120> _i_wdirs=( ) +compaudit:121> _i_wfiles=( ) +compaudit:123> case 0:0 (0:0) +compaudit:124> _i_q='' +compaudit:130> [[ -n '' ]] +compaudit:137> return 0 +compinit:460> autoload -Uz compdump compinstall +compinit:464> _i_done='' +compinit:466> [[ -f /Users/genehack/.zcompdump ]] +compinit:467> [[ -n yes ]] +compinit:468> read -rA _i_line +compinit:469> [[ _i_autodump -eq 1 && 637 -eq 637 && 4.3.11 == 4.3.11 ]] +compinit:472> . /Users/genehack/.zcompdump +/Users/genehack/.zcompdump:3> _comps=( - _precommand -array-value- _value -assign-parameter- _assign -brace-parameter- _brace_parameter -command- _autocd -command-line- _normal -condition- _condition -default- _default -equal- _equal -first- _first -math- _math -parameter- _parameter -redirect- _redirect -redirect-,-default-,-default- _files '-redirect-,<,bunzip2' _bzip2 '-redirect-,<,bzip2' _bzip2 '-redirect-,<,compress' _compress '-redirect-,<,gunzip' _gzip '-redirect-,<,gzip' _gzip '-redirect-,<,uncompress' _compress '-redirect-,>,bzip2' _bzip2 '-redirect-,>,compress' _compress '-redirect-,>,gzip' _gzip -subscript- _subscript -tilde- _tilde -value- _value -value-,-default-,-default- _value -value-,ANT_ARGS,-default- _ant -value-,CFLAGS,-default- _gcc -value-,CPPFLAGS,-default- _gcc -value-,DISPLAY,-default- _x_display -value-,GREP_OPTIONS,-default- _grep -value-,GZIP,-default- _gzip -value-,LANG,-default- _locales -value-,LANGUAGE,-default- _locales -value-,LDFLAGS,-default- _gcc -value-,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-,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 -vared- _in_vared -zcalc-line- _zcalc_line . _source Mail _mail Mosaic _webbrowser a2dismod _a2utils a2dissite _a2utils a2enmod _a2utils a2ensite _a2utils a2ps _a2ps aaaa _hosts aap _aap acpi _acpi acpitool _acpitool acroread _acroread 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-cache _apt apt-cdrom _apt apt-config _apt apt-file _apt-file apt-get _apt apt-move _apt-move apt-show-versions _apt-show-versions aptitude _aptitude arena _webbrowser arp _arp arping _arping attr _attr auto-apt _auto-apt autoload _typeset awk _awk axi-cache _axi-cache bash _sh baz _baz bg _jobs_bg bindkey _bindkey bison _bison bogofilter _bogofilter bogotune _bogofilter bogoutil _bogofilter brctl _brctl btdownloadcurses _bittorrent btdownloadgui _bittorrent btdownloadheadless _bittorrent btlaunchmany _bittorrent btlaunchmanycurses _bittorrent btmakemetafile _bittorrent btreannounce _bittorrent btrename _bittorrent bts _bts btshowmetainfo _bittorrent bttrack _bittorrent bug _bug buildhash _ispell builtin _builtin bunzip2 _bzip2 burst _mh bzcat _bzip2 bzip2 _bzip2 bzip2recover _bzip2 bzr _bzr cal _cal calendar _calendar catchsegv _precommand 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 chrt _chrt chsh _users ci _rcs ckeygen _twisted clear _nothing co _rcs comb _sccs combine _imagemagick comm _comm command _command comp _mh compdef _compdef composite _imagemagick compress _compress conch _twisted config.status _configure configure _configure convert _imagemagick coreadm _coreadm cowsay _cowsay cowthink _cowsay cp _cp cpanm _cpanm cpio _cpio cplay _cplay crsh _cssh 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 dch _debchange dchroot _dchroot dchroot-dsa _dchroot-dsa dcop _dcop dcopclient _dcop dcopfind _dcop dcopobject _dcop dcopref _dcop dcopstart _dcop dd _dd debchange _debchange debdiff _debdiff debfoster _debfoster debsign _debsign declare _typeset defaults _defaults delta _sccs devtodo _devtodo df _directories 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 du _du dumpadm _dumpadm dumper _dumper dumper.exe _dumper dupload _dupload dvibook _dvi dviconcat _dvi dvicopy _dvi dvidvi _dvi dvips _dvi dviselect _dvi dvitodvi _dvi dvitype _dvi ecasound _ecasound echotc _echotc echoti _echoti egrep _grep elinks _elinks elm _elm emulate _emulate enable _enable enscript _enscript env _env epsffit _psutils espeak _espeak ethtool _ethtool eval _precommand eview _vim evim _vim exec _precommand exim _vim explodepkg _pkgtool export _typeset express _webbrowser extcheck _java extractres _psutils fakeroot _fakeroot false _nothing fc _fc 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 fned _zed folder _mh folders _mh fortune _fortune forw _mh freebsd-update _freebsd-update fsh _fsh fstat _fstat ftp _hosts functions _typeset fuser _fuser fusermount _fusermount fwhois _whois g++ _gcc galeon _webbrowser gcc _gcc gcore _gcore gdb _gdb gdiff _diff genisoimage _genisoimage get _sccs getafm _psutils getclip _getclip getclip.exe _getclip getconf _getconf getent _getent getfacl _getfacl getfacl.exe _getfacl getfattr _attr getmail _getmail getopts _vars gex _vim ggv _gnome-gv ghostscript _gs ghostview _pspdf git _git git-buildpackage _git-buildpackage git-cvsserver _git git-receive-pack _git git-shell _git git-upload-archive _git git-upload-pack _git global _global gls _ls gm _graphicsmagick gmake _make gmplayer _mplayer gnome-gv _gnome-gv gnupod_INIT _gnupod gnupod_INIT.pl _gnupod gnupod_addsong _gnupod gnupod_addsong.pl _gnupod gnupod_check _gnupod gnupod_check.pl _gnupod gnupod_search _gnupod gnupod_search.pl _gnupod gnutls-cli _gnutls gnutls-cli-debug _gnutls gpg _gpg gpg-zip _gpg gpgv _gpg gphoto2 _gphoto2 gprof _gprof gqview _gqview grail _webbrowser grep _grep grep-excuses _grep-excuses groff _groff groupadd _user_admin groupdel _groups groupmod _user_admin groups _users growisofs _growisofs gs _gs gsbj _pspdf gsdj _pspdf gsdj500 _pspdf gslj _pspdf gslp _pspdf gsnd _pspdf gtar _tar guilt _guilt guilt-add _guilt guilt-applied _guilt guilt-delete _guilt guilt-files _guilt guilt-fold _guilt guilt-fork _guilt guilt-header _guilt guilt-help _guilt guilt-import _guilt guilt-import-commit _guilt guilt-init _guilt guilt-new _guilt guilt-next _guilt guilt-patchbomb _guilt guilt-pop _guilt guilt-prev _guilt guilt-push _guilt guilt-rebase _guilt guilt-refresh _guilt guilt-rm _guilt guilt-series _guilt guilt-status _guilt guilt-top _guilt guilt-unapplied _guilt gunzip _gzip gv _gv gview _vim gvim _vim gvimdiff _vim gzcat _gzip gzilla _webbrowser gzip _gzip hash _hash hdiutil _hdiutil help _sccs hg _hg hilite _precommand history _fc host _hosts hotjava _webbrowser 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 insmod _modutils install-info _texinfo installpkg _pkgtool integer _typeset invoke-rc.d _invoke-rc.d ionice _ionice ip _ip ipset _ipset iptables _iptables iptables-restore _iptables iptables-save _iptables irssi _irssi ispell _ispell iwconfig _iwconfig jadetex _tex jar _java jarsigner _java java _java javac _java javadoc _java javah _java javap _java jdb _java jobs _jobs_builtin joe _joe join _join keytool _java kfmclient _kfmclient kill _kill killall _killall killall5 _killall kioclient _kfmclient kldload _kld kldunload _kld knock _knock konqueror _webbrowser kpdf _pdf ksh _sh kvno _kvno last _last lastb _last latex _tex latexmk _tex ldd _ldd less _less let _math lftp _ncftp light _webbrowser lighty-disable-mod _lighttpd lighty-enable-mod _lighttpd limit _limit linda _linda links _links lintian _lintian lintian-info _lintian linux _uml loadkeys _loadkeys local _typeset locate _locate log _nothing logname _nothing look _look lore _twisted losetup _losetup lp _lp lpq _lp lpr _lp lprm _lp ls _ls lscfg _lscfg lsdev _lsdev lslv _lslv lsmod _modutils lsof _lsof lspv _lspv lsusb _lsusb lsvg _lsvg lynx _lynx 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 mattrib _mtools mcd _mtools mcopy _mtools md5sum _md5sum mdadm _mdadm mdel _mtools mdeltree _mtools mdir _mtools mdu _mtools members _members mencal _mencal mere _mere merge _rcs mergechanges _mergechanges metaflac _metaflac mformat _mtools mgv _pspdf mhlist _mh mhmail _mh mhn _mh mhparam _mh mhpath _mh mhshow _mh mhstore _mh mii-tool _mii-tool mkdir _mkdir mkisofs _growisofs mkshortcut _mkshortcut mkshortcut.exe _mkshortcut mktap _twisted 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 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 newgrp _groups next _mh nice _nice nmap _nmap nmblookup _samba nocorrect _precommand noglob _precommand nohup _precommand ns _hosts nslookup _nslookup ntalk _other_accounts odme _object_classes odmget _object_classes odmshow _object_classes ogg123 _vorbis oggdec _vorbis oggenc _vorbis ogginfo _vorbis okular _pdf open _open opera _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 pdftopbm _pdf pdftops _pdf pdftotext _pdf perl _perl perldoc _perldoc pfctl _pfctl pfexec _pfexec pfiles _pids pflags _pids phoenix _webbrowser php _php pick _mh pine _pine pinef _pine ping _ping piuparts _piuparts 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 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 procstat _procstat prompt _prompt prs _sccs prt _sccs prun _pids ps2ascii _pspdf ps2epsi _ps ps2pdf _ps ps2pdf12 _ps ps2pdf13 _ps ps2pdf14 _ps ps2pdfwr _ps ps2ps _ps psbook _psutils pscp _pscp pscp.exe _pscp psig _pids psmerge _psutils psmulti _ps psnup _psutils psresize _psutils psselect _psutils pstack _pids pstoedit _pspdf pstop _pids pstops _psutils pstotgif _pspdf pswrap _ps ptree _pids pump _pump pushd _cd putclip _putclip putclip.exe _putclip pwait _pids pwdx _pids pydoc _pydoc pyhtmlizer _twisted python _python qemu _qemu qiv _qiv qtplay _qtplay querybts _bug quilt _quilt r _fc raggle _raggle rake _rake ranlib _ranlib rar _rar rc _sh rcp _rlogin rcs _rcs rcsdiff _rcs read _read readonly _typeset readshortcut _readshortcut readshortcut.exe _readshortcut rebootin _rebootin refile _mh rehash _hash removepkg _pkgtool remsh _rlogin renice _renice repl _mh reportbug _bug reprepro _reprepro 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 rup _hosts rusage _precommand rview _vim rvim _vim rwho _hosts sabcmd _sablotron sact _sccs savecore _savecore scan _mh sccs _sccs sccsdiff _sccs sched _sched 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 soa _hosts socket _socket softwareupdate _softwareupdate sort _sort sortm _mh source _source spamassassin _spamassassin sqsh _sqsh sr _surfraw srptool _gnutls ssh _ssh ssh-add _ssh ssh-agent _ssh ssh-keygen _ssh sshfs _sshfs star _tar stat _stat stg _stgit strace _strace strip _strip stty _stty su _su sudo _sudo sudoedit _sudo surfraw _surfraw svcadm _svcadm svccfg _svccfg svcprop _svcprop svcs _svcs svn _subversion svn-buildpackage _svn-buildpackage svnadmin _subversion svnadmin-static _subversion sync _nothing sysctl _sysctl talk _other_accounts tap2deb _twisted tap2rpm _twisted tapconvert _twisted tar _tar tardy _tardy tcp_open _tcpsys tcpdump _tcpdump tcptraceroute _tcptraceroute tcsh _sh tda _devtodo tdd _devtodo tde _devtodo tdr _devtodo telnet _telnet tex _tex texi2dvi _texinfo texindex _texinfo tg _topgit tidy _tidy time _precommand times _nothing tin _tin tkconch _twisted tkinfo _texinfo tkmktap _twisted 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 trial _twisted true _nothing tryaffix _ispell ttyctl _ttyctl tunctl _uml tune2fs _tune2fs tunes2pod _gnupod tunes2pod.pl _gnupod 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 units _units unlimit _limits unpack _pack unrar _rar unset _vars unsetopt _unsetopt 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 uscan _uscan useradd _user_admin userdel _users usermod _user_admin uzbl _uzbl uzbl-browser _uzbl uzbl-tabbed _uzbl val _sccs valgrind _valgrind vared _vared 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 websetroot _twisted wget _wget what _sccs whatis _man whence _which where _which whereis _whereis which _which whoami _nothing whois _whois whom _mh wiggle _wiggle wodim _cdrecord write _users_on www _webbrowser xargs _xargs xauth _xauth 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 xmllint _xmlsoft xmms2 _xmms2 xmodmap _xmodmap xmosaic _webbrowser xon _x_utils xpdf _xpdf xping _hosts 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 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 zcat _zcat zcompile _zcompile zcp _zmv zdelattr _zattr zdump _zdump zed _zed zen _webbrowser zfs _zfs zgetattr _zattr zip _zip zipinfo _zip zle _zle zlistattr _zattr zln _zmv zlogin _zlogin zmail _mail zmodload _zmodload zmv _zmv zone _hosts zpool _zpool zpty _zpty zsetattr _zattr zsh _sh zsh-mime-handler _zsh-mime-handler zstat _stat zstyle _zstyle ztodo _ztodo zxpdf _xpdf ) +/Users/genehack/.zcompdump:1097> _services=( '-redirect-,<,bunzip2' bunzip2 '-redirect-,<,bzip2' bzip2 '-redirect-,<,compress' compress '-redirect-,<,gunzip' gunzip '-redirect-,<,gzip' gzip '-redirect-,<,uncompress' uncompress '-redirect-,>,bzip2' bunzip2 '-redirect-,>,compress' uncompress '-redirect-,>,gzip' gunzip Mail mail bzcat bunzip2 dch debchange gnupod_INIT.pl gnupod_INIT gnupod_addsong.pl gnupod_addsong gnupod_check.pl gnupod_check gnupod_search.pl gnupod_search gzcat gunzip iceweasel firefox mailx mail mktunes.pl mktunes nail mail ncl nc nedit-nc nc pcat unpack remsh rsh slogin ssh svnadmin-static svnadmin tunes2pod.pl tunes2pod xelatex latex xetex tex ) +/Users/genehack/.zcompdump:1130> patcomps=( '/(init|rc[0-9S]#).d/_' _initd 'zf' _zftp ) +/Users/genehack/.zcompdump:1135> postpatcomps=( '(p[bgpn]m|_top[bgpn]m)' pbm '(texi(2|ndex))' texi '(tiff|_2tiff|pal2rgb)' tiff '/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 'yodl(|2)' _yodl ) +/Users/genehack/.zcompdump:1148> _compautos=( _call_program +X ) +/Users/genehack/.zcompdump:1152> zle -C _bash_complete-word .complete-word _bash_completions +/Users/genehack/.zcompdump:1153> zle -C _bash_list-choices .list-choices _bash_completions +/Users/genehack/.zcompdump:1154> zle -C _complete_debug .complete-word _complete_debug +/Users/genehack/.zcompdump:1155> zle -C _complete_help .complete-word _complete_help +/Users/genehack/.zcompdump:1156> zle -C _complete_tag .complete-word _complete_tag +/Users/genehack/.zcompdump:1157> zle -C _correct_filename .complete-word _correct_filename +/Users/genehack/.zcompdump:1158> zle -C _correct_word .complete-word _correct_word +/Users/genehack/.zcompdump:1159> zle -C _expand_alias .complete-word _expand_alias +/Users/genehack/.zcompdump:1160> zle -C _expand_word .complete-word _expand_word +/Users/genehack/.zcompdump:1161> zle -C _history-complete-newer .complete-word _history_complete_word +/Users/genehack/.zcompdump:1162> zle -C _history-complete-older .complete-word _history_complete_word +/Users/genehack/.zcompdump:1163> zle -C _list_expansions .list-choices _expand_word +/Users/genehack/.zcompdump:1164> zle -C _most_recent_file .complete-word _most_recent_file +/Users/genehack/.zcompdump:1165> zle -C _next_tags .list-choices _next_tags +/Users/genehack/.zcompdump:1166> zle -C _read_comp .complete-word _read_comp +/Users/genehack/.zcompdump:1167> bindkey '^X^R' _read_comp +/Users/genehack/.zcompdump:1168> bindkey '^X?' _complete_debug +/Users/genehack/.zcompdump:1169> bindkey '^XC' _correct_filename +/Users/genehack/.zcompdump:1170> bindkey '^Xa' _expand_alias +/Users/genehack/.zcompdump:1171> bindkey '^Xc' _correct_word +/Users/genehack/.zcompdump:1172> bindkey '^Xd' _list_expansions +/Users/genehack/.zcompdump:1173> bindkey '^Xe' _expand_word +/Users/genehack/.zcompdump:1174> bindkey '^Xh' _complete_help +/Users/genehack/.zcompdump:1175> bindkey '^Xm' _most_recent_file +/Users/genehack/.zcompdump:1176> bindkey '^Xn' _next_tags +/Users/genehack/.zcompdump:1177> bindkey '^Xt' _complete_tag +/Users/genehack/.zcompdump:1178> bindkey '^X~' _bash_list-choices +/Users/genehack/.zcompdump:1179> bindkey '^[,' _history-complete-newer +/Users/genehack/.zcompdump:1180> bindkey '^[/' _history-complete-older +/Users/genehack/.zcompdump:1181> bindkey '^[~' _bash_complete-word +/Users/genehack/.zcompdump:1183> autoload -Uz _a2ps _a2utils _aap _acpi _acpitool _acroread _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 _attr _auto-apt _autocd _awk _axi-cache _bash_completions _baz _bind_addresses _bindkey _bison _bittorrent _bogofilter _brace_parameter _brctl _bsd_pkg _bts _bug _builtin _bzip2 _bzr _cache_invalid _cal _calendar _call_function _canonical_paths _ccal _cd _cdbs-edit-patch _cdcd _cdr _cdrdao _cdrecord _chflags _chkconfig _chmod _chown _chrt _combination _comm _command _command_names _compdef _complete _complete_debug _complete_help _complete_help_generic _complete_tag _compress _condition _configure _coreadm _correct _correct_filename _correct_word _cowsay _cp _cpanm _cpio _cplay _cssh _csup _ctags_tags _cut _cvs _cvsup _cygcheck _cygpath _cygrunsrv _cygserver _cygstart _dak _darcs _date _dchroot _dchroot-dsa _dcop _dd _deb_packages _debchange _debdiff _debfoster _debsign _default _defaults _delimiters _describe _description _devtodo _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 _du _dumpadm _dumper _dupload _dvi _dynamic_directory_name _ecasound _echotc _echoti _elinks _elm _email_addresses _emulate _enable _enscript _env _equal _espeak _ethtool _expand _expand_alias _expand_word _fakeroot _fc _feh _fetch _fetchmail _ffmpeg _figlet _file_descriptors _file_systems _files _find _finger _fink _first _flasher _flex _floppy _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 _gpg _gphoto2 _gprof _gqview _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 _iconv _id _ifconfig _iftop _ignored _imagemagick _in_vared _inetadm _init_d _invoke-rc.d _ionice _ip _ipset _iptables _irssi _ispell _iwconfig _java _java_class _jobs _jobs_bg _jobs_builtin _jobs_fg _joe _join _kfmclient _kill _killall _kld _knock _kvno _last _ldd _less _lighttpd _limit _limits _linda _links _lintian _list _list_files _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 _md5sum _mdadm _members _mencal _menu _mere _mergechanges _message _metaflac _mh _mii-tool _mime_types _mkdir _mkshortcut _mkzsh _module _module-assistant _modutils _mondo _monotone _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 _newsgroups _next_label _next_tags _nice _nmap _normal _nothing _nslookup _object_classes _oldlist _open _options _options_set _options_unset _osc _other_accounts _pack _parameter _parameters _patch _path_commands _path_files _pax _pbm _pbuilder _pdf _perforce _perl _perl_basepods _perl_modules _perldoc _pfctl _pfexec _php _physical_volumes _pick_variant _pids _pine _ping _piuparts _pkg-config _pkg_instance _pkgadd _pkginfo _pkgrm _pkgtool _pon _portaudit _portlint _portmaster _ports _portsnap _postfix _powerd _prcs _precommand _prefix _print _printenv _printers _procstat _prompt _ps _pscp _pspdf _psutils _ptree _pump _putclip _pydoc _python _qemu _qiv _qtplay _quilt _raggle _rake _ranlib _rar _rcs _read _read_comp _readshortcut _rebootin _redirect _regex_arguments _regex_words _renice _reprepro _requested _retrieve_cache _retrieve_mac_apps _ri _rlogin _rm _rpm _rpmbuild _rrdtool _rsync _rubber _ruby _sablotron _samba _savecore _sccs _sched _schroot _screen _sed _sep_parts _service _services _set _set_command _setfacl _setopt _setup _sh _showmount _signals _sisu _slrn _smit _socket _softwareupdate _sort _source _spamassassin _sqsh _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 _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 _ttyctl _tune2fs _twisted _typeset _ulimit _uml _unace _uname _unexpand _unhash _uniq _units _unsetopt _update-alternatives _update-rc.d _urls _urpmi _urxvt _uscan _user_admin _user_at_host _user_expand _users _users_on _uzbl _valgrind _value _values _vared _vars _vim _vim-addons _vnc _volume_groups _vorbis _vorbiscomment _vserver _vux _w3m _wait _wajig _wakeup_capable_devices _wanna-build _wanted _webbrowser _wget _whereis _which _whois _wiggle _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 _xdvi _xfig _xloadimage _xmlsoft _xmms2 _xmodmap _xpdf _xrandr _xscreensaver _xset _xt_arguments _xt_session_id _xterm _xv _xwit _yast _yodl _yp _yum _zattr _zcalc_line _zcat _zcompile _zdump _zed _zfs _zfs_dataset _zfs_pool _zftp _zip _zle _zlogin _zmodload _zmv _zpool _zpty _zsh-mime-handler _zstyle _ztodo +/Users/genehack/.zcompdump:1310> autoload -Uz +X _call_program +/Users/genehack/.zcompdump:1312> typeset -gUa _comp_assocs +/Users/genehack/.zcompdump:1313> _comp_assocs=( '' ) +compinit:473> _i_done=yes +compinit:480> [[ -z yes ]] +compinit:517> _i_line=complete-word +compinit:520> zle -C complete-word .complete-word _main_complete +compinit:517> _i_line=delete-char-or-list +compinit:520> zle -C delete-char-or-list .delete-char-or-list _main_complete +compinit:517> _i_line=expand-or-complete +compinit:520> zle -C expand-or-complete .expand-or-complete _main_complete +compinit:517> _i_line=expand-or-complete-prefix +compinit:520> zle -C expand-or-complete-prefix .expand-or-complete-prefix _main_complete +compinit:517> _i_line=list-choices +compinit:520> zle -C list-choices .list-choices _main_complete +compinit:517> _i_line=menu-complete +compinit:520> zle -C menu-complete .menu-complete _main_complete +compinit:517> _i_line=menu-expand-or-complete +compinit:520> zle -C menu-expand-or-complete .menu-expand-or-complete _main_complete +compinit:517> _i_line=reverse-menu-complete +compinit:520> zle -C reverse-menu-complete .reverse-menu-complete _main_complete +compinit:522> zle -la menu-select +compinit:522> zle -C menu-select .menu-select _main_complete +compinit:526> read -A _i_line +compinit:526> bindkey '^i' +compinit:527> [[ expand-or-complete-with-dots == expand-or-complete ]] +compinit:533> unfunction compinit compaudit +compinit:534> autoload -Uz compinit compaudit +compinit:536> return 0 +/Users/genehack/.smartcd/lib/core/completion:11> autoload -U +X bashcompinit +/Users/genehack/.smartcd/lib/core/completion:11> bashcompinit +bashcompinit:170> unfunction bashcompinit +bashcompinit:171> autoload -Uz bashcompinit +bashcompinit:172> return 0 +/Users/genehack/.smartcd_config:19> SMARTCD_QUIET=1 +/Users/genehack/.smartcd_config:20> VARSTASH_QUIET=1 +/Users/genehack/.zshrc:115> set +x

cxreg commented 11 years ago

That appears to have completed successfully and doesn't indicate the crash. I would expect the problem behavior to dump out hundreds of lines of (repeating) output until the crash happens, have you observed this?

genehack commented 11 years ago

Nope, sorry, what you see is what I've got. Let me try wrapping my whole .zshrc in a set -x and see what that gets me.

genehack commented 11 years ago

+/Users/genehack/.zshrc:4> ZSH=/Users/genehack/proj/oh-my-zsh +/Users/genehack/.zshrc:11> COMPLETION_WAITING_DOTS=true +/Users/genehack/.zshrc:12> plugins=( cpanm git ssh-agent ) +/Users/genehack/.zshrc:13> zstyle :omz:plugins:ssh-agent agent-forwarding on +/Users/genehack/.zshrc:14> setopt DVORAK +/Users/genehack/.zshrc:16> source /Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:2> [ '' '!=' true ']' +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:4> /usr/bin/env 'ZSH=/Users/genehack/proj/oh-my-zsh' zsh /Users/genehack/proj/oh-my-zsh/tools/check_for_upgrade.sh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:10> fpath=( /Users/genehack/proj/oh-my-zsh/functions /Users/genehack/proj/oh-my-zsh/completions /usr/share/zsh/site-functions /usr/share/zsh/4.3.11/functions ) +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> configfile=/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/aliases.zsh +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:2> alias 'pu=pushd' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:3> alias 'po=popd' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:6> alias '...=cd ../..' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:7> alias -- '-=cd -' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:10> alias '=sudo' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:15> alias 'history=fc -l 1' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:18> alias 'lsa=ls -lah' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:19> alias 'l=ls -la' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:20> alias 'll=ls -l' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:21> alias 'sl=ls' +/Users/genehack/proj/oh-my-zsh/lib/aliases.zsh:23> alias 'afind=ack-grep -il' +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/completion.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/completion.zsh +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:3> unsetopt menu_complete +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:4> unsetopt flowcontrol +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:5> setopt auto_menu +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:6> setopt complete_in_word +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:7> setopt always_toend +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:9> WORDCHARS='' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:11> zmodload -i zsh/complist +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:14> [ x '=' xtrue ']' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:18> zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[.-]=* r:|=' 'l:|= r:|=' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:21> zstyle ':completion:' list-colors '' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:24> bindkey -M menuselect '^o' accept-and-infer-next-history +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:26> zstyle ':completion:::::' menu select +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:27> zstyle ':completion:::kill::processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)=01;34=0=01' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:28> whoami +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:28> zstyle ':completion:::::processes' command 'ps -u genehack -o pid,user,comm -w -w' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:31> zstyle ':completion::cd:_' tag-order local-directories directory-stack path-directories +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:32> cdpath=( . ) +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:35> [ -r /etc/ssh/ssh_known_hosts ']' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:35> _ssh_hosts=( ) +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:36> [ -r /Users/genehack/.ssh/known_hosts ']' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:36> _sshhosts=( quirm github.com bio.pgp.jhu.edu genehack.com bazaar.launchpad.net 207.97.227.239 ankh genehack.net 208.78.99.146 genehack.org 137.187.56.198 bioperl.genehack.net ephebe.local klatch vjohnanderson.flightnetwork.com pseudopolis genehack.hopto.org genehack-parents.hopto.org pseudopolis.local billygoatgruff ephebe candace 192.168.1.18 fremont68.linode.com fs.iinteractive.com ecproxyb.securesites.net 199.236.103.35 pruretirementfaqs.com besdb8.securesites.net bes2013staging.securesites.net besprod2013.securesites.net bes2012staging.securesites.net klatch.home.genehack.org staging.cgxdd.com cgxdd.com 192.217.120.169 bespdf8.securesites.net besscorecards4.securesites.net staging.annualenrollmentsite.com 71.193.245.237 www.bnymellondd.com www.meijerdd.com bespdf7c.securesites.net besscorecards3c.securesites.net besprod2012c.securesites.net besdb7c.securesites.net 192.168.1.30 ferb perry localhost ddpinnaclestage.com ddpinnacle.com www.ddpinnacle.com morstanae.securesites.net 161.58.27.225 204.2.106.132 besprod2011b.securesites.net bes2011staging.securesites.net besdb6.securesites.net bespdf6.securesites.net besscorecards2.securesites.net toolprod.securesites.net toolstage.securesites.net git.iinteractive.com '[git.iinteractive.com]:2222' ) +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:37> [ -r /etc/hosts ']' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:37> : 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:38> hosts=( '' quirm github.com bio.pgp.jhu.edu genehack.com bazaar.launchpad.net 207.97.227.239 ankh genehack.net 208.78.99.146 genehack.org 137.187.56.198 bioperl.genehack.net ephebe.local klatch vjohnanderson.flightnetwork.com pseudopolis genehack.hopto.org genehack-parents.hopto.org pseudopolis.local billygoatgruff ephebe candace 192.168.1.18 fremont68.linode.com fs.iinteractive.com ecproxyb.securesites.net 199.236.103.35 pruretirementfaqs.com besdb8.securesites.net bes2013staging.securesites.net besprod2013.securesites.net bes2012staging.securesites.net klatch.home.genehack.org staging.cgxdd.com cgxdd.com 192.217.120.169 bespdf8.securesites.net besscorecards4.securesites.net staging.annualenrollmentsite.com 71.193.245.237 www.bnymellondd.com www.meijerdd.com bespdf7c.securesites.net besscorecards3c.securesites.net besprod2012c.securesites.net besdb7c.securesites.net 192.168.1.30 ferb perry localhost ddpinnaclestage.com ddpinnacle.com www.ddpinnacle.com morstanae.securesites.net 161.58.27.225 204.2.106.132 besprod2011b.securesites.net bes2011staging.securesites.net besdb6.securesites.net bespdf6.securesites.net besscorecards2.securesites.net toolprod.securesites.net toolstage.securesites.net git.iinteractive.com '[git.iinteractive.com]:2222' 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost phineas.home.genehack.org localhost ) +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:45> zstyle ':completion::hosts' hosts quirm github.com bio.pgp.jhu.edu genehack.com bazaar.launchpad.net 207.97.227.239 ankh genehack.net 208.78.99.146 genehack.org 137.187.56.198 bioperl.genehack.net ephebe.local klatch vjohnanderson.flightnetwork.com pseudopolis genehack.hopto.org genehack-parents.hopto.org pseudopolis.local billygoatgruff ephebe candace 192.168.1.18 fremont68.linode.com fs.iinteractive.com ecproxyb.securesites.net 199.236.103.35 pruretirementfaqs.com besdb8.securesites.net bes2013staging.securesites.net besprod2013.securesites.net bes2012staging.securesites.net klatch.home.genehack.org staging.cgxdd.com cgxdd.com 192.217.120.169 bespdf8.securesites.net besscorecards4.securesites.net staging.annualenrollmentsite.com 71.193.245.237 www.bnymellondd.com www.meijerdd.com bespdf7c.securesites.net besscorecards3c.securesites.net besprod2012c.securesites.net besdb7c.securesites.net 192.168.1.30 ferb perry localhost ddpinnaclestage.com ddpinnacle.com www.ddpinnacle.com morstanae.securesites.net 161.58.27.225 204.2.106.132 besprod2011b.securesites.net bes2011staging.securesites.net besdb6.securesites.net bespdf6.securesites.net besscorecards2.securesites.net toolprod.securesites.net toolstage.securesites.net git.iinteractive.com '[git.iinteractive.com]:2222' 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost phineas.home.genehack.org localhost +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:48> zstyle ':completion::complete:' use-cache 1 +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:49> zstyle ':completion::complete:' cache-path /Users/genehack/proj/oh-my-zsh/cache/ +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:52> zstyle ':completion::::users' ignored-patterns adm amanda apache avahi beaglidx bin cacti canna clamav daemon dbus distcache dovecot fax ftp games gdm gkrellmd gopher hacluster haldaemon halt hsqldb ident junkbust ldap lp mail mailman mailnull mldonkey mysql nagios named netdump news nfsnobody nobody nscd ntp nut nx openvpn operator pcap postfix postgres privoxy pulse pvm quagga radvd rpc rpcuser rpm shutdown squid sshd sync uucp vcsa xfs +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:62> zstyle '' single-ignored show +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:64> [ xtrue '=' xtrue ']' +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:70> zle -N expand-or-complete-with-dots +/Users/genehack/proj/oh-my-zsh/lib/completion.zsh:71> bindkey '^I' expand-or-complete-with-dots +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/correction.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/correction.zsh +/Users/genehack/proj/oh-my-zsh/lib/correction.zsh:1> setopt correct_all +/Users/genehack/proj/oh-my-zsh/lib/correction.zsh:3> alias 'man=nocorrect man' +/Users/genehack/proj/oh-my-zsh/lib/correction.zsh:4> alias 'mv=nocorrect mv' +/Users/genehack/proj/oh-my-zsh/lib/correction.zsh:5> alias 'mysql=nocorrect mysql' +/Users/genehack/proj/oh-my-zsh/lib/correction.zsh:6> alias 'mkdir=nocorrect mkdir' +/Users/genehack/proj/oh-my-zsh/lib/correction.zsh:7> alias 'gist=nocorrect gist' +/Users/genehack/proj/oh-my-zsh/lib/correction.zsh:8> alias 'heroku=nocorrect heroku' +/Users/genehack/proj/oh-my-zsh/lib/correction.zsh:9> alias 'ebuild=nocorrect ebuild' +/Users/genehack/proj/oh-my-zsh/lib/correction.zsh:10> alias 'hpodder=nocorrect hpodder' +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/directories.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/directories.zsh +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:2> setopt auto_name_dirs +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:3> setopt auto_pushd +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:4> setopt pushd_ignore_dups +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:6> alias '..=cd ..' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:7> alias 'cd..=cd ..' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:8> alias 'cd...=cd ../..' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:9> alias 'cd....=cd ../../..' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:10> alias 'cd.....=cd ../../../..' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:11> alias 'cd/=cd /' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:13> alias '1=cd -' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:14> alias '2=cd +2' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:15> alias '3=cd +3' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:16> alias '4=cd +4' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:17> alias '5=cd +5' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:18> alias '6=cd +6' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:19> alias '7=cd +7' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:20> alias '8=cd +8' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:21> alias '9=cd +9' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:37> alias 'md=mkdir -p' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:38> alias 'rd=rmdir' +/Users/genehack/proj/oh-my-zsh/lib/directories.zsh:39> alias 'd=dirs -v | head -10' +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/edit-command-line.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/edit-command-line.zsh +/Users/genehack/proj/oh-my-zsh/lib/edit-command-line.zsh:1> autoload -U edit-command-line +/Users/genehack/proj/oh-my-zsh/lib/edit-command-line.zsh:2> zle -N edit-command-line +/Users/genehack/proj/oh-my-zsh/lib/edit-command-line.zsh:3> bindkey '\C-x\C-e' edit-command-line +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/functions.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/functions.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/git.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/git.zsh +/Users/genehack/proj/oh-my-zsh/lib/git.zsh:92> POST_1_7_2_GIT=+/Users/genehack/proj/oh-my-zsh/lib/git.zsh:92> git_compare_version 1.7.2 +git_compare_version:1> local 'INPUT_GIT_VERSION=1.7.2' +git_compare_version:2> local INSTALLED_GIT_VERSION +git_compare_version:3> INPUT_GIT_VERSION=( 1 7 2 ) +git_compare_version:4> INSTALLED_GIT_VERSION=+git_compare_version:4> git --version +git_compare_version:4> INSTALLED_GIT_VERSION=( git version 1.7.9.6 '(Apple' 'Git-31.1)' ) +git_compare_version:5> INSTALLED_GIT_VERSION=( 1 7 9 6 ) +git_compare_version:7> i=1 +git_compare_version:8> [[ 1 -lt 1 ]] +git_compare_version:7> i=2 +git_compare_version:8> [[ 7 -lt 7 ]] +git_compare_version:7> i=3 +git_compare_version:8> [[ 9 -lt 2 ]] +git_compare_version:13> echo 1 +/Users/genehack/proj/oh-my-zsh/lib/git.zsh:92> POST_1_7_2_GIT=1 +/Users/genehack/proj/oh-my-zsh/lib/git.zsh:94> unset -f git_compare_version +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/grep.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/grep.zsh +/Users/genehack/proj/oh-my-zsh/lib/grep.zsh:5> export 'GREP_OPTIONS=--color=auto' +/Users/genehack/proj/oh-my-zsh/lib/grep.zsh:6> export 'GREP_COLOR=1;32' +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/history.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/history.zsh +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:2> HISTFILE=/Users/genehack/.zsh_history +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:3> HISTSIZE=10000 +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:4> SAVEHIST=10000 +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:6> setopt append_history +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:7> setopt extended_history +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:8> setopt hist_expire_dups_first +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:9> setopt hist_ignore_dups +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:10> setopt hist_ignore_space +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:11> setopt hist_verify +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:12> setopt inc_append_history +/Users/genehack/proj/oh-my-zsh/lib/history.zsh:13> setopt share_history +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:3> bindkey -e +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:4> bindkey '\ew' kill-region +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:5> bindkey -s '\el' 'ls\n' +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:6> bindkey '^r' history-incremental-search-backward +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:7> bindkey '^[[5~' up-line-or-history +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:8> bindkey '^[[6~' down-line-or-history +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:11> bindkey '^[[A' up-line-or-search +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:12> bindkey '^[[B' down-line-or-search +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:14> bindkey '^[[H' beginning-of-line +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:15> bindkey '^[[1~' beginning-of-line +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:16> bindkey '^[OH' beginning-of-line +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:17> bindkey '^[[F' end-of-line +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:18> bindkey '^[[4~' end-of-line +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:19> bindkey '^[OF' end-of-line +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:20> bindkey ' ' magic-space +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:22> bindkey '^[[1;5C' forward-word +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:23> bindkey '^[[1;5D' backward-word +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:25> bindkey '^[[Z' reverse-menu-complete +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:28> bindkey '^?' backward-delete-char +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:29> bindkey '^[[3~' delete-char +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:30> bindkey '^[3;5~' delete-char +/Users/genehack/proj/oh-my-zsh/lib/key-bindings.zsh:31> bindkey '\e[3~' delete-char +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/misc.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/misc.zsh +/Users/genehack/proj/oh-my-zsh/lib/misc.zsh:2> autoload -U url-quote-magic +/Users/genehack/proj/oh-my-zsh/lib/misc.zsh:3> zle -N self-insert url-quote-magic +/Users/genehack/proj/oh-my-zsh/lib/misc.zsh:6> bindkey '^[m' copy-prev-shell-word +/Users/genehack/proj/oh-my-zsh/lib/misc.zsh:9> setopt long_list_jobs +/Users/genehack/proj/oh-my-zsh/lib/misc.zsh:12> export 'PAGER=less -R' +/Users/genehack/proj/oh-my-zsh/lib/misc.zsh:13> export 'LC_CTYPE=en_US.UTF-8' +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/rvm.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/rvm.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> config_file=/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh +/Users/genehack/proj/oh-my-zsh/oh-my-zsh.sh:14> source /Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:6> typeset -Ag FX FG BG +/Users/genehack/proj/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/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=000 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=001 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=002 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=003 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=004 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=005 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=006 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=007 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=008 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=009 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=010 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=011 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=012 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=013 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=014 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=015 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=016 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=017 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=018 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=019 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=020 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=021 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=022 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=023 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=024 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=025 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=026 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=027 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=028 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=029 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=030 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=031 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=032 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=033 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=034 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=035 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=036 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=037 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=038 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=039 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=040 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=041 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=042 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=043 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=044 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=045 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=046 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=047 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=048 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=049 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=050 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=051 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=052 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=053 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=054 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=055 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=056 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=057 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=058 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=059 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=060 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=061 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=062 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=063 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=064 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=065 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=066 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=067 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=068 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=069 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=070 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=071 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=072 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=073 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=074 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=075 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=076 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=077 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=078 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=079 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=080 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=081 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=082 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=083 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=084 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=085 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=086 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=087 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=088 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=089 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=090 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=091 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=092 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=093 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=094 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=095 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=096 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=097 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=098 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=099 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=100 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=101 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=102 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=103 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=104 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=105 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=106 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=107 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=108 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=109 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=110 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=111 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=112 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=113 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=114 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=115 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=116 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=117 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=118 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=119 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=120 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=121 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=122 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=123 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=124 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=125 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=126 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=127 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=128 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=129 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=130 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=131 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=132 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=133 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=134 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=135 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=136 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=137 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=138 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=139 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=140 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=141 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=142 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=143 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=144 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=145 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=146 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=147 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=148 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=149 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=150 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=151 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=152 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=153 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=154 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=155 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=156 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=157 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=158 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=159 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=160 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=161 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=162 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=163 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=164 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=165 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=166 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=167 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=168 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=169 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=170 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=171 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=172 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=173 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=174 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=175 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=176 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=177 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=178 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=179 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=180 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=181 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=182 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=183 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=184 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=185 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=186 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=187 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=188 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=189 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=190 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=191 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=192 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=193 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=194 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=195 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=196 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=197 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=198 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=199 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=200 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=201 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=202 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=203 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=204 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=205 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=206 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=207 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=208 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=209 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=210 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=211 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=212 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=213 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=214 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=215 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=216 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=217 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=218 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=219 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:17> color=220 +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:18> FG[$color]='%{%}' +/Users/genehack/proj/oh-my-zsh/lib/spectrum.zsh:19> BG[$color]='%{%}' +/Users/genehack/p

genehack commented 11 years ago

After a whole lot of futzing around, I found that if I change my .smartcd_config file from

source ~/.smartcd/lib/core/arrays
source ~/.smartcd/lib/core/varstash
source ~/.smartcd/lib/core/smartcd

(which is what smartcd config installs), to

source ~/.smartcd/lib/core/smartcd
source ~/.smartcd/lib/core/arrays
source ~/.smartcd/lib/core/varstash

then the segfault goes away.

shrug Going to close this issue out now...

cxreg commented 11 years ago

That's a pretty interesting observation, it must have something to do with the "smartcd_run_mainline" code shared by the 3 libraries. Odd that it would behave differently in that one situation. I may be able to come up with a test case based on that, thanks John

genehack commented 11 years ago

The really really odd thing is I have another system here that should be identical (same version of the OS, same shell config, same smartcd, etc.) and it never had the problem. Now, there must be some difference between the systems, but I have no idea what it could be.