summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* expand string parameters with (g::) where appropriateromkatv2019-03-181-5/+25
|
* optimze prompt compilerromkatv2019-03-181-74/+51
|
* optimize left_prompt_segment furtherromkatv2019-03-181-2/+2
|
* optimize left_prompt_segmentromkatv2019-03-181-66/+50
|
* make left and right more consistentromkatv2019-03-171-1/+1
|
* simplify code a littleromkatv2019-03-171-4/+4
|
* close fifo descriptor on exec and ensure timer process exitsromkatv2019-03-171-12/+30
|
* remove _P9K_H* stuff that is no longer necessaryromkatv2019-03-171-44/+17
|
* fix regression in truncate_with_package_name; fixes #29romkatv2019-03-171-2/+2
|
* move segment renderring logic to prompt expansion timeromkatv2019-03-161-144/+192
|
* be more aggressive in attempt to maintain correct prompt optionsromkatv2019-03-161-4/+5
|
* Specify `command rm` to bypass any aliasesBarrett Brown2019-03-151-1/+1
|
* stupid typoromkatv2019-03-151-1/+1
|
* bug fix: accidentally defined function named "local"... oops!romkatv2019-03-151-1/+1
|
* kill timer process on exitromkatv2019-03-151-0/+6
|
* cleanupromkatv2019-03-151-13/+10
|
* better quotingromkatv2019-03-151-1/+1
|
* make dir formatting a little less brokenromkatv2019-03-151-20/+16
|
* escape properlyromkatv2019-03-151-116/+107
|
* speed up background_jobsromkatv2019-03-151-6/+5
|
* Merge branch 'master' of github.com:romkatv/powerlevel10kromkatv2019-03-141-0/+1
|\
| * another shot in the darkRoman Perepelitsa2019-03-141-0/+1
| |
| * fix prompt_virtualenvRoman Perepelitsa2019-03-141-1/+1
| |
* | support tags and revisions in gitstatus-powered vcs segment; respect vcs hooksromkatv2019-03-141-35/+65
|/
* shot in the darkromkatv2019-03-141-3/+2
|
* fix linux distro iconsromkatv2019-03-141-2/+1
|
* fix background_jobs; the segment now refreshes when jobs completeromkatv2019-03-141-29/+70
|
* fix POWERLEVEL9K_SHORTEN_DELIMITERromkatv2019-03-141-1/+1
|
* suppress "no such command: tput" on startupromkatv2019-03-141-1/+1
|
* bail out when the theme is being sourced second timeromkatv2019-03-141-0/+5
|
* better initromkatv2019-03-131-7/+7
|
* count suspended jobs tooromkatv2019-03-131-1/+1
|
* speed up prompt scaffoldingromkatv2019-03-131-40/+44
|
* fix vim_mode segmentromkatv2019-03-131-27/+48
|
* don't read configuration options until the first precmd; plus massive ↵romkatv2019-03-131-357/+326
| | | | refactoring and cleanup
* honor POWERLEVEL9K_MAX_CACHE_SIZEromkatv2019-03-121-0/+1
|
* speed up time, date and custom prompts. saves 2.5ms overallromkatv2019-03-121-12/+23
|
* add POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIMEromkatv2019-03-111-4/+36
|
* make git-is-slow stickierromkatv2019-03-111-2/+6
|
* fix bugs reported in https://github.com/romkatv/powerlevel10k/issues/9romkatv2019-03-101-10/+9
|
* do not reset prompt after prompt_powerlevel9k_teardownromkatv2019-03-081-0/+4
|
* simplify and speed up cachingromkatv2019-03-081-86/+85
|
* minor opitimizationromkatv2019-03-071-3/+4
|
* define POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY; some cleanupromkatv2019-03-071-6/+7
|
* wipromkatv2019-03-071-165/+268
|
* remove unnecessary cachingromkatv2019-03-041-9/+5
|
* space between >>! and the file nameromkatv2019-03-041-1/+1
|
* bug fix: support POWERLEVEL9K_STATUS_VERBOSE=falseromkatv2019-03-041-0/+2
|
* use mkport in a portable wayromkatv2019-03-041-1/+1
|
* make it work when CLOBBER is unsetromkatv2019-03-041-1/+1
|