Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | speed up dotnet | romkatv | 2019-10-28 | 1 | -7/+37 |
| | |||||
* | don't stat unnecessary dirs | romkatv | 2019-10-28 | 1 | -8/+8 |
| | |||||
* | work around bugs in Hyper | romkatv | 2019-10-28 | 1 | -8/+15 |
| | | | | | | | The bug in Hyper (https://github.com/zeit/hyper/issues/3586) is similar to the one in VTE but it takes Hyper at least 100 times longer to report correct TTY (Hyper is slow in general, so this isn't surprising.) | ||||
* | speed up direnv and improve its rendering in instant prompt | romkatv | 2019-10-27 | 1 | -5/+16 |
| | |||||
* | allow individual segments to be hidden or shown with low latency | romkatv | 2019-10-27 | 1 | -7/+11 |
| | |||||
* | speed up prompt by 2ms when there are many POWERLEVEL9K parameters | romkatv | 2019-10-27 | 1 | -17/+22 |
| | |||||
* | docs | romkatv | 2019-10-27 | 1 | -4/+1 |
| | |||||
* | add direnv segment; fixes 291 | romkatv | 2019-10-27 | 5 | -4/+37 |
| | |||||
* | move _p9k_precmd to the end of precmd_functions | romkatv | 2019-10-27 | 1 | -0/+3 |
| | |||||
* | define instant_prompt_example to demonstrate how to add segments to instant ↵ | romkatv | 2019-10-27 | 3 | -8/+66 |
| | | | | prompt | ||||
* | use more conservative glyphs in 'compatible' and 'powerline' mode | romkatv | 2019-10-27 | 2 | -4/+21 |
| | | | | See #265. | ||||
* | don't display ruler in instant prompt when the terminal size is unknown | romkatv | 2019-10-26 | 1 | -1/+6 |
| | |||||
* | better warnings | romkatv | 2019-10-26 | 1 | -2/+4 |
| | |||||
* | reset style before percent-expanding PROMPT_EOL_MARK | romkatv | 2019-10-26 | 1 | -3/+3 |
| | |||||
* | pick the correct default for PROMPT_EOL_MARK | romkatv | 2019-10-26 | 1 | -5/+6 |
| | |||||
* | doc cleanup | romkatv | 2019-10-26 | 1 | -3/+0 |
| | |||||
* | comments | romkatv | 2019-10-26 | 1 | -1/+1 |
| | |||||
* | doc cleanup | romkatv | 2019-10-26 | 1 | -0/+4 |
| | |||||
* | doc cleanup | romkatv | 2019-10-26 | 1 | -4/+10 |
| | |||||
* | improve instant prompt usability, update docs and add an option to the ↵ | romkatv | 2019-10-26 | 8 | -108/+312 |
| | | | | wizard to enable it | ||||
* | when unable to get tty size for instant prompt, don't emulate prompt_sp and ↵ | romkatv | 2019-10-25 | 1 | -20/+31 |
| | | | | don't print right prompt or gap | ||||
* | make right prompt hidable even on the last line | romkatv | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | bug fix: unset _p9k__* | romkatv | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | use _p9k__* naming pattern for variables that must not be dumped but must be ↵ | romkatv | 2019-10-25 | 1 | -234/+232 |
| | | | | unset | ||||
* | make right prompt hidable | romkatv | 2019-10-25 | 1 | -8/+16 |
| | |||||
* | mention that prompt can be customized by editing ~/.p10k.zsh | romkatv | 2019-10-25 | 1 | -2/+4 |
| | |||||
* | fix handling of transient_rprompt | romkatv | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | add ${+VTE_VERSION} to param_sig; fix locale-related parts | romkatv | 2019-10-25 | 1 | -3/+3 |
| | |||||
* | short-circuit double sourcing of the theme | romkatv | 2019-10-24 | 1 | -0/+2 |
| | |||||
* | bug fix: unset _p9k_preinit when tearing down | romkatv | 2019-10-24 | 1 | -0/+1 |
| | |||||
* | add POWERLEVEL9K_VCS_RECURSE_UNTRACKED_DIRS | romkatv | 2019-10-24 | 1 | -5/+8 |
| | |||||
* | add todo | romkatv | 2019-10-24 | 1 | -0/+1 |
| | |||||
* | survive old 'awesome' mapped fonts that miss glyphs | romkatv | 2019-10-23 | 1 | -63/+63 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2019-10-22 | 1 | -0/+0 |
| | |||||
* | no_bg_nice to avoid spam on wsl | romkatv | 2019-10-22 | 1 | -2/+3 |
| | |||||
* | Merge branch 'instant-prompt' | romkatv | 2019-10-22 | 1 | -3/+7 |
|\ | |||||
| * | redirect stdin to /dev/null while instant prompt is active | romkatv | 2019-10-21 | 1 | -3/+7 |
| | | |||||
* | | bump version | romkatv | 2019-10-22 | 1 | -1/+1 |
|/ | |||||
* | define P9K_TODO_FILTERED_TASK_COUNT and P9K_TODO_TOTAL_TASK_COUNT | romkatv | 2019-10-21 | 1 | -4/+7 |
| | | | | | | | | | | | | These new parameters can be used to customize the content of `todo` prompt. Example: POWERLEVEL9K_TODO_CONTENT_EXPANSION='$P9K_TODO_FILTERED_TASK_COUNT / $P9K_TODO_TOTAL_TASK_COUNT' The default format is '$P9K_TODO_TOTAL_TASK_COUNT', just like before. Fixes #283. | ||||
* | typo | romkatv | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | apply the `stty size` workaround only when using VTE | romkatv | 2019-10-21 | 1 | -5/+7 |
| | |||||
* | add no_aliases to a bunch of places | romkatv | 2019-10-21 | 1 | -13/+10 |
| | |||||
* | add a note saying that users should NOT enable instant prompt | romkatv | 2019-10-21 | 1 | -0/+4 |
| | |||||
* | better workaround for the lying `stty size` | romkatv | 2019-10-21 | 1 | -2/+18 |
| | | | | See https://github.com/gnunn1/tilix/issues/1777. | ||||
* | temporarily disable instant prompt in the configuration wizard. there are ↵ | romkatv | 2019-10-21 | 1 | -2/+2 |
| | | | | issues that I need to deal with | ||||
* | call `/bin/stty size` to obtain correct COLUMNS | romkatv | 2019-10-20 | 1 | -2/+2 |
| | |||||
* | workaround for a bug in tilix: $COLUMNS is incorrect in the new shell ↵ | romkatv | 2019-10-20 | 1 | -2/+3 |
| | | | | immediately after splitting; it becomes correct after forking | ||||
* | git clone --depth=1 in docker | romkatv | 2019-10-20 | 1 | -1/+1 |
| | |||||
* | doc formatting | romkatv | 2019-10-20 | 1 | -2/+2 |
| | |||||
* | better instant prompt docs | romkatv | 2019-10-20 | 1 | -3/+7 |
| |