Commit Graph

2975 Commits (1eb83b081efb4c49e89c6f6c96c4b395f4647c56)
 

Author SHA1 Message Date
romkatv 1eb83b081e add POWERLEVEL9K_COMMANDS_MAX_TOKEN_COUNT
romkatv 14623f0626 add POWERLEVEL9K_${segment}_SHOW_ON_COMMAND; bug fixes in parsing
romkatv be359b6e76 group precommands with commands
romkatv b8981328bb minor opitimization
romkatv 02a5d21f12 incorporate latest parser fixes
romkatv bc0429f3bb comments
romkatv 856baeb610 Merge branch 'master' into reactive
romkatv 974529b642 add faq about changing colors
romkatv 60d00e9e75 fix 'always'
romkatv b59f74a7bd fix heredocs
romkatv 770bf93444 get rid of captures
romkatv 6e3711759f rename _p9k names for easier testing
romkatv 940e6dc118 write all p10k-on-* hooks to instant prompt
romkatv 849e9519de back to 32 token limit
romkatv 84f01d5cb3 don't array-expand unnecessarily
romkatv efe0e79436 don't array-expand unnecessarily
romkatv 8380cee319 run widget hooks only from PS1
romkatv db9913984d integrate the new command buffer parser intp p10k
romkatv fc9cc6f82a typo
romkatv 4fa3f2cd6a cleanup
romkatv dd437267cd cleanup
romkatv df4b33c699 handle early precommand termination
romkatv 347392daab support precommands and fix a few bugs
romkatv 9a6eb616d9 add precommand specs
romkatv 251ec93396 limit the number of looked-at tokens to 32
romkatv 2db236fc69 speedup
romkatv 1779555402 filter and dedup commands
romkatv 461e1acb98 comments
romkatv 68d9aeb559 handle `<<<`
romkatv dfc5382c0d handle `for x (y) z`
romkatv b8c9e83661 fix a few bugs in parsing
romkatv 57b500d083 speedup
romkatv 90ac9c9e20 remove function decls from the list of commands
romkatv c4f68bd609 speed up parsing
romkatv 07ee25a147 add parse.zsh
romkatv bbd5791aac pass fd to _p9k_restore_prompt
romkatv 9da0365dfb make sure the next hook called after p10k-on-post-prompt is always either p10k-on-pre-prompt or p10k-on-init
romkatv 5deed4d459 fix bugs in widget hooks and improve performance
romkatv ed78375a2e work around bugs in zsh-syntax-highlighting
romkatv 1173119d55 wrap all widgets; call p10k-on-post-widget hook if defined
romkatv c79d0c0478 call p10k-on-init hook if defined
romkatv 597767e3fc describe hooks and parameters accessible from them
Eric Nielsen a50a336b64 Add Zim installation instructions to README.md ()
add zim installation instructions
romkatv 9f83e5e1dc Merge branch 'master' into reactive
romkatv d77bc5fa46 set DISABLE_UPDATE_PROMPT=true when activating instant prompt
This is an Oh My Zsh option that makes it update without asking for
confirmation. In practice, when instant prompt is active, OMZ doesn't
wait for the user confirmation and automatically updates.

By setting DISABLE_UPDATE_PROMPT=true we get rid of the spurious
question from the console output without changing the behavior of OMZ
updater.
romkatv 784fea72b5 fix omz update detection
romkatv e371319f49 don't print concole output warning if oh-my-zsh updates during instant prompt
romkatv 0be72e33f1 add notes
romkatv 7b77d63e7e add "todo" prompt segment to default configs
romkatv 2291458a5a show the number of filtered toto tasks if not the same as total and add options to hide todo when filtered and/or total is zero