aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add VISUAL mode to vi_moderomkatv2019-05-051-4/+28
|
* pull upstream changes from gitstatusromkatv2019-05-041-10/+49
|
* pull upstream changes from gitstatusromkatv2019-05-031-2/+2
|
* pull upstream changes from gitstatusromkatv2019-05-031-1/+2
|
* pull upstream changes from gitstatusromkatv2019-05-031-17/+64
|
* pull upstream changes from gitstatusromkatv2019-05-011-4/+5
|
* pull upstream changes from gitstatusromkatv2019-05-011-5/+4
|
* pull upstream changes from gitstatusromkatv2019-05-014-0/+0
|
* bug fix: show previous repo state instead of loading when in a subdir of a ↵romkatv2019-05-011-4/+5
| | | | slow repo
* pull upstream changes from gitstatusromkatv2019-05-011-0/+2
|
* Merge branch 'test'romkatv2019-04-304-10/+13
|\
| * lower the minimum required zsh version to 5.1romkatv2019-04-302-4/+7
| |
| * replace all -v checks with equivalents (trying to port to zsh 5.2)romkatv2019-04-303-8/+8
| |
* | pull upstream changes from gitstatusromkatv2019-04-301-3/+3
| |
* | support true colorromkatv2019-04-301-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to use true color with Powerlevel10k you need ZSH >= 5.7 and a terminal that supports true color. Here's how you can check whether you are covered. if autoload -U is-at-least && is-at-least 5.7; then echo "ZSH $ZSH_VERSION: supports true color" else echo "ZSH $ZSH_VERSION: does not support true color" fi if [[ $COLORTERM == (24bit|truecolor) || ${terminfo[colors]} -eq 16777216 ]]; then echo "Terminal supports true color" else echo "Terminal does not support true color" fi To use true color with Powerlevel10k, use `#ffffff` format when specifying colors. POWERLEVEL9K_TIME_FOREGROUND='red' # by name (type `getColorCode foreground` to list all) POWERLEVEL9K_TIME_BACKGROUND='001' # by decimal code (usually 001 to 256) POWERLEVEL9K_TIME_BACKGROUND='#ff0000' # by hex code (#000000 to #ffffff) In order to be able to use the same configuration from a terminal without true color support, add this to your ~/.zshrc: if [[ $COLORTERM != (24bit|truecolor) && ${terminfo[colors]} -ne 16777216 ]]; then zmodload zsh/nearcolor fi When using a true color terminal, `#ffffff` will render as true color. When on an older terminal, it'll render as the closest available color. Neat! Fixes #62.
* | partial rollback of the previous commit: ${(P):-X} is not the same as ↵Roman Perepelitsa2019-04-301-2/+2
|/ | | | ${(P)${:-X}}
* simplify: ${(x)${:-y}} => ${(x):-y}romkatv2019-04-301-12/+12
|
* move zsh version check to the topromkatv2019-04-291-5/+9
|
* pull upstream changes from gitstatusromkatv2019-04-285-36/+78
|
* call "zle -R" after every "zle reset-prompt"romkatv2019-04-251-3/+3
|
* protect set_default from user-defined optionsromkatv2019-04-221-0/+1
|
* pull upstream changes from gitstatusromkatv2019-04-111-0/+1
|
* pull upstream changes from gitstatusromkatv2019-04-104-0/+0
|
* pull upstream changes from gitstatusromkatv2019-04-091-4/+7
|
* pull upstream changes from gitstatusromkatv2019-04-094-0/+0
|
* pull upstream changes from gitstatusromkatv2019-04-084-0/+0
|
* pull upstream changes from gitstatusromkatv2019-04-084-0/+0
|
* Merge pull request #50 from mingaldrichgan/raspbianRoman Perepelitsa2019-04-052-0/+6
|\ | | | | Add LINUX_RASPBIAN_ICON (Raspberry Pi icon) as an OS_ICON candidate
| * Add LINUX_RASPBIAN_ICON (Raspberry Pi icon) as an OS_ICON candidateMing Aldrich-Gan2019-04-052-0/+6
|/
* mergeromkatv2019-04-040-0/+0
|\
| * Merge pull request #1188 from ChrisBaker97/patch-1Dominik Ritter2019-04-021-4/+0
| |\ | | | | | | [Docs] remove reference to POWERLEVEL9K_RBENV_ALWAYS
| | * remove reference to POWERLEVEL9K_RBENV_ALWAYSChris Baker2019-03-121-4/+0
| | |
| * | Merge pull request #1226 from matt1003/masterDominik Ritter2019-04-011-5/+4
| |\ \ | | |/ | |/| [Bugfix] Ensure that vcs init is invoked when using the "vcs_joined" segment.
| | * Make check for segments in use take joined segments into accountDominik Ritter2019-03-302-6/+5
| | |
| | * Ensure VCS is enabled when using segment "vcs_joined"matt10032019-03-251-1/+1
| |/ | | | | | | fixes: https://github.com/bhilburn/powerlevel9k/issues/1116
* | pull upstream changes from gitstatusromkatv2019-04-034-0/+0
| |
* | Merge pull request #47 from sm11963/masterRoman Perepelitsa2019-04-022-8/+13
|\ \ | | | | | | Add VCS_LOADING_ICON to the icons map (fixes #46)
| * | Add VCS_LOADING_ICON to the icons mapSam Miller2019-04-022-8/+13
|/ /
* | pull upstream changes from gitstatusromkatv2019-03-314-0/+0
| |
* | pull upstream changes from gitstatusromkatv2019-03-314-0/+0
| |
* | pull upstream changes from gitstatusromkatv2019-03-305-9/+12
| |
* | pull upstream changes from gitstatusromkatv2019-03-304-0/+0
| |
* | pull upstream changes from gitstatusromkatv2019-03-305-4/+4
| |
* | add extra diagnostics for old shellsromkatv2019-03-301-0/+29
| |
* | pull upstream changes from gitstatusromkatv2019-03-275-1/+2
| |
* | Merge pull request #43 from alerque/masterRoman Perepelitsa2019-03-271-4/+4
|\ \ | | | | | | Obey GIT_DIR if set for vcsh compatability
| * | Always expand GIT_DIR to absolute pathCaleb Maclennan2019-03-271-4/+4
| | |
| * | Obey GIT_DIR if set for vcsh compatabilityCaleb Maclennan2019-03-271-4/+4
|/ /
* | check for joined segments when figuring out whether vcs is enabled; fixes #41romkatv2019-03-261-2/+4
| |
* | add a link to contributorsRoman Perepelitsa2019-03-251-1/+1
| |