summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | notesromkatv2020-01-251-31/+3
| |
* | massive worker simplification (figure out during massive hangover)romkatv2020-01-241-101/+31
| |
* | Merge branch 'master' into workerromkatv2020-01-243-9/+40
|\|
| * add a link to gitterromkatv2020-01-241-0/+1
| |
| * add disk_usage to config templatesromkatv2020-01-244-0/+59
| |
| * cherry pick disk_usage fix from ↵romkatv2020-01-241-3/+3
| | | | | | | | https://github.com/romkatv/powerlevel10k/commit/0d33157b1232123bda62d86be6313f1012cc3bd7; see #435
| * add POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #430romkatv2020-01-231-7/+37
| |
| * fix option names in the color selection screen; fixes #432romkatv2020-01-231-3/+3
| |
* | notesromkatv2020-01-241-0/+33
| |
* | notesromkatv2020-01-211-0/+2
| |
* | Merge branch 'master' into workerromkatv2020-01-212-50/+126
|\|
| * display lean with 8 colors right away if the terminal does not support 256 ↵romkatv2020-01-211-2/+9
| | | | | | | | colors
| * check for truecolor before offering snazzyromkatv2020-01-211-1/+1
| |
| * add snazzy color scheme option to pure styleromkatv2020-01-212-48/+117
| |
* | synthesize common prompt functionsromkatv2020-01-213-119/+73
| |
* | update notesRoman Perepelitsa2020-01-201-0/+1
| |
* | Merge branch 'master' into workerromkatv2020-01-204-46/+61
|\|
| * add color selection dialog for lean-8colors; remove space before prompt char ↵romkatv2020-01-203-40/+44
| | | | | | | | in lean-* when it's the first segment on the line
| * survive SIGINT during preexec; see #427romkatv2020-01-201-6/+17
| |
* | refactor worker coderomkatv2020-01-203-113/+126
| |
* | fix ram segment on wslromkatv2020-01-191-2/+2
| |
* | work around wsl bugsromkatv2020-01-191-3/+5
| |
* | add notesromkatv2020-01-191-0/+17
| |
* | explicit exec in workerromkatv2020-01-191-2/+2
| |
* | Merge branch 'master' into workerromkatv2020-01-192-5/+6
|\|
| * follow ~/.zshrc and ~/.p10k.zsh symlinksromkatv2020-01-192-5/+6
| | | | | | | | | | | | | | | | When the user tells the configuration wizard to apply changes to ~/.zshrc and ~/.p10k.zsh and these files are symlinks, apply changes to the targets. see #426
* | migrate ram to workerromkatv2020-01-191-2/+25
| |
* | load the same modules and functions in worker as in masterromkatv2020-01-191-1/+11
| |
* | even further simplify worker bootstrapromkatv2020-01-191-14/+17
| |
* | further simplify worker bootstrapromkatv2020-01-191-5/+6
| |
* | simplify worker bootstrapromkatv2020-01-191-47/+56
| |
* | make sure pwd and IFS are initialized when running *_computeromkatv2020-01-191-7/+11
| |
* | bump versionsromkatv2020-01-181-1/+1
| |
* | skip worker hooks for 'time' if POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME is ↵romkatv2020-01-181-0/+1
| | | | | | | | not set