Commit Graph

28 Commits (178fcda3487afb3bd540d784cf472c60ec0de94a)

Author SHA1 Message Date
Roman Perepelitsa 5ea5d4bc19 disable re_match_pcre, otherwise we can get an error when users enable this option without having zsh/pcre module
Roman Perepelitsa 2d74ac9d06 prefix all `source` calls with `builtin`
romkatv e3beeea0ae block SIGINT in nested p10k calls; allow SIGINT in gitstatus_start
romkatv 9fc454fc08 mangle gitstatus function names
romkatv dc1f023344 work around more zsh bugs w.r.t. local traps
romkatv aceb1c5c77 fix a typo: ${x:-} => ${x:--}
romkatv 5d41bf4703 block SIGINT while powerlevel10k is running
romkatv e1323716fe zf_rm before zf_mv to work around NTFS bugs (see )
romkatv 3ef4e68b5f suppress errors from zf_mv (fixes )
romkatv b2667b8270 don't compile sources if zsh is < 5.1
romkatv 891090acc4 make locale workarounds more robust
romkatv 9ce0a0551e attempt to make locale workarounds more robust
romkatv d9da275e9e more robust zcompile
romkatv 6e9fbbcae4 stop unsetting local_options in powerlevel10k.zsh-theme; see
romkatv 9a0e093e0e disable mmap when loading powerlevel10k; maybe it'll help with
romkatv d71d1409c4 fix `p10k display -a`
romkatv a12f7ac8ee when the user's locale is misconfigured, set it to utf8 at the top level
fixes 
romkatv eb9da89ad9 quote $foo when running with unknown options; fixes
romkatv 14868da64a move buffer parser to internal/parser.zsh
romkatv 3bca7e845f detect source code corruption done by antigen and suggest resetting cache
romkatv b7777bb86e attempt to work around antigen bugs
romkatv a9715367d4 fix prompt_char (never showed error); unify options
romkatv 0d33157b12 migrate disk_usage and public_ip to worker
romkatv d0ff9df8d0 return => return 0
romkatv d17f22e5b0 better handling of XDG_CACHE_HOME changes
romkatv 41c0a87918 wip: instant prompt (part 4)
romkatv d6a336358a replace symbolic links with regular files that "source"
romkatv ceae2d7422 remove most things