aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
* | Merge pull request #1148 from dritter/remove_nodeenv_disable_promptDominik Ritter2019-02-013-24/+9
|\ \ | | | | | | Remove checking for NODEENV_DISABLE_PROMPT
| * | Add documentationDominik Ritter2019-02-011-1/+7
| | |
| * | Remove checking for NODEENV_DISABLE_PROMPTDominik Ritter2019-02-012-23/+2
| |/ | | | | | | This variable is none of our buisness.
* | Merge pull request #966 from ytang/fix-rprompt-icons-cut-offDominik Ritter2019-02-0129-95/+95
|\ \ | |/ |/| [Bugfix] Fix icons cut off in RPROMPT segments
| * Remove extra %f in unit testsYang Tang2018-10-1221-74/+74
| |
| * Merge branch 'master' into fix-rprompt-icons-cut-offYang Tang2018-10-1260-1135/+4898
| |\
| * | Update unit tests for fixing RPROMPT icons cut offYang Tang2018-08-222-2/+2
| | |
| * | Fix icons cut off in RPROMPT segmentsYang Tang2018-08-226-19/+19
| | |
* | | Merge pull request #981 from pgierz/os_release_fixDominik Ritter2019-01-241-1/+3
|\ \ \ | | | | | | | | [Bugfix] Fix for #974
| * | | Avoid externals when parsing the os release on linuxDominik Ritter2019-01-241-1/+1
| | | |
| * | | Fix for #974Paul Gierz2018-09-071-1/+3
| | | |
* | | | Replace call to basename with ZSH internals #1128Dominik Ritter2019-01-241-1/+1
| | | |