romkatv
784dc059cd
add _p9k_prompt_length
6 years ago
Syphdias
837bb94aa1
adds back trunaction protection for /* in truncate_to_unique
6 years ago
Syphdias
bead0ec05e
add truncate_to_unique specific SHORTEN_DIR_LENGTH default
6 years ago
Syphdias
c581623801
adds POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH for truncate_to_unique
6 years ago
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
6 years ago
romkatv
bbebf516ab
show go_version when in a go module directory
6 years ago
romkatv
0acd14c92d
pull upstream changes from gitstatus
6 years ago
romkatv
e6af43ae5a
support displaying the number of staged, unstaged and untracked files in vcs prompt
6 years ago
Roman Perepelitsa
3ce1099183
Merge pull request #71 from Syphdias/symlink-batteries
...
battery segment for symlinkers
6 years ago
Syphdias
6310083a34
battery segment for symlinkers
6 years ago
romkatv
6539b1cb38
fix a typo
6 years ago
romkatv
88963159fd
speed up ip, vpn_ip and public_ip prompts
6 years ago
romkatv
e64be938b1
speed up kubecontext prompt
6 years ago
romkatv
bc58a2c0ba
speed up kubecontext prompt
6 years ago
romkatv
a49dc626f3
only call dropbox-cli if it exists
6 years ago
romkatv
7ca1d950f1
speed up java_version prompt
6 years ago
romkatv
1062033184
speed up detect_virt prompt; plus cleanup
6 years ago
romkatv
f4df65c172
speed up load prompt
6 years ago
romkatv
b92d510882
speed up ram and swap prompts
6 years ago
romkatv
3e3da88dbc
speed up rbenv prompt
6 years ago
romkatv
89d7caa16b
speed up battery prompt
6 years ago
romkatv
99457a4ad5
speed up disk_usage prompt
6 years ago
romkatv
3ca1477bd8
cleanup
6 years ago
romkatv
dc6fdf52b7
speed up aws_eb_env prompt
6 years ago
romkatv
5b703c0db0
speed up swift_version prompt
6 years ago
romkatv
4a3b62cde9
speed up pyenv prompt
6 years ago
romkatv
743b7c6584
speed up todo prompt
6 years ago
romkatv
0b8a9bded5
speed up symfony2_version prompt
6 years ago
romkatv
0eef01d97f
cleanup
6 years ago
romkatv
ee8a1b940f
speed up symfony2_tests and rspec_stats
6 years ago
romkatv
edc4e1375a
speed up rust_version prompt
6 years ago
romkatv
ee0d1bc452
speed up php_version prompt
6 years ago
romkatv
f27db92335
speed up nodeenv prompt
6 years ago
romkatv
fed768479f
speed up go_version prompt
6 years ago
romkatv
5800b79f51
speed up node_version and nvm prompts; fixes #12
6 years ago
romkatv
4e81de5322
bug fix: clear bold when drawing the end of a powerline
6 years ago
romkatv
1ba90abd4a
truncate_to_unique: respect POWERLEVEL9K_SHORTEN_FOLDER_MARKER with default value of (.bzr|CVS|.git|.hg|.svn|.citc)
6 years ago
romkatv
3c5b52750e
append POWERLEVEL9K_SHORTEN_DELIMITER when shortening with truncate_to_unique; use * as default in this case
6 years ago
romkatv
15e7d74087
cleanup
6 years ago
romkatv
5fb888cda9
do not shorten the last dir in truncate_to_unique
6 years ago
romkatv
fece2f1fb4
save a fork in docker command
6 years ago
romkatv
e860296bf9
fix bold<->nonbold transitions in dir
6 years ago
romkatv
4d2dea0547
cleanup
6 years ago
romkatv
bd4a3503d2
support multiple markers with POWERLEVEL9K_SHORTEN_STRATEGY=truncate_with_folder_marker
6 years ago
romkatv
b910da06a0
when replacing parts of cwd with "...", make sure there is more than 1 char to be replaced
6 years ago
romkatv
7cfe479c87
support dynamic directories in dir prompt and fix a dozen bugs
6 years ago
Roman Perepelitsa
55d887c21e
Merge pull request #70 from towo/fix/lang-conditional
...
Work around an unknown bug (most likely in antigen)
6 years ago
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.
6 years ago
romkatv
54eb7c7dec
simplify right prompt prefix and suffix
6 years ago
romkatv
154bc2e1ff
ensure that every line of left prompt ends with LEFT_SEGMENT_SEPARATOR
6 years ago