summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* pull upstream changes from gitstatusromkatv2019-03-175-56/+41
|
* remove _P9K_H* stuff that is no longer necessaryromkatv2019-03-171-44/+17
|
* Merge branch 'master' of github.com:romkatv/powerlevel10kromkatv2019-03-171-0/+3
|\
| * docsRoman Perepelitsa2019-03-171-0/+3
| |
* | fix regression in truncate_with_package_name; fixes #29romkatv2019-03-171-2/+2
|/
* pull upstream changes from gitstatusromkatv2019-03-163-0/+0
|
* 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
|
* Merge branch 'master' of github.com:romkatv/powerlevel10kromkatv2019-03-151-1/+1
|\
| * Merge pull request #27 from RealBarrettBrown/specify-command-rmRoman Perepelitsa2019-03-151-1/+1
| |\ | | | | | | Specify `command rm` to bypass any aliases
| | * Specify `command rm` to bypass any aliasesBarrett Brown2019-03-151-1/+1
| |/
* / pull upstream changes from gitstatusromkatv2019-03-151-3/+3
|/
* stupid typoromkatv2019-03-151-1/+1
|
* bug fix: accidentally defined function named "local"... oops!romkatv2019-03-151-1/+1
|
* pull upstream changes from gitstatusromkatv2019-03-152-11/+23
|
* 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
|
* update TOCromkatv2019-03-141-1/+2
|
* pull upstreamromkatv2019-03-145-14/+21
|
* docsromkatv2019-03-141-1/+4
|
* 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
|
* mention that POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME breaks completion menuromkatv2019-03-141-0/+2
|
* fix cdromkatv2019-03-141-1/+1
|
* formattingromkatv2019-03-141-6/+3
|
* it is up to 3 background processes nowromkatv2019-03-141-3/+5
|
* formattingromkatv2019-03-141-1/+1
|
* nitpickers will nitpickromkatv2019-03-141-1/+2
|
* fix TOCromkatv2019-03-141-2/+1
|
* remove non-refreshing background jobs from known bugs. this is fixedromkatv2019-03-141-6/+0
|
* ln -s gitstatusd-linux-armv7l gitstatusd-linux-aarch64romkatv2019-03-141-0/+1
|
* fix background_jobs; the segment now refreshes when jobs completeromkatv2019-03-141-29/+70
|
* fix POWERLEVEL9K_SHORTEN_DELIMITERromkatv2019-03-142-3/+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
|
* add demo.pngromkatv2019-03-131-0/+0
|
* better initromkatv2019-03-131-7/+7
|
* count suspended jobs tooromkatv2019-03-131-1/+1
|
* docsromkatv2019-03-131-0/+8
|
* 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-134-1190/+891
| | | | refactoring and cleanup