summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* speed up java_version promptromkatv2019-05-221-11/+5
|
* speed up detect_virt prompt; plus cleanupromkatv2019-05-221-15/+12
|
* speed up load promptromkatv2019-05-221-42/+27
|
* speed up ram and swap promptsromkatv2019-05-222-62/+52
|
* speed up rbenv promptromkatv2019-05-221-8/+35
|
* speed up battery promptromkatv2019-05-221-95/+92
|
* speed up disk_usage promptromkatv2019-05-221-33/+16
|
* cleanupromkatv2019-05-221-5/+3
|
* speed up aws_eb_env promptromkatv2019-05-221-5/+3
|
* speed up swift_version promptromkatv2019-05-221-5/+4
|
* speed up pyenv promptromkatv2019-05-221-12/+34
|
* speed up todo promptromkatv2019-05-221-5/+29
|
* speed up symfony2_version promptromkatv2019-05-221-4/+3
|
* cleanupromkatv2019-05-211-2/+2
|
* speed up symfony2_tests and rspec_statsromkatv2019-05-211-13/+11
|
* speed up rust_version promptromkatv2019-05-211-10/+4
|
* speed up php_version promptromkatv2019-05-211-6/+6
|
* speed up nodeenv promptromkatv2019-05-211-1/+2
|
* speed up go_version promptromkatv2019-05-211-5/+8
|
* speed up node_version and nvm prompts; fixes #12romkatv2019-05-211-31/+123
|
* bug fix: clear bold when drawing the end of a powerlineromkatv2019-05-211-1/+1
|
* truncate_to_unique: respect POWERLEVEL9K_SHORTEN_FOLDER_MARKER with default ↵romkatv2019-05-191-19/+29
| | | | value of (.bzr|CVS|.git|.hg|.svn|.citc)
* append POWERLEVEL9K_SHORTEN_DELIMITER when shortening with ↵romkatv2019-05-192-4/+7
| | | | truncate_to_unique; use * as default in this case
* cleanupromkatv2019-05-191-1/+1
|
* do not shorten the last dir in truncate_to_uniqueromkatv2019-05-191-1/+1
|
* save a fork in docker commandromkatv2019-05-191-1/+1
|
* fix bold<->nonbold transitions in dirromkatv2019-05-191-20/+18
|
* cleanupromkatv2019-05-191-4/+4
|
* support multiple markers with ↵romkatv2019-05-191-19/+21
| | | | POWERLEVEL9K_SHORTEN_STRATEGY=truncate_with_folder_marker
* when replacing parts of cwd with "...", make sure there is more than 1 char ↵romkatv2019-05-191-2/+2
| | | | to be replaced
* support dynamic directories in dir prompt and fix a dozen bugsromkatv2019-05-192-355/+176
|
* Merge pull request #70 from towo/fix/lang-conditionalRoman Perepelitsa2019-05-181-1/+1
|\ | | | | Work around an unknown bug (most likely in antigen)
| * Fix weird parser errorTobias Wolter2019-05-181-1/+1
|/ | | If the C is left unquoted, it will result in `$ANTIGEN_PATH/bundles/romkatv/powerlevel10k/powerlevel9k.zsh-theme.antigen-compat:133: parse error: condition expected: $LANG` or something along those lines with a recent zsh version. This fixes that issue.
* simplify right prompt prefix and suffixromkatv2019-05-141-3/+2
|
* ensure that every line of left prompt ends with LEFT_SEGMENT_SEPARATORromkatv2019-05-101-18/+22
|
* force icon initialization if print_icon is called manuallyromkatv2019-05-091-0/+7
|
* use consistent case in warningsromkatv2019-05-081-2/+2
|
* better terminal color mode detectionromkatv2019-05-081-8/+5
|
* pull upstream changes from gitstatusromkatv2019-05-061-2/+7
|
* add VISUAL mode to vi_moderomkatv2019-05-051-4/+28
|
* pull upstream changes from gitstatusromkatv2019-05-041-10/+49
|
* pull upstream changes from gitstatusromkatv2019-05-031-2/+2
|
* pull upstream changes from gitstatusromkatv2019-05-031-1/+2
|
* pull upstream changes from gitstatusromkatv2019-05-031-17/+64
|
* pull upstream changes from gitstatusromkatv2019-05-011-4/+5
|
* pull upstream changes from gitstatusromkatv2019-05-011-5/+4
|
* pull upstream changes from gitstatusromkatv2019-05-014-0/+0
|
* bug fix: show previous repo state instead of loading when in a subdir of a ↵romkatv2019-05-011-4/+5
| | | | slow repo
* pull upstream changes from gitstatusromkatv2019-05-011-0/+2
|
* Merge branch 'test'romkatv2019-04-304-10/+13
|\