Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated test for POWERLEVEL9K_DIR_PATH_ABSOLUTE | Christo Kotze | 2018-02-23 | 1 | -2/+2 |
| | |||||
* | Added new variable POWERLEVEL9K_DIR_PATH_ABSOLUTE | Christo Kotze | 2018-02-23 | 1 | -0/+10 |
| | | | | | | If user sets POWERLEVEL9K_DIR_PATH_ABSOLUTE to true, uses absolute paths instead of home folder abbreviation, e.g. /Users/chris/... instead of ~/... | ||||
* | Updated dir.spec test for first_and_last | Christo Kotze | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Added truncate_to_first_and_last strategy | Christo Kotze | 2018-02-23 | 1 | -0/+18 |
| | | | | | Truncate middle directories from the path. How many directories will be untouched is controlled by POWERLEVEL9K_SHORTER_DIR_LENGTH. | ||||
* | Updated dir.spec tests | Christo Kotze | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Comments, trunc_to_last, trunc_absolute | Christo Kotze | 2018-02-22 | 1 | -30/+66 |
| | | | | | | | Added comments throughout the code Added `truncate_to_last` - displays only the current folder Added `truncate_absolute` - displays only the last POWERLEVEL9K_SHORTER_DIR_LENGTH characters - see #736 | ||||
* | Added tests for DIR_PATH_SEPARATOR_FOREGROUND | Christo Kotze | 2018-02-14 | 1 | -5/+29 |
| | |||||
* | Updated testBoldRootSubsubdirWorks() | Christo Kotze | 2018-02-14 | 1 | -0/+2 |
| | | | | Forgot to initialize the bolding variable | ||||
* | Added tests for other folder highlighing | Christo Kotze | 2018-02-14 | 1 | -3/+79 |
| | |||||
* | Added test for Home folder highlighting | Christo Kotze | 2018-02-14 | 1 | -0/+12 |
| | |||||
* | Updating Travis tests for bold dir | Christo Kotze | 2018-02-14 | 1 | -23/+41 |
| | |||||
* | Updated tests for resetting bold | Christo Kotze | 2018-02-11 | 1 | -22/+22 |
| | | | | | Updated tests to include the `%b%K{blue}%F{black}` or similar. TODO: Still have to create a test for a bolded last segment | ||||
* | Merge pull request #596 from eumiro/truncate_to_unique | Ben Hilburn | 2017-08-12 | 1 | -0/+21 |
|\ | | | | | Add TRUNCATE_TO_UNIQUE shortening dir strategy | ||||
| * | add TRUNCATE_TO_UNIQUE shortening dir strategy | Miroslav Šedivý | 2017-08-11 | 1 | -0/+21 |
| | | | | | | | | This creates the shortest unique path elements that can be unambiguously expanded to the original path. | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-08-12 | 1 | -0/+20 |
|\| | |||||
| * | Fix empty delimiter | Dominik Ritter | 2017-07-12 | 1 | -0/+20 |
| | | | | | | | | | | Even if the delimiter is empty, the min length should be 1. This fixes #558 | ||||
* | | Added test for POWERLEVEL9K_HOME_FOLDER_ABBREVIATION | Christian Höltje | 2017-07-12 | 1 | -0/+25 |
|/ | |||||
* | Add tests for `truncate_with_package_name` strategy of dir segment | Dominik Ritter | 2017-03-08 | 1 | -0/+106 |
| | | | | This is a backport from #344 | ||||
* | Merge branch 'next' into dir_first_character | Ben Hilburn | 2017-02-14 | 1 | -0/+42 |
|\ | |||||
| * | Remove unnecessary variable from tests | Dominik Ritter | 2017-02-13 | 1 | -4/+0 |
| | | |||||
| * | Add test for truncate_with_folder_marker truncation strategy | Dominik Ritter | 2017-02-05 | 1 | -0/+46 |
| | | |||||
* | | Add tests for omitting first character in `dir` segment | Dominik Ritter | 2017-02-04 | 1 | -0/+103 |
| | | |||||
* | | Fix tests | Dominik Ritter | 2017-02-04 | 1 | -16/+11 |
|/ | |||||
* | Update test for required behavior | Arav Singhal | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | Add tests for the dir segment | Dominik Ritter | 2016-02-13 | 1 | -0/+118 |