aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add a table with all supported segments; reword the intro and font sectionsromkatv2020-01-291-54/+137
|
* spelling and cleanupromkatv2020-01-291-6/+6
|
* feature: customizableromkatv2020-01-291-1/+17
|
* expand features sectionromkatv2020-01-291-4/+106
|
* pure config template cleanupromkatv2020-01-291-5/+6
|
* some progress on docsromkatv2020-01-291-5/+29
|
* fix gif urlsromkatv2020-01-281-2/+2
|
* start doc overhaulromkatv2020-01-281-1/+52
|
* add `tabbed` to the list of precommandsromkatv2020-01-282-1/+1
|
* pull upstream changes from gitstatusromkatv2020-01-281-5/+2
|
* minor fixesromkatv2020-01-281-4/+7
|
* bump versionromkatv2020-01-281-1/+1
|
* quote override dirs form rustupromkatv2020-01-281-1/+1
|
* don't call stat in prompt_dir; use _p9k__parent_mtimes insteadromkatv2020-01-281-9/+4
|
* cleanupromkatv2020-01-281-2/+3
|
* add POWERLEVEL9K_GOENV_SOURCES to config templatesromkatv2020-01-284-4/+16
|
* migrate remaining segments to the new globbing apiromkatv2020-01-281-161/+202
|
* make __p9k_byte_suffix readonlyromkatv2020-01-281-1/+1
|
* s/_p9k_upsearch/_p9k_upglob/gromkatv2020-01-281-10/+10
|
* finish fast globbing and start migrating stuffromkatv2020-01-271-213/+143
|
* Merge branch 'master' into globromkatv2020-01-271-0/+1
|\
| * set prompt_subst when printing ruler; see #444romkatv2020-01-271-0/+1
| |
* | start working on faster globbingromkatv2020-01-271-52/+167
|/
* move buffer parser to internal/parser.zshromkatv2020-01-273-383/+383
|
* better text flowing when nudging to restart iTerm2romkatv2020-01-271-3/+3
|
* detect source code corruption done by antigen and suggest resetting cacheromkatv2020-01-272-3/+27
|
* attempt to work around antigen bugsromkatv2020-01-271-4/+5
|
* truncate timewarrior task namesromkatv2020-01-264-0/+21
|
* notesromkatv2020-01-261-0/+1
|
* drop support for no-icons mode from all config templatesromkatv2020-01-265-61/+43
|
* add timewarrior prompt segment; see #295romkatv2020-01-266-0/+98
|
* fix prompt_char (never showed error); unify optionsromkatv2020-01-266-92/+62
|
* move notes.txt to internal to avoid confusing peopleromkatv2020-01-261-0/+0
|
* remove debugging junkromkatv2020-01-261-40/+0
|
* bump versionromkatv2020-01-261-1/+1
|
* remove trailing zeros from _p9k_human_readable_bytesromkatv2020-01-261-1/+1
|
* cleanupromkatv2020-01-261-1/+1
|
* bug fixes:romkatv2020-01-261-13/+35
| | | | | | - 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
* bug fix: declare worker global vars in _p9k_init_varsromkatv2020-01-262-7/+6
|
* add P9K_KUBECONTEXT_USERromkatv2020-01-265-8/+20
|
* Merge branch 'master' into workerromkatv2020-01-255-6/+6
|\
| * Add `oc` to `POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND` (#436)Max Rydahl Andersen2020-01-255-6/+6
| |
* | add _p9k__segment_{cond,va}_{left,right} and migrate swap to workerromkatv2020-01-251-129/+445
| |
* | add swap segment to config templatesromkatv2020-01-254-4/+33
| |
* | process ready replies from worker synchornously in precmdromkatv2020-01-252-0/+4
| |
* | delete fifo before killing worker from watchdogromkatv2020-01-252-7/+6
| |
* | trap PIPEromkatv2020-01-251-10/+10
| |
* | migrate over from the old worker api; use worker in battery on macOSromkatv2020-01-252-195/+170
| |
* | use ascii ENQ (0x05) for watchdog pingsromkatv2020-01-252-8/+3
| |
* | add watchdog to workerromkatv2020-01-251-6/+14
| |