mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #53] git branch parsing output error only in recording mode #647
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#647
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 @gabrielstuff on GitHub (Feb 20, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/53
Hi !
This looks like a great tool, but I just met an issue, and I'm not able to find anything in the history.
So here it is : https://asciinema.org/a/7767. As you can see there is an error :
bash: parse_git_branch: command not foundSo it is for sure connected to this line in my
.bash_profile:Any hint would be appreciated.
Thanks
@ku1ik commented on GitHub (Feb 20, 2014):
Hey @gabrielstuff, see issue #22.
@ku1ik commented on GitHub (Dec 18, 2014):
asciinema doesn't start login shell, it starts regular interactive shell by running
/bin/bash. You can either:move this function to
.bashrcor,record with
asciinema rec -c "/bin/bash -l"or,add the following setting to your
~/.asciinema/configfile:[record]
command="/bin/bash -l"