summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* speed up prompt by folding multiple ${${...}+} into oneromkatv2019-05-281-17/+18
|
* fix a silly bug in newlineromkatv2019-05-281-1/+1
|
* goddamn widget wrappers!romkatv2019-05-281-2/+4
|
* pull upstream changes from gitstatusromkatv2019-05-271-3/+3
|
* don't add \n after a full lineromkatv2019-05-271-8/+13
|
* print LEFT_SEGMENT_END_SEPARATOR in the right placeromkatv2019-05-271-4/+3
|
* docsromkatv2019-05-271-13/+5
|
* add powerlevel9k_refresh_prompt_inplace that users can from zle widgets to ↵romkatv2019-05-271-9/+15
| | | | refresh prompt inplace
* optimize _p9k_g_expand a littleromkatv2019-05-271-1/+4
|
* add a workaround for old buggy purepower configsromkatv2019-05-271-0/+1
|
* remove commented out coderomkatv2019-05-271-10/+0
|
* fix a bug in initialization of 'd'; use '_p9k_prompt_length $d' as the ↵romkatv2019-05-271-17/+28
| | | | default value of POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH
* when POWERLEVEL9K_RPROMPT_ON_NEWLINE=false, render right prompt within left ↵romkatv2019-05-271-20/+70
| | | | prompt
* Merge pull request #73 from Syphdias/truncate-to-unique-tweaksRoman Perepelitsa2019-05-271-16/+18
|\ | | | | Don't truncate <= POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH chars.
| * add d(delimiter length) for every strategySyphdias2019-05-271-6/+6
| |
| * adds back trunaction protection for /* in truncate_to_uniqueSyphdias2019-05-271-0/+1
| |
| * add truncate_to_unique specific SHORTEN_DIR_LENGTH defaultSyphdias2019-05-271-13/+14
| |
| * adds POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH for truncate_to_uniqueSyphdias2019-05-271-3/+4
| |
| * fixes multiple truncate_to_unique inconsistenciesSyphdias2019-05-251-5/+4
| | | | | | | | | | | | 1. also truncate first dir 2. length of `POWERLEVEL9K_SHORTEN_DELIMITER` is now taken into account 3. set `POWERLEVEL9K_SHORTEN_DIR_LENGTH=0` to truncate even the last dir
* | add _p9k_prompt_lengthromkatv2019-05-271-0/+23
|/
* show go_version when in a go module directoryromkatv2019-05-241-2/+15
|
* pull upstream changes from gitstatusromkatv2019-05-245-17/+55
|
* support displaying the number of staged, unstaged and untracked files in vcs ↵romkatv2019-05-241-1/+15
| | | | prompt
* Merge pull request #71 from Syphdias/symlink-batteriesRoman Perepelitsa2019-05-241-1/+1
|\ | | | | battery segment for symlinkers
| * battery segment for symlinkersSyphdias2019-05-241-1/+1
|/
* fix a typoromkatv2019-05-231-1/+1
|
* speed up ip, vpn_ip and public_ip promptsromkatv2019-05-232-106/+55
|
* speed up kubecontext promptromkatv2019-05-221-13/+23
|
* speed up kubecontext promptromkatv2019-05-221-22/+6
|
* only call dropbox-cli if it existsromkatv2019-05-221-1/+2
|
* 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
|