mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #128] Theme Deactivates Upon Record #712
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#712
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 @CleverProgrammer on GitHub (Aug 23, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/128
Terminal Theme Deactivates Upon Record
I am currently using Agnoster from oh-my-zsh as my theme. It has a very beautiful UI and as soon as my asciinema rec starts, my terminal reverts to default color scheme and bland text. Not sure why?
Agnoster(from oh-my-zsh)iTerm2Mac OS X 10.10.112pt Meslo LG L Regular for Powerline@ku1ik commented on GitHub (Aug 28, 2015):
Is it the same when you start recording with
asciinema rec -c "zsh -l"?@CleverProgrammer commented on GitHub (Aug 29, 2015):
That worked!!
Side note: On my iMac, it just worked with
asciinema rec. It only gives problems on my MacBook Pro.p.s Thank you so much for your help!
https://asciinema.org/a/25689
@ku1ik commented on GitHub (Aug 30, 2015):
For an explanation see "Why my shell prompt/theme isn't working during recording?" in the FAQ.
@ericmjalbert commented on GitHub (May 6, 2019):
The FAQ link above is broken. Nowadays use: https://discourse.asciinema.org/t/why-my-shell-prompt-theme-isnt-working-during-recording/21 instead