mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #264] PROMPT_COMMAND issue #184
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @indutny on GitHub (Feb 22, 2018).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/264
Hello!
I've just updated to 2.0.0, and get this error every time I try to do a recording:
My
.bash_profilehas this:Apparently
__prompt_commandgot stripped out of the env, whilePROMPT_COMMANDwas preserved. Any way to fix it/work it around?@ku1ik commented on GitHub (Feb 23, 2018):
Hey! I think the problem here is login vs non-login shell. See the second question here: https://asciinema.org/docs/faq
@indutny commented on GitHub (Feb 23, 2018):
It works, sorry for the noise!