Commit Graph

3074 Commits (98c614b85114b43124d5d861c3849c9b294799ff)
 

Author SHA1 Message Date
romkatv 98c614b851 move notes.txt to internal to avoid confusing people
romkatv 8d2ab89627 remove debugging junk
romkatv b7f03790e2 bump version
romkatv 5d460d7b99 remove trailing zeros from _p9k_human_readable_bytes
romkatv fa4d151f94 cleanup
romkatv b9cfa4e7ff bug fixes:
- don't use typeset -p on zsh 5.4 as it's broken there
- remove redundant local declarations from _p9k_prompt_net_iface_async
- change the default value of POWERLEVEL9K_PUBLIC_IP_HOST as the old is broken
romkatv 57dc301d6e bug fix: declare worker global vars in _p9k_init_vars
romkatv 5e42c4c930 add P9K_KUBECONTEXT_USER
romkatv 9c21f4b273 Merge branch 'master' into worker
Max Rydahl Andersen 774701432e Add `oc` to `POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND` ()
romkatv 08f326a457 add _p9k__segment_{cond,va}_{left,right} and migrate swap to worker
romkatv 8fe1521d21 add swap segment to config templates
romkatv f1bb5601fe process ready replies from worker synchornously in precmd
romkatv e97a6c6701 delete fifo before killing worker from watchdog
romkatv 2dc56d0afe trap PIPE
romkatv 565492b10e migrate over from the old worker api; use worker in battery on macOS
romkatv 148ecf7fc3 use ascii ENQ (0x05) for watchdog pings
romkatv 45d14cbcf5 add watchdog to worker
romkatv bdf55b7318 notes
romkatv 2aa1d07b4a massive worker simplification (figure out during massive hangover)
romkatv f1314f9072 Merge branch 'master' into worker
romkatv 833cc73f73 add a link to gitter
romkatv 1fb30a62e7 add disk_usage to config templates
romkatv 08f73b27fd cherry pick disk_usage fix from 0d33157b12; see
romkatv cf886d0baf notes
romkatv 186d1539b9 add POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see
romkatv e4349e0c9b fix option names in the color selection screen; fixes
romkatv f069f787ba notes
romkatv ed2b83275b Merge branch 'master' into worker
romkatv 0f9cee9dc2 display lean with 8 colors right away if the terminal does not support 256 colors
romkatv fc7178ad92 check for truecolor before offering snazzy
romkatv 7144ebb465 add snazzy color scheme option to pure style
romkatv 0f6b7953be synthesize common prompt functions
Roman Perepelitsa e74e0d38c8
update notes
romkatv 80e8e46fe5 Merge branch 'master' into worker
romkatv e01b5d9529 refactor worker code
romkatv 9586e24dfb add color selection dialog for lean-8colors; remove space before prompt char in lean-* when it's the first segment on the line
romkatv 2feac7f121 survive SIGINT during preexec; see
romkatv f1e9d9ade7 fix ram segment on wsl
romkatv c79108ff0a work around wsl bugs
romkatv 6a9cc19741 add notes
romkatv 430c2b0178 explicit exec in worker
romkatv 0d8a51bcf3 Merge branch 'master' into worker
romkatv e374395746 follow ~/.zshrc and ~/.p10k.zsh symlinks
When the user tells the configuration wizard to apply
changes to ~/.zshrc and ~/.p10k.zsh and these files
are symlinks, apply changes to the targets.

see 
romkatv b35a814828 migrate ram to worker
romkatv 635ffb0e21 load the same modules and functions in worker as in master
romkatv 61df3d1cfb even further simplify worker bootstrap
romkatv 23e8921b8d further simplify worker bootstrap
romkatv 1208fd10ef simplify worker bootstrap
romkatv 0ae338dde1 make sure pwd and IFS are initialized when running *_compute