aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove .gitignoreromkatv2019-03-021-3/+0
|
* docsromkatv2019-03-021-1/+4
|
* docsromkatv2019-03-021-1/+1
|
* formattingromkatv2019-03-021-7/+7
|
* docsromkatv2019-03-021-7/+7
|
* remove junkromkatv2019-03-024-147/+0
|
* docsromkatv2019-03-022-19/+70
|
* fix how jobs are countedromkatv2019-03-021-8/+5
|
* better structureRoman Perepelitsa2019-03-021-6/+12
|
* add latency dataRoman Perepelitsa2019-03-021-1/+16
|
* remove useless assoc arrayromkatv2019-03-011-10/+1
|
* remove most thingsromkatv2019-03-01102-8448/+85
|
* start forking into powerlevel10kromkatv2019-03-012-8/+8
|
* commentromkatv2019-03-011-0/+2
|
* change gitstatus protocolromkatv2019-03-011-85/+35
|
* change gitstatus protocol to something more suitable for daemonromkatv2019-03-011-37/+52
|
* move default prompt definitions to the topromkatv2019-02-281-3/+3
|
* speed up joins; get rid of _p9k_memoize_iconromkatv2019-02-281-85/+55
|
* speed up the cache-miss branch of {left,right}_prompt_segmentromkatv2019-02-281-236/+259
|
* add dir-writable indicator to the dir prompt keyromkatv2019-02-281-0/+1
|
* update POWERLEVEL9K_VCS_STATUS_COMMAND exampleromkatv2019-02-281-1/+1
|
* remove junk lineromkatv2019-02-281-1/+0
|
* fix cache_key in vcsromkatv2019-02-271-4/+3
|
* speed up the cache-miss branch of prompt_vcsromkatv2019-02-271-16/+32
|
* add alternative vcs mode that doesn't use vcs_inforomkatv2019-02-271-16/+115
|
* speed up by using globals instead of stdout and by caching basic prompt elementsromkatv2019-02-251-53/+61
|
* bug fix: add current background to the cache key in {right,left}_prompt_segmentromkatv2019-02-251-2/+2
|
* add caching to speed up prompt generationromkatv2019-02-241-392/+498
|
* Merge pull request #1149 from dritter/HaoZeke-fix-RVMDominik Ritter2019-02-091-3/+5
|\ | | | | Fix RVM
| * rvm: Use @natemccurdy review suggestionsHaoZeke2019-01-251-3/+5
| |
| * rvm: Only show version and patchsetHaoZeke2019-01-251-1/+1
| |
| * Revert "Huge performance improvement if you use `rvm` segment."HaoZeke2019-01-251-2/+2
| | | | | | | | | | | | | | This reverts commit 643555a30c9576838157e04d45632080472e1b8b. This does allow rvm to be detected even without using the depreciated gemset settings.
* | Merge pull request #1157 from 88maomao/fix-git-operation-not-permittedDominik Ritter2019-02-071-2/+2
|\ \ | | | | | | Hide stderr from git ls-files
| * | Hide errors from git ls-files🐈2019-02-061-2/+2
|/ /
* | Merge pull request #1154 from dritter/fix_font_debugging_konsoleDominik Ritter2019-02-031-36/+34
|\ \ | | | | | | Fix issues with debug/fonts script in Konsole
| * | Merge from upstreamDominik Ritter2019-02-031-7/+6
| | |
| * | Mute errors when detecting fontDominik Ritter2019-02-031-5/+5
| | |
| * | Make variables optionalDominik Ritter2019-02-031-0/+1
| | |
| * | Add missing functionDominik Ritter2019-02-031-0/+6
| | |
| * | Fix font-debugging script for alacrittyDominik Ritter2019-02-031-4/+4
| | |
| * | Use Konsole/Yakuake detection from upstreamDominik Ritter2019-02-031-2/+2
| | |
| * | Fix parsing font for KittyDominik Ritter2019-02-031-14/+6
| | |
| * | Fix issues with debug/fonts script in KonsoleDominik Ritter2019-02-031-3/+3
|/ /
* | Merge pull request #1151 from Wuestengecko/bugfix-1150Dominik Ritter2019-02-022-1/+19
|\ \ | | | | | | [Bugfix] Only abbreviate $HOME at the beginning of cwd
| * | Add testsDominik Ritter2019-02-021-0/+18
| | |
| * | Only abbreviate $HOME at the beginning of cwdWuestengecko2019-02-011-1/+1
| | | | | | | | | Fixes #1150
* | | Merge pull request #1147 from dritter/fix_newlines_in_zsh57Dominik Ritter2019-02-022-1/+44
|\ \ \ | |/ / |/| | Fix newlines in ZSH 5.7
| * | Add tests for newline segmentDominik Ritter2019-02-011-0/+42
| | |
| * | Fix Segment endings if followed by newlineDominik Ritter2019-02-011-1/+1
| | |
| * | Fix white arrow on newlineYthildir2019-02-011-0/+1
| |/