summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* cleanupromkatv2019-07-281-6/+6
|
* make sure _p9k_restore_aliases does not get unsetromkatv2019-07-251-4/+4
|
* start massive refactoring of config paramsromkatv2019-07-231-8/+9
|
* cleanup in alias handlingromkatv2019-07-171-44/+33
|
* move source guard to the outer scriptromkatv2019-06-011-26/+38
|
* more paranoid quotesromkatv2019-06-011-2/+2
|
* defend against aliases, especially global onesromkatv2019-06-011-2658/+16
|
* quote to avoid clashes with global aliasesromkatv2019-06-011-4/+4
|
* typo when launching gitstatusdromkatv2019-06-011-5/+5
|
* quote prompt content with (qqq) instead of (q); the latter breaks on double ↵romkatv2019-06-011-2/+2
| | | | quotes
* add POWERLEVEL9K_JAVA_VERSION_FULLromkatv2019-06-011-2/+26
|
* Merge branch 'master' of github.com:romkatv/powerlevel10kromkatv2019-06-011-10/+26
|\
| * partially roll back 4def4452 and work around bugs in some terminals that ↵romkatv2019-05-311-10/+26
| | | | | | | | draw an extra ruler sometimes under load
* | add POWERLEVEL9K_KUBECONTEXT_CLASSESromkatv2019-06-011-2/+42
| |
* | add POWERLEVEL9K_KUBECONTEXT_SHOW_DEFAULT_NAMESPACE optionromkatv2019-06-011-1/+4
| |
* | speed up truncate_with_package_nameromkatv2019-06-011-3/+9
|/
* simplify line-wrapping logicromkatv2019-05-301-23/+3
| | | | | This version seems to work correctly in the presence of all known to me ZSH bugs and terminal variations. More testing is needed though.
* correctly handle zsh 5.4.2 whose ZSH_PATCHLEVEL does not start with "zsh"romkatv2019-05-301-3/+1
|
* POWERLEVEL9K_VCS_MAX_NUM_STAGED => POWERLEVEL9K_VCS_STAGED_MAX_NUM (with ↵romkatv2019-05-291-11/+11
| | | | temp fallback)
* don't invoke custom prompt command if it doesn't resolveromkatv2019-05-291-8/+5
|
* add missing "return 0"romkatv2019-05-291-1/+2
|
* add a workaround for an off-by-one bug in ZSH that triggers when PROMPT ↵romkatv2019-05-291-5/+27
| | | | overflows a line
* print a warning when POWERLEVEL9K_RULER_CHAR is invalidromkatv2019-05-281-0/+4
|
* manually prompt-expand time and date so that they don't change when we ↵romkatv2019-05-281-2/+6
| | | | emulate transient_rprompt
* avoid using %(l.t.f) after writing to the edge of the screenromkatv2019-05-281-2/+2
|
* new feature: ruler above the prompt; to enable: POWERLEVEL9K_SHOW_RULER=trueromkatv2019-05-281-8/+29
|
* speed up prompt by folding multiple ${${...}+} into oneromkatv2019-05-281-17/+18
|
* fix a silly bug in newlineromkatv2019-05-281-1/+1
|
* goddamn widget wrappers!romkatv2019-05-281-2/+4
|
* don't add \n after a full lineromkatv2019-05-271-8/+13
|
* print LEFT_SEGMENT_END_SEPARATOR in the right placeromkatv2019-05-271-4/+3
|
* add powerlevel9k_refresh_prompt_inplace that users can from zle widgets to ↵romkatv2019-05-271-9/+15
| | | | refresh prompt inplace
* add a workaround for old buggy purepower configsromkatv2019-05-271-0/+1
|
* remove commented out coderomkatv2019-05-271-10/+0
|
* fix a bug in initialization of 'd'; use '_p9k_prompt_length $d' as the ↵romkatv2019-05-271-17/+28
| | | | default value of POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH
* when POWERLEVEL9K_RPROMPT_ON_NEWLINE=false, render right prompt within left ↵romkatv2019-05-271-20/+70
| | | | prompt
* add d(delimiter length) for every strategySyphdias2019-05-271-6/+6
|
* adds back trunaction protection for /* in truncate_to_uniqueSyphdias2019-05-271-0/+1
|
* add truncate_to_unique specific SHORTEN_DIR_LENGTH defaultSyphdias2019-05-271-13/+14
|
* adds POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH for truncate_to_uniqueSyphdias2019-05-271-3/+4
|
* fixes multiple truncate_to_unique inconsistenciesSyphdias2019-05-251-5/+4
| | | | | | 1. also truncate first dir 2. length of `POWERLEVEL9K_SHORTEN_DELIMITER` is now taken into account 3. set `POWERLEVEL9K_SHORTEN_DIR_LENGTH=0` to truncate even the last dir
* show go_version when in a go module directoryromkatv2019-05-241-2/+15
|
* support displaying the number of staged, unstaged and untracked files in vcs ↵romkatv2019-05-241-1/+15
| | | | prompt
* battery segment for symlinkersSyphdias2019-05-241-1/+1
|
* speed up ip, vpn_ip and public_ip promptsromkatv2019-05-231-74/+36
|
* speed up kubecontext promptromkatv2019-05-221-13/+23
|
* speed up kubecontext promptromkatv2019-05-221-22/+6
|
* only call dropbox-cli if it existsromkatv2019-05-221-1/+2
|
* speed up java_version promptromkatv2019-05-221-11/+5
|
* speed up detect_virt prompt; plus cleanupromkatv2019-05-221-15/+12
|