aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* formattingromkatv2019-03-031-1/+1
|
* do not set POWERLEVEL9K_VCS_STATUS_COMMANDromkatv2019-03-031-5/+5
|
* make it work with zpluginromkatv2019-03-031-4/+4
|
* merge upstreamromkatv2019-03-021-34/+15
|\
| * Backport @wrboyce fix for truncating dir with package name from #1158Dominik Ritter2019-03-021-0/+2
| |
| * Merge pull request #1126 from Shini31/masterDominik Ritter2019-02-261-34/+13
| |\ | | | | | | Use ip command for VPN segment - fix #1125
| | * Merge remote-tracking branch 'ben/master' into HEADDominik Ritter2019-02-031-10/+12
| | |\
| | * | Parse IPs properlyDominik Ritter2019-02-031-67/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done if we want to show a public IP, internal IP, or a VPN. In the VPN case, what we actually want is to display an indicator that a VPN is active, instead of the VPN IP itself. We parse the IP here anyway, because we want to save some specific code there.