Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse process substitutions | romkatv | 2020-01-12 | 1 | -5/+11 |
| | |||||
* | add `p10k display -a` | romkatv | 2020-01-12 | 1 | -12/+50 |
| | |||||
* | remove parse.zsh | romkatv | 2020-01-12 | 1 | -328/+0 |
| | |||||
* | add POWERLEVEL9K_COMMANDS_MAX_TOKEN_COUNT | romkatv | 2020-01-12 | 1 | -3/+4 |
| | |||||
* | add POWERLEVEL9K_${segment}_SHOW_ON_COMMAND; bug fixes in parsing | romkatv | 2020-01-12 | 1 | -38/+117 |
| | |||||
* | group precommands with commands | romkatv | 2020-01-12 | 1 | -11/+12 |
| | |||||
* | minor opitimization | romkatv | 2020-01-12 | 1 | -1/+1 |
| | |||||
* | incorporate latest parser fixes | romkatv | 2020-01-12 | 1 | -49/+97 |
| | |||||
* | comments | romkatv | 2020-01-12 | 1 | -0/+6 |
| | |||||
* | fix 'always' | romkatv | 2020-01-12 | 1 | -34/+55 |
| | |||||
* | fix heredocs | romkatv | 2020-01-12 | 1 | -7/+19 |
| | |||||
* | get rid of captures | romkatv | 2020-01-12 | 1 | -10/+16 |
| | |||||
* | rename _p9k names for easier testing | romkatv | 2020-01-12 | 1 | -17/+17 |
| | |||||
* | write all p10k-on-* hooks to instant prompt | romkatv | 2020-01-11 | 1 | -5/+33 |
| | |||||
* | back to 32 token limit | romkatv | 2020-01-11 | 2 | -2/+2 |
| | |||||
* | don't array-expand unnecessarily | romkatv | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | don't array-expand unnecessarily | romkatv | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | run widget hooks only from PS1 | romkatv | 2020-01-11 | 1 | -2/+1 |
| | |||||
* | integrate the new command buffer parser intp p10k | romkatv | 2020-01-11 | 1 | -20/+290 |
| | |||||
* | typo | romkatv | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | cleanup | romkatv | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | cleanup | romkatv | 2020-01-11 | 1 | -85/+87 |
| | |||||
* | handle early precommand termination | romkatv | 2020-01-11 | 1 | -4/+9 |
| | |||||
* | support precommands and fix a few bugs | romkatv | 2020-01-11 | 1 | -103/+70 |
| | |||||
* | add precommand specs | romkatv | 2020-01-11 | 1 | -2/+17 |
| | |||||
* | limit the number of looked-at tokens to 32 | romkatv | 2020-01-11 | 1 | -115/+119 |
| | |||||
* | speedup | romkatv | 2020-01-11 | 1 | -5/+71 |
| | |||||
* | filter and dedup commands | romkatv | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | comments | romkatv | 2020-01-11 | 1 | -0/+9 |
| | |||||
* | handle `<<<` | romkatv | 2020-01-11 | 1 | -0/+2 |
| | |||||
* | handle `for x (y) z` | romkatv | 2020-01-11 | 1 | -7/+10 |
| | |||||
* | fix a few bugs in parsing | romkatv | 2020-01-11 | 1 | -0/+20 |
| | |||||
* | speedup | romkatv | 2020-01-11 | 1 | -14/+18 |
| | |||||
* | remove function decls from the list of commands | romkatv | 2020-01-11 | 1 | -5/+30 |
| | |||||
* | speed up parsing | romkatv | 2020-01-11 | 1 | -62/+62 |
| | |||||
* | add parse.zsh | romkatv | 2020-01-10 | 1 | -0/+161 |
| | |||||
* | pass fd to _p9k_restore_prompt | romkatv | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | make sure the next hook called after p10k-on-post-prompt is always either ↵ | romkatv | 2020-01-09 | 1 | -0/+1 |
| | | | | p10k-on-pre-prompt or p10k-on-init | ||||
* | fix bugs in widget hooks and improve performance | romkatv | 2020-01-09 | 1 | -42/+68 |
| | |||||
* | work around bugs in zsh-syntax-highlighting | romkatv | 2020-01-09 | 1 | -2/+3 |
| | |||||
* | wrap all widgets; call p10k-on-post-widget hook if defined | romkatv | 2020-01-08 | 1 | -86/+94 |
| | |||||
* | call p10k-on-init hook if defined | romkatv | 2020-01-08 | 1 | -2/+11 |
| | |||||
* | set DISABLE_UPDATE_PROMPT=true when activating instant prompt | romkatv | 2020-01-07 | 1 | -1/+2 |
| | | | | | | | | | | 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. | ||||
* | fix omz update detection | romkatv | 2020-01-07 | 1 | -3/+4 |
| | |||||
* | don't print concole output warning if oh-my-zsh updates during instant prompt | romkatv | 2020-01-07 | 1 | -40/+45 |
| | |||||
* | show the number of filtered toto tasks if not the same as total and add ↵ | romkatv | 2020-01-03 | 1 | -2/+12 |
| | | | | options to hide todo when filtered and/or total is zero | ||||
* | use a more portable icon for todo in portable font mode | romkatv | 2020-01-03 | 1 | -2/+2 |
| | |||||
* | bug fix: set $0 to =todo.sh when sourcing the user config; fixes #403 | romkatv | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | add nnn prompt segment; see #342 | romkatv | 2020-01-02 | 2 | -0/+14 |
| | |||||
* | add plenv prompt segment; see #342 | romkatv | 2020-01-02 | 2 | -1/+55 |
| |