mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #8] Git completion wc status in bash prompt not working #8
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#8
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 @thedotedge on GitHub (Apr 4, 2012).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/8
I have git-completion enabled in my bash profile:
When I start recording a session, env variables seems to be inherited by the newly spawned shell, but not the function form git-completion:
ProductName: Mac OS X
ProductVersion: 10.7.3
BuildVersion: 11D50b
@ku1ik commented on GitHub (Apr 4, 2012):
I also noticed that few times. It seems that asciiio should invoke "/bin/bash -l" (login shell) instead of "/bin/bash". I'll check if it has any downsides, meanwhile you can try recording like this:
@ku1ik commented on GitHub (Oct 11, 2012):
I'm considering some general solution to your problem in #22.