Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fish - LS is completely bugged #117

Open
BarbzYHOOL opened this issue Jun 13, 2018 · 2 comments
Open

Fish - LS is completely bugged #117

BarbzYHOOL opened this issue Jun 13, 2018 · 2 comments

Comments

@BarbzYHOOL
Copy link

BarbzYHOOL commented Jun 13, 2018

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
Copy link

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

https://github.com/ogham/exa

alias ls='exa'

@BarbzYHOOL
Copy link
Author

me too i use exa xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants