mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #78] asciinema changes $PATH order. #674
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#674
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 @introom on GitHub (Jan 9, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/78
I am using ZSH.
The asciinema version is: asciinema 0.9.9-0eee9b2
Suppose my path is: /Users/John/.dotfiles/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin
After I start asciinema, the path turns into:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/John/.dotfiles/bin:/usr/local/sbin
The change of order breaks many apps on my laptop.
@ku1ik commented on GitHub (Jan 9, 2015):
asciinema doesn't mess
$PATHin any way. You probably have some issue with your shell config files.Try entering another zsh instance by typing
zshonce you're in shell already. You will probably have the same result as with asciinema.@introom commented on GitHub (Jan 9, 2015):
It turns out Yosemite's shipped zsh doesn't work properly. More precisely, the /etc/zshenv is broken.
@kissgyorgy commented on GitHub (Jun 22, 2015):
That was my issue either, I would have never solved this, thank you!