bash-git-prompt: Not displaying correctly on termux

Hi.

I’ve tryed to use this on termux and the status doesn’t display correctly: smartselectimage_2017-07-23-21-41-17

I’ve used:

grep -lir --exclude-dir=.git '#!' . | xargs termux-fix-shebang

To fix the shebang on the scripts.

Any ideas? Thanks.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 20 (9 by maintainers)

Commits related to this issue

Most upvoted comments

Found it - on Android there is no /tmp directory, so private git index was not created, but still variable GIT_INDEX_FILE was set pointing to non-existent file. This way git status showed all files were simultaneously deleted and not tracked.

Created PR #460