Commit Graph

89 Commits (7bfa471e41a225b858fcf43da255bc5962351fd9)

Author SHA1 Message Date
Dominik Ritter 7bfa471e41 Fix tests for dir segment on OSX 6 years ago
Dominik Ritter 7a7b4ee13a Merge remote-tracking branch 'ben/master' into add_tests 6 years ago
Dominik Ritter a5d9227fcb Add tests for vi_mode segment 6 years ago
Dominik Ritter d13410d38c Fix tests for nvm segment 6 years ago
Dominik Ritter aa5e9ccc3b Add tests for vcs (hg) segment 6 years ago
Dominik Ritter ad0c9a6802 Add tests for vcs (git) segment 6 years ago
Dominik Ritter 0d4004ef19 Add tests for todo segment 6 years ago
Dominik Ritter 84f327bd60 Add tests for symfony_version segment 6 years ago
Dominik Ritter 78e03a5fe6 Add tests for swift segment 6 years ago
Dominik Ritter af31b2de9b Add tests for swap segment 6 years ago
Dominik Ritter e51faa0af1 Add tests for ssh segment 6 years ago
Dominik Ritter cc31a05c52 Add test for ram segment 6 years ago
Dominik Ritter 1e71d452e1 Add tests for public_ip segment 6 years ago
Dominik Ritter e95f84a55d Add tests for php_version segment 6 years ago
Dominik Ritter 084f992fab Add tests for nvm segment 6 years ago
Dominik Ritter 44ec267dfb Add tests for nodeenv segment 6 years ago
Dominik Ritter 85cc62b72b Add tests for node_version segment 6 years ago
Dominik Ritter 2efbd7e188 Add tests for load segment 6 years ago
Dominik Ritter 1cf68e418c Add tests for ip segment 6 years ago
Dominik Ritter a757607476 Add tests for disk_usage segment 6 years ago
Dominik Ritter edfd4732f2 Add tests for detect_virt segment 6 years ago
Dominik Ritter 829c7ceaae Add tests for custom segment 6 years ago
Dominik Ritter 743ddc1253 Add tests for context segment 6 years ago
Dominik Ritter d9b3edf0e8 Fix go_version test 6 years ago
Dominik Ritter 802af322ff Add tests for battery segment
Additionally
- Add a fourth parameter to prompt_battery for better testability. This
  parameter is the root prefix, so we can use our own test batteries.
6 years ago
Dominik Ritter 74a3d2d6e2 Add tests for background_jobs segment 6 years ago
Dominik Ritter 8c44fa68a2 Add tests for aws_eb_env segment 6 years ago
Dominik Ritter 0e4e9e4256 Add tests for anaconda segment 6 years ago
Dominik Ritter d502d05f08 Add tests for status segment 6 years ago
Dominik Ritter dc21b97335 Fix travis build 6 years ago
Dominik Ritter 0257159e1e Add tests for laravel version segment to travis 6 years ago
Dominik Ritter d9d9fb9b6b Merge remote-tracking branch 'ytang/fix-icons-cut-off' into staging_065
Conflicts were:
- test/segments/command_execution_time.spec and
test/segments/go_version.spec: All conflicts come from renaming color
names on next (#703) and adding a whitespace to the Visual Identifier
(#854) on master.
6 years ago
Dominik Ritter d3500625ca Merge remote-tracking branch 'TheDan64/master' into staging_065
Conflicts were:
- test/segments/rust_version.spec and powerlevel9k.zsh-theme. #826
removes grep from parsing the rust version on next; #703 changes color
names.
6 years ago
Dominik Ritter e763fa14b0 Merge remote-tracking branch 'chhschou/master' into staging_065
Conflicts were:
- powerlevel9k.zsh-theme and test/segments/rust_version.spec:
rust_version Segment changed (#641) on master and colors got
names (#703) on next.
6 years ago
Dominik Ritter 154e923033 Merge remote-tracking branch 'floor114/next' into staging_065 6 years ago
Dominik Ritter 55473c450a Merge branch 'master' into staging_065
Conflicts were:
- README.md: Two commits targeted the brightness table. #781 from
14. April 2018 on master and #684 from 05. December 2017 on next.
- powerlevel9k.zsh-theme: Two commits targeted the rbenv segment. Both
achieve the same thing: To show the Ruby version number always. #795 on
next from 14. April 2018 and #610 on master from 28. September 2017. I
went with #795 here as this - although being newer - is the one on
master, and that should be more stable.
6 years ago
Yang Tang 5e0b924346 Update unit tests for fixing icons cut off 6 years ago
Dominik Ritter 27bd1cd65d Fix test for rust segment 6 years ago
Daniel Kolsoi 9b0e0c786a Removed 'Rust' text from test; Silenced missing rustc warning 6 years ago
Taras Shpachenko 111d152d48 Add vcs branch name truncating. 7 years ago
Dominik Ritter 83ad5b598e Add test for wrong truncation if switching back to home folder
This happens if a user switches from a subdirectory of $HOME
back to the home folder and truncation strategy is "truncate
folders from left". Then the folder is displayed as .../~

PR: #773
7 years ago
Christo Kotze 75a763f901 Updated test for POWERLEVEL9K_DIR_PATH_ABSOLUTE 7 years ago
Christo Kotze ddcdad77a7 Added new variable POWERLEVEL9K_DIR_PATH_ABSOLUTE
If user sets POWERLEVEL9K_DIR_PATH_ABSOLUTE to true, uses absolute paths
instead of home folder abbreviation, e.g. /Users/chris/... instead of
~/...
7 years ago
Christo Kotze 3674af1cd9 Updated dir.spec test for first_and_last 7 years ago
Christo Kotze 08432bf70c Added truncate_to_first_and_last strategy
Truncate middle directories from the path. How many directories will be
untouched is controlled by POWERLEVEL9K_SHORTER_DIR_LENGTH.
7 years ago
Christo Kotze 1abb519f59 Updated dir.spec tests 7 years ago
Christo Kotze 441fb277d9 Comments, trunc_to_last, trunc_absolute
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
7 years ago
Christo Kotze 4fc4d15703 Added tests for DIR_PATH_SEPARATOR_FOREGROUND 7 years ago
Christo Kotze 276bc9017c Updated testBoldRootSubsubdirWorks()
Forgot to initialize the bolding variable
7 years ago
Christo Kotze dba80dbee9 Added tests for other folder highlighing 7 years ago