michaeldfallen / git-radar

A heads up display for git
MIT License
2.59k stars 85 forks source link

Fish - LS is completely bugged #117

Open BarbzYHOOL opened 6 years ago

BarbzYHOOL commented 6 years ago

typing ls when inside a git repo

test_show_remote_status
./test-radar-base.sh: 6: eval: show_remote_status: not found
ASSERT:
./test-radar-base.sh: 9: eval: show_remote_status: not found
ASSERT:
./test-radar-base.sh: 12: eval: show_remote_status: not found
ASSERT:
./test-radar-base.sh: 15: eval: show_remote_status: not found
./test-radar-base.sh: 18: eval: show_remote_status: not found
./test-radar-base.sh: 21: eval: show_remote_status: not found
./test-radar-base.sh: 24: eval: show_remote_status: not found

Ran 1 test.

FAILED (failures=3)
./test-directories.sh: 3: ./test-directories.sh: source: not found
test_git_root_in_repo
./test-directories.sh: 20: eval: git_root: not found
ASSERT:expected:</tmp/.git-radar> but was:<>
test_git_root_not_in_repo
./test-directories.sh: 8: eval: time_now: not found
./test-directories.sh: 26: eval: git_root: not found
test_dot_git_location_not_in_repo
./test-directories.sh: 8: eval: time_now: not found
./test-directories.sh: 33: eval: dot_git: not found

When inside a non git repo

/tmp/.git-radar/test: 3: /tmp/.git-radar/test: ./test-radar-base.sh: not found
/tmp/.git-radar/test: 4: /tmp/.git-radar/test: ./test-directories.sh: not found
/tmp/.git-radar/test: 5: /tmp/.git-radar/test: ./test-commits.sh: not found
/tmp/.git-radar/test: 6: /tmp/.git-radar/test: ./test-branches.sh: not found
/tmp/.git-radar/test: 7: /tmp/.git-radar/test: ./test-files.sh: not found
/tmp/.git-radar/test: 8: /tmp/.git-radar/test: ./test-status.sh: not found
/tmp/.git-radar/test: 9: /tmp/.git-radar/test: ./test-stash.sh: not found
/tmp/.git-radar/test: 10: /tmp/.git-radar/test: ./test-colors.sh: not found
/tmp/.git-radar/test: 11: /tmp/.git-radar/test: ./test-format-config.sh: not found
config-err-Yagkx2  Discord Crashes  git-prompt-tests-new  git-prompt-tests-remote  ssh-WwKuXpcjm3IE  Temp-f28e30e8-1c49-4897-bcac-4965d9886fe0
mitsuru793 commented 5 years ago

I have the same issue. I decided to use exa instead of it.

https://github.com/ogham/exa

alias ls='exa'

BarbzYHOOL commented 5 years ago

me too i use exa xD