-
Notifications
You must be signed in to change notification settings - Fork 142
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
]777;preexec\
before and : 1
after the output
#147
Comments
It's not expected - it's probably something to do with your local config of bash. This script from pexpect tries to reset bash to a predictable state for bash_kernel & similar programs to use, while still picking up things you probably want like custom aliases: https://github.com/pexpect/pexpect/blob/master/pexpect/bashrc.sh But bash is pretty flexible, so it's probably missing something. |
Thanks for the quick reply! I've spawned a fresh Fedora 40 virtual machine and tested the bash kernel. The output is still the same. The script you mentioned did not help. I'll investigate deeper when I have some spare time. |
Ah, I think it's something Fedora is setting in
Sorry, I wasn't very clear: bash_kernel already uses that script to set up bash. I wouldn't expect running it again to fix it. |
That was it! Without investigating the cause, I've just removed the Feel free to close this issue as a "user-side problem" or use it to track the change you suggested in the previous comment. Thanks again for your quick replies and help! |
FYI, as a workaround on my side, I added |
I have just installed bash_kernel for some testing and all my cell outputs have
]777;preexec�\
before and: 1
after the output. The: 1
output is show on a red line. Is it expected?Example:
Software versions:
The text was updated successfully, but these errors were encountered: