scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

Fix tests #234

Closed ghthor closed 5 years ago

ghthor commented 7 years ago

What I've done

I fixed the failing alias'ing tests by wrapping the differences between zsh and bash concerning the output of the which command inside a bin_path() function. I also fixed what appears to be improved sorting behavior concerning 1 & 2 digit numbers.

Remaining failures

Locally the tests are still failing when changing the directory using the git_index. Expecting to cd to test_11 but the actual result directory is test_1.

ghthor commented 5 years ago

258 Helped fix these issues.