1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00
Commit graph

1038 commits

Author SHA1 Message Date
romkatv d1e5fd27ee add a workaround for old buggy purepower configs 2019-05-27 18:57:44 +02:00
romkatv f9801b339e remove commented out code 2019-05-27 17:33:38 +02:00
romkatv 3be988cae8 fix a bug in initialization of 'd'; use '_p9k_prompt_length $d' as the default value of POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH 2019-05-27 17:21:30 +02:00
romkatv 8956e47698 when POWERLEVEL9K_RPROMPT_ON_NEWLINE=false, render right prompt within left prompt 2019-05-27 16:57:40 +02:00
Syphdias 2209c2c990
add d(delimiter length) for every strategy 2019-05-27 15:00:18 +02:00
Syphdias 837bb94aa1
adds back trunaction protection for /* in truncate_to_unique 2019-05-26 23:38:54 +02:00
Syphdias bead0ec05e
add truncate_to_unique specific SHORTEN_DIR_LENGTH default 2019-05-26 23:37:39 +02:00
Syphdias c581623801
adds POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH for truncate_to_unique 2019-05-26 23:35:15 +02:00
Syphdias 6c61fb5c20
fixes multiple truncate_to_unique inconsistencies
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
2019-05-25 21:05:42 +02:00
romkatv bbebf516ab show go_version when in a go module directory 2019-05-24 10:34:44 +02:00
romkatv e6af43ae5a support displaying the number of staged, unstaged and untracked files in vcs prompt 2019-05-24 00:35:25 +02:00
Syphdias 6310083a34
battery segment for symlinkers 2019-05-23 23:51:40 +02:00
romkatv 88963159fd speed up ip, vpn_ip and public_ip prompts 2019-05-23 00:00:12 +02:00
romkatv e64be938b1 speed up kubecontext prompt 2019-05-22 22:52:34 +02:00
romkatv bc58a2c0ba speed up kubecontext prompt 2019-05-22 21:53:09 +02:00
romkatv a49dc626f3 only call dropbox-cli if it exists 2019-05-22 20:03:30 +02:00
romkatv 7ca1d950f1 speed up java_version prompt 2019-05-22 19:59:58 +02:00
romkatv 1062033184 speed up detect_virt prompt; plus cleanup 2019-05-22 19:56:54 +02:00
romkatv f4df65c172 speed up load prompt 2019-05-22 19:40:10 +02:00
romkatv b92d510882 speed up ram and swap prompts 2019-05-22 19:14:57 +02:00
romkatv 3e3da88dbc speed up rbenv prompt 2019-05-22 18:07:09 +02:00
romkatv 89d7caa16b speed up battery prompt 2019-05-22 17:34:22 +02:00
romkatv 99457a4ad5 speed up disk_usage prompt 2019-05-22 14:27:16 +02:00
romkatv 3ca1477bd8 cleanup 2019-05-22 14:10:58 +02:00
romkatv dc6fdf52b7 speed up aws_eb_env prompt 2019-05-22 14:09:02 +02:00
romkatv 5b703c0db0 speed up swift_version prompt 2019-05-22 13:58:45 +02:00
romkatv 4a3b62cde9 speed up pyenv prompt 2019-05-22 11:55:42 +02:00
romkatv 743b7c6584 speed up todo prompt 2019-05-22 09:59:52 +02:00
romkatv 0b8a9bded5 speed up symfony2_version prompt 2019-05-22 08:32:06 +02:00
romkatv 0eef01d97f cleanup 2019-05-21 15:46:09 +02:00
romkatv ee8a1b940f speed up symfony2_tests and rspec_stats 2019-05-21 14:55:55 +02:00
romkatv edc4e1375a speed up rust_version prompt 2019-05-21 14:32:13 +02:00
romkatv ee0d1bc452 speed up php_version prompt 2019-05-21 14:23:50 +02:00
romkatv f27db92335 speed up nodeenv prompt 2019-05-21 14:14:04 +02:00
romkatv fed768479f speed up go_version prompt 2019-05-21 13:21:22 +02:00
romkatv 5800b79f51 speed up node_version and nvm prompts; fixes #12 2019-05-21 12:26:34 +02:00
romkatv 4e81de5322 bug fix: clear bold when drawing the end of a powerline 2019-05-21 07:54:57 +02:00
romkatv 1ba90abd4a truncate_to_unique: respect POWERLEVEL9K_SHORTEN_FOLDER_MARKER with default value of (.bzr|CVS|.git|.hg|.svn|.citc) 2019-05-19 15:53:09 +02:00
romkatv 3c5b52750e append POWERLEVEL9K_SHORTEN_DELIMITER when shortening with truncate_to_unique; use * as default in this case 2019-05-19 12:46:28 +02:00
romkatv 15e7d74087 cleanup 2019-05-19 11:59:50 +02:00
romkatv 5fb888cda9 do not shorten the last dir in truncate_to_unique 2019-05-19 11:57:48 +02:00
romkatv e860296bf9 fix bold<->nonbold transitions in dir 2019-05-19 10:04:46 +02:00
romkatv 4d2dea0547 cleanup 2019-05-19 09:13:45 +02:00
romkatv bd4a3503d2 support multiple markers with POWERLEVEL9K_SHORTEN_STRATEGY=truncate_with_folder_marker 2019-05-19 09:11:39 +02:00
romkatv b910da06a0 when replacing parts of cwd with "...", make sure there is more than 1 char to be replaced 2019-05-19 07:50:43 +02:00
romkatv 7cfe479c87 support dynamic directories in dir prompt and fix a dozen bugs 2019-05-18 23:50:06 +02:00
Tobias Wolter 6f399a902e
Fix weird parser error
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.
2019-05-18 00:25:14 +02:00
romkatv 54eb7c7dec simplify right prompt prefix and suffix 2019-05-14 12:40:55 +02:00
romkatv 154bc2e1ff ensure that every line of left prompt ends with LEFT_SEGMENT_SEPARATOR 2019-05-10 10:45:52 +02:00
romkatv a7a377339a use consistent case in warnings 2019-05-08 12:48:11 +02:00