Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #73 from Syphdias/truncate-to-unique-tweaks | Roman Perepelitsa | 2019-05-27 | 1 | -16/+18 | |
|\ | | | | | Don't truncate <= POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH chars. | |||||
| * | add d(delimiter length) for every strategy | Syphdias | 2019-05-27 | 1 | -6/+6 | |
| | | ||||||
| * | adds back trunaction protection for /* in truncate_to_unique | Syphdias | 2019-05-27 | 1 | -0/+1 | |
| | | ||||||
| * | add truncate_to_unique specific SHORTEN_DIR_LENGTH default | Syphdias | 2019-05-27 | 1 | -13/+14 | |
| | | ||||||
| * | adds POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH for truncate_to_unique | Syphdias | 2019-05-27 | 1 | -3/+4 | |
| | | ||||||
| * | fixes multiple truncate_to_unique inconsistencies | Syphdias | 2019-05-25 | 1 | -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_length | romkatv | 2019-05-27 | 1 | -0/+23 | |
|/ | ||||||
* | show go_version when in a go module directory | romkatv | 2019-05-24 | 1 | -2/+15 | |
| | ||||||
* | pull upstream changes from gitstatus | romkatv | 2019-05-24 | 5 | -17/+55 | |
| | ||||||
* | support displaying the number of staged, unstaged and untracked files in vcs ↵ | romkatv | 2019-05-24 | 1 | -1/+15 | |
| | | | | prompt | |||||
* | Merge pull request #71 from Syphdias/symlink-batteries | Roman Perepelitsa | 2019-05-24 | 1 | -1/+1 | |
|\ | | | | | battery segment for symlinkers | |||||
| * | battery segment for symlinkers | Syphdias | 2019-05-24 | 1 | -1/+1 | |
|/ | ||||||
* | fix a typo | romkatv | 2019-05-23 | 1 | -1/+1 | |
| | ||||||
* | speed up ip, vpn_ip and public_ip prompts | romkatv | 2019-05-23 | 2 | -106/+55 | |
| | ||||||
* | speed up kubecontext prompt | romkatv | 2019-05-22 | 1 | -13/+23 | |
| | ||||||
* | speed up kubecontext prompt | romkatv | 2019-05-22 | 1 | -22/+6 | |
| | ||||||
* | only call dropbox-cli if it exists | romkatv | 2019-05-22 | 1 | -1/+2 | |
| | ||||||
* | speed up java_version prompt | romkatv | 2019-05-22 | 1 | -11/+5 | |
| | ||||||
* | speed up detect_virt prompt; plus cleanup | romkatv | 2019-05-22 | 1 | -15/+12 | |
| | ||||||
* | speed up load prompt | romkatv | 2019-05-22 | 1 | -42/+27 | |
| | ||||||
* | speed up ram and swap prompts | romkatv | 2019-05-22 | 2 | -62/+52 | |
| | ||||||
* | speed up rbenv prompt | romkatv | 2019-05-22 | 1 | -8/+35 | |
| | ||||||
* | speed up battery prompt | romkatv | 2019-05-22 | 1 | -95/+92 | |
| | ||||||
* | speed up disk_usage prompt | romkatv | 2019-05-22 | 1 | -33/+16 | |
| | ||||||
* | cleanup | romkatv | 2019-05-22 | 1 | -5/+3 | |
| | ||||||
* | speed up aws_eb_env prompt | romkatv | 2019-05-22 | 1 | -5/+3 | |
| | ||||||
* | speed up swift_version prompt | romkatv | 2019-05-22 | 1 | -5/+4 | |
| | ||||||
* | speed up pyenv prompt | romkatv | 2019-05-22 | 1 | -12/+34 | |
| | ||||||
* | speed up todo prompt | romkatv | 2019-05-22 | 1 | -5/+29 | |
| | ||||||
* | speed up symfony2_version prompt | romkatv | 2019-05-22 | 1 | -4/+3 | |
| | ||||||
* | cleanup | romkatv | 2019-05-21 | 1 | -2/+2 | |
| | ||||||
* | speed up symfony2_tests and rspec_stats | romkatv | 2019-05-21 | 1 | -13/+11 | |
| | ||||||
* | speed up rust_version prompt | romkatv | 2019-05-21 | 1 | -10/+4 | |
| | ||||||
* | speed up php_version prompt | romkatv | 2019-05-21 | 1 | -6/+6 | |
| | ||||||
* | speed up nodeenv prompt | romkatv | 2019-05-21 | 1 | -1/+2 | |
| | ||||||
* | speed up go_version prompt | romkatv | 2019-05-21 | 1 | -5/+8 | |
| | ||||||
* | speed up node_version and nvm prompts; fixes #12 | romkatv | 2019-05-21 | 1 | -31/+123 | |
| | ||||||
* | bug fix: clear bold when drawing the end of a powerline | romkatv | 2019-05-21 | 1 | -1/+1 | |
| | ||||||
* | truncate_to_unique: respect POWERLEVEL9K_SHORTEN_FOLDER_MARKER with default ↵ | romkatv | 2019-05-19 | 1 | -19/+29 | |
| | | | | value of (.bzr|CVS|.git|.hg|.svn|.citc) | |||||
* | append POWERLEVEL9K_SHORTEN_DELIMITER when shortening with ↵ | romkatv | 2019-05-19 | 2 | -4/+7 | |
| | | | | truncate_to_unique; use * as default in this case | |||||
* | cleanup | romkatv | 2019-05-19 | 1 | -1/+1 | |
| | ||||||
* | do not shorten the last dir in truncate_to_unique | romkatv | 2019-05-19 | 1 | -1/+1 | |
| | ||||||
* | save a fork in docker command | romkatv | 2019-05-19 | 1 | -1/+1 | |
| | ||||||
* | fix bold<->nonbold transitions in dir | romkatv | 2019-05-19 | 1 | -20/+18 | |
| | ||||||
* | cleanup | romkatv | 2019-05-19 | 1 | -4/+4 | |
| | ||||||
* | support multiple markers with ↵ | romkatv | 2019-05-19 | 1 | -19/+21 | |
| | | | | POWERLEVEL9K_SHORTEN_STRATEGY=truncate_with_folder_marker | |||||
* | when replacing parts of cwd with "...", make sure there is more than 1 char ↵ | romkatv | 2019-05-19 | 1 | -2/+2 | |
| | | | | to be replaced | |||||
* | support dynamic directories in dir prompt and fix a dozen bugs | romkatv | 2019-05-19 | 2 | -355/+176 | |
| | ||||||
* | Merge pull request #70 from towo/fix/lang-conditional | Roman Perepelitsa | 2019-05-18 | 1 | -1/+1 | |
|\ | | | | | Work around an unknown bug (most likely in antigen) | |||||
| * | Fix weird parser error | Tobias Wolter | 2019-05-18 | 1 | -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. |