aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* commentsromkatv2020-02-154-4/+4
|
* add php_version to config templates; see #499romkatv2020-02-154-0/+37
|
* add POWERLEVEL9K_PHP_VERSION_PROJECT_ONLY; use PHP_ICON in php_versionromkatv2020-02-151-1/+5
|
* add phpenv prompt segment; see #499romkatv2020-02-156-1/+116
|
* pull upstream changes from gitstatusromkatv2020-02-151-0/+0
|
* stop unsetting local_options in powerlevel10k.zsh-theme; see #496romkatv2020-02-151-1/+0
|
* more robust prompt options managementromkatv2020-02-151-27/+26
|
* typo in docsRoman Perepelitsa2020-02-141-1/+1
|
* notesromkatv2020-02-141-0/+3
|
* speed up worker chatterromkatv2020-02-141-9/+8
|
* bug fix: detect gcloud config changes when using non-default configsromkatv2020-02-141-3/+4
|
* pull upstream changes from gitstatusromkatv2020-02-132-16/+2
|
* disable mmap when loading powerlevel10k; maybe it'll help with #490romkatv2020-02-132-3/+3
|
* bump versionromkatv2020-02-131-1/+1
|
* asdf bug fix: call list-legacy-filenames only when legacy_version_file = yesromkatv2020-02-131-6/+5
| | | | Fixes #492.
* notesromkatv2020-02-121-1/+2
|
* notesromkatv2020-02-121-0/+1
|
* notesromkatv2020-02-121-4/+1
|
* add SHOW_ON_UPGLOB parameters for asdf to config templates; see #485romkatv2020-02-124-16/+132
|
* add POWERLEVEL9K_${SEGMENT}_${STATE}_SHOW_ON_UPGLOB with regular fallback; ↵romkatv2020-02-121-44/+57
| | | | see #485
* make SHOW_ON_COMMAND work with legacy custom prompts; see #488romkatv2020-02-121-1/+1
|
* fix `p10k display -a`romkatv2020-02-122-5/+19
|
* notesromkatv2020-02-111-0/+4
|
* notesromkatv2020-02-111-1/+4
|
* fix linkromkatv2020-02-111-1/+1
|
* add POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN='~' to config templatesromkatv2020-02-115-0/+35
|
* document "─" in Git statusromkatv2020-02-111-0/+1
|
* notesromkatv2020-02-111-0/+1
|
* don't use POWERLEVEL9K_* params after init; simplify asdfromkatv2020-02-111-32/+30
|
* notesromkatv2020-02-111-0/+1
|
* add POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY to config templates and display ↵romkatv2020-02-104-0/+60
| | | | "─" if worktree scan was skipped
* minor bug fix in nordvpn plus cleanup of the sameromkatv2020-02-101-6/+7
|
* cleanupromkatv2020-02-101-1/+1
|
* commentsromkatv2020-02-101-3/+3
|
* make fewer sysread callsromkatv2020-02-101-15/+19
|
* don't persist fprint cacheromkatv2020-02-101-8/+13
|
* dump state and instant prompt from zle (no more forking)romkatv2020-02-101-19/+23
|
* rename many _p9k_ vars to _p9k__; trigger state dump when timewarrior and ↵romkatv2020-02-103-814/+828
| | | | asdf caches change
* bug fix: persist _p9k_dumped_instant_prompt_sigs changesromkatv2020-02-101-1/+1
|
* use the high contrast image at the topromkatv2020-02-101-1/+1
|
* faq: error status is shiftedromkatv2020-02-101-0/+11
|
* docs: add ahead/behind the push remote to the legendromkatv2020-02-091-8/+10
|
* show VCS_STATUS_PUSH_COMMITS_{AHEAD,BEHIND} in vcs by defaultGibson Fahnestock2020-02-094-0/+20
| | | | Fixes #395.
* pull upstream changes from gitstatusromkatv2020-02-0910-0/+28
|
* s/ip/IP/ in docsromkatv2020-02-091-2/+2
|
* doc cleanupromkatv2020-02-091-3/+3
|
* add "extensible" section to docsromkatv2020-02-091-0/+19
|
* bump versionromkatv2020-02-081-1/+1
|
* bug fix: handle empty versions in legacy asdf files correctlyromkatv2020-02-081-4/+3
|
* bug fix: don't crap out when file names contain colonromkatv2020-02-081-8/+9
| | | | See #477.