mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #319] asciinema changes my shell and env #823
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#823
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 @zenglian on GitHub (Aug 16, 2018).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/319
When I run asciinema, seems it exits from the current shell (bash) thus the shell is changed (to csh) thus the environment is changed.
I have to re-run "bash" and the init steps which produces tons of output which I do not want to record.
Can it be avoided?
@ku1ik commented on GitHub (Nov 16, 2018):
Yes. See here:
What does
echo $SHELLprint in your bash (when not recording)?