ble.sh hides error output from some commands #491
Unanswered
JohEngstrom
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Does that happen only with the git command? If that happens for all the commands that output error messages, one possibility is that you are redirecting |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've recently found ble.sh while changing from zsh to bash. It's working great apart from one thing I've found.
For example when using git to push a new branch to remote you get this 'help' message:
When I have ble.sh activated I just get
[ble: exit 128]
.If I disable the ble.sh error with
bleopt exec_errexit_mark=''
then I get nothing apart from the caret turning red.If there any way of letting errors show as normal?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions