Dominik Ritter
e99c7549fb
Change ram segment to take an optional root prefix for testability
2018-07-18 22:24:25 +02:00
Dominik Ritter
1e71d452e1
Add tests for public_ip segment
2018-07-18 22:23:32 +02:00
Dominik Ritter
e95f84a55d
Add tests for php_version segment
2018-07-18 22:23:12 +02:00
Dominik Ritter
084f992fab
Add tests for nvm segment
2018-07-18 22:22:17 +02:00
Dominik Ritter
44ec267dfb
Add tests for nodeenv segment
2018-07-18 22:21:48 +02:00
Dominik Ritter
85cc62b72b
Add tests for node_version segment
2018-07-18 22:21:27 +02:00
Dominik Ritter
2efbd7e188
Add tests for load segment
2018-07-18 22:20:50 +02:00
Dominik Ritter
04168cc5c0
Change load segment to accept an optional root prefix for testability
2018-07-18 22:20:16 +02:00
Dominik Ritter
1cf68e418c
Add tests for ip segment
2018-07-18 22:19:14 +02:00
Dominik Ritter
43272410c9
Change ip segment so that the tests can be executed on OSX as well
...
Change regular expressions to a more compatible format.
2018-07-18 22:17:54 +02:00
Dominik Ritter
a757607476
Add tests for disk_usage segment
2018-07-18 22:16:40 +02:00
Dominik Ritter
edfd4732f2
Add tests for detect_virt segment
2018-07-18 22:15:57 +02:00
Dominik Ritter
b61d021abd
Simplify detect_virt segment
2018-07-18 22:15:35 +02:00
Dominik Ritter
829c7ceaae
Add tests for custom segment
2018-07-18 22:13:52 +02:00
Dominik Ritter
629d52a7d5
Add visual identifier to custom segments
2018-07-18 22:13:25 +02:00
Dominik Ritter
743ddc1253
Add tests for context segment
2018-07-18 22:11:51 +02:00
Dominik Ritter
d9b3edf0e8
Fix go_version test
2018-07-16 22:16:41 +02:00
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.
2018-07-16 20:48:27 +02:00
Dominik Ritter
74a3d2d6e2
Add tests for background_jobs segment
2018-07-16 20:47:15 +02:00
Dominik Ritter
8c44fa68a2
Add tests for aws_eb_env segment
2018-07-16 20:46:23 +02:00
Dominik Ritter
0e4e9e4256
Add tests for anaconda segment
2018-07-16 20:46:00 +02:00
Dominik Ritter
b996ca911e
Output running test
2018-07-16 08:21:25 +02:00
Dominik Ritter
21f2d1a377
Test all *.spec files on travis
2018-07-16 07:33:31 +02:00
Dominik Ritter
6c4a3e8a1b
Execute tests on various ZSH versions
2018-07-13 01:18:07 +02:00
Dominik Ritter
d031b3e035
Fix kubernetes segment
2018-07-09 21:30:28 +02:00
Ben Hilburn
579887d294
Merge branch 'master' into next
2018-07-09 09:06:51 -04:00
Ben Hilburn
51a8c283e6
Merge pull request #891 from krmcbride/patch-1
...
kubecontext: fix context, namespace comparison
2018-07-07 11:22:15 -04:00
Ben Hilburn
375d63f1d9
Merge pull request #888 from blackb1rd/Fix_os_detection_for_MSYS2
...
Fix os detection for MSYS
2018-07-07 11:19:17 -04:00
Ben Hilburn
da1e017f14
Merge pull request #886 from dritter/github_templates
...
Add GitHub templates
2018-07-06 10:45:29 -04:00
Ben Hilburn
626efb2928
Update PR Template
...
Adding more detail to the PR template first created by @dritter!
2018-07-06 10:41:59 -04:00
Ben Hilburn
fcc48e17ee
Updating the Issue Template
...
Building on the issue template from @dritter.
2018-07-06 10:21:34 -04:00
Kevin McBride
534ec66466
kubecontext: fix context, namespace comparison
2018-07-02 13:33:23 -07:00
blackb1rd
592e765a95
Fix os detection for MSYS2
2018-06-30 22:20:02 +07:00
Ben Hilburn
1db098bd9f
Updating CHANGELOG for v0.6.5
2018-06-29 15:41:39 -04:00
Dominik Ritter
c951a91579
Add link to troubleshooting guide in issue template
2018-06-28 23:57:04 +02:00
Dominik Ritter
cda6ee926c
Add github templates for issue reports and new pull requests
2018-06-28 23:54:34 +02:00
Ben Hilburn
348617040b
Merge pull request #859 from dritter/staging_065
...
Merging the staging branch for 0.6.5!
2018-06-25 09:41:54 -04:00
Dominik Ritter
bda3171237
Fix java_version segment
2018-06-20 22:55:14 +02:00
Dominik Ritter
8c0df73d81
Fix tests
2018-06-20 21:44:12 +02:00
Dominik Ritter
08a3801c81
Merge remote-tracking branch 'softmoth/clean-right-margin' into staging_065
2018-06-20 21:23:38 +02:00
Dominik Ritter
595bdb4fa3
Use cog glyph on all modes
2018-06-17 22:57:13 +02:00
Dominik Ritter
d09a46f9e0
Mute errors when asking for java version
2018-06-17 22:47:43 +02:00
Tim Smith
3989834bfe
Hide one-space indent at right margin
...
ZSH displays the right prompt indented one space from the right
margin. This can be tweaked with ZLE_RPROMPT_INDENT=0, but that
makes display problems very likely and I don't recommend it. But
all is not lost.
The %E prompt format does continue the current background color
through that last indent space. So it can *look* like our prompt
goes right up to the margin, if:
1) We remove the trailing space from the last segment, and
2) We add %E before clearing the background color
2018-06-15 00:42:48 -06:00
Dominik Ritter
b7681a00ca
Fix variable in README
...
- Fix the variable name for the VCS shorten strategy.
- Add a heading for VCS truncation.
2018-06-11 21:59:33 +02:00
Dominik Ritter
51b53cd4b5
Fix rbenv
segment after merge
2018-06-09 14:37:56 +02:00
Dominik Ritter
dc21b97335
Fix travis build
2018-06-07 02:36:30 +02:00
Dominik Ritter
0257159e1e
Add tests for laravel version segment to travis
2018-06-07 01:54:32 +02:00
Dominik Ritter
a2d8cccd09
Add a Laravel version segment
2018-06-07 01:54:32 +02:00
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.
2018-06-07 01:51:16 +02:00
Dominik Ritter
5eedb2586b
Merge remote-tracking branch 'Maxattax97/next' into staging_065
2018-06-07 01:31:16 +02:00