summaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
Commit message (Collapse)AuthorAgeFilesLines
* wip: some churn on dynamic stuffromkatv2019-11-021-49/+32
|
* fix an error message printed for 32-bit intel users; see ↵romkatv2019-10-301-1/+1
| | | | https://github.com/romkatv/gitstatus/issues/73
* wip: dynamic shitromkatv2019-10-291-184/+213
|
* transient_rprompt hides gapromkatv2019-10-291-17/+22
|
* add `p10k display` commandromkatv2019-10-291-2/+84
|
* speed up truncate_to_uniqueromkatv2019-10-281-35/+44
|
* remove debug logsromkatv2019-10-281-2/+0
|
* cheaper cache key in dirromkatv2019-10-281-1/+1
|
* speed up dotnetromkatv2019-10-281-7/+37
|
* don't stat unnecessary dirsromkatv2019-10-281-8/+8
|
* work around bugs in Hyperromkatv2019-10-281-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 promptromkatv2019-10-271-5/+16
|
* allow individual segments to be hidden or shown with low latencyromkatv2019-10-271-7/+11
|
* speed up prompt by 2ms when there are many POWERLEVEL9K parametersromkatv2019-10-271-17/+22
|
* add direnv segment; fixes 291romkatv2019-10-271-0/+6
|
* move _p9k_precmd to the end of precmd_functionsromkatv2019-10-271-0/+3
|
* don't display ruler in instant prompt when the terminal size is unknownromkatv2019-10-261-1/+6
|
* better warningsromkatv2019-10-261-2/+4
|
* reset style before percent-expanding PROMPT_EOL_MARKromkatv2019-10-261-3/+3
|
* pick the correct default for PROMPT_EOL_MARKromkatv2019-10-261-5/+6
|
* improve instant prompt usability, update docs and add an option to the ↵romkatv2019-10-261-58/+155
| | | | wizard to enable it
* when unable to get tty size for instant prompt, don't emulate prompt_sp and ↵romkatv2019-10-251-20/+31
| | | | don't print right prompt or gap
* make right prompt hidable even on the last lineromkatv2019-10-251-1/+1
|
* bug fix: unset _p9k__*romkatv2019-10-251-1/+1
|
* use _p9k__* naming pattern for variables that must not be dumped but must be ↵romkatv2019-10-251-234/+232
| | | | unset
* make right prompt hidableromkatv2019-10-251-8/+16
|
* fix handling of transient_rpromptromkatv2019-10-251-1/+1
|
* add ${+VTE_VERSION} to param_sig; fix locale-related partsromkatv2019-10-251-3/+3
|
* short-circuit double sourcing of the themeromkatv2019-10-241-0/+2
|
* bug fix: unset _p9k_preinit when tearing downromkatv2019-10-241-0/+1
|
* add POWERLEVEL9K_VCS_RECURSE_UNTRACKED_DIRSromkatv2019-10-241-5/+8
|
* add todoromkatv2019-10-241-0/+1
|
* no_bg_nice to avoid spam on wslromkatv2019-10-221-2/+3
|
* Merge branch 'instant-prompt'romkatv2019-10-221-3/+7
|\
| * redirect stdin to /dev/null while instant prompt is activeromkatv2019-10-211-3/+7
| |
* | bump versionromkatv2019-10-221-1/+1
|/
* define P9K_TODO_FILTERED_TASK_COUNT and P9K_TODO_TOTAL_TASK_COUNTromkatv2019-10-211-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.
* typoromkatv2019-10-211-1/+1
|
* apply the `stty size` workaround only when using VTEromkatv2019-10-211-5/+7
|
* add no_aliases to a bunch of placesromkatv2019-10-211-13/+10
|
* better workaround for the lying `stty size`romkatv2019-10-211-2/+18
| | | | See https://github.com/gnunn1/tilix/issues/1777.
* call `/bin/stty size` to obtain correct COLUMNSromkatv2019-10-201-2/+2
|
* workaround for a bug in tilix: $COLUMNS is incorrect in the new shell ↵romkatv2019-10-201-2/+3
| | | | immediately after splitting; it becomes correct after forking
* revert testing changesromkatv2019-10-201-1/+1
|
* move p10k-instant-prompt-finalize to the static source fileromkatv2019-10-201-1/+4
|
* add p10k-instant-prompt-finalizeromkatv2019-10-201-4/+9
|
* better handling of XDG_CACHE_HOME changesromkatv2019-10-201-4/+9
|
* add diagnostics when prompt_cr is set after sourcing p10k with instant ↵romkatv2019-10-201-32/+71
| | | | prompt; improve diagnostics for delayed loading of p10k with instant prompt
* slightly better handling of options and disabling of instant promptromkatv2019-10-201-13/+20
|
* bump instant prompt versionromkatv2019-10-191-1/+1
|