You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need support for symlinked directory too. When you try to switch into a soft linked directory from other mount point it ends in an infinite loop and the terminal hangs until pressing ctrl + C.
This is really hard to solve. On linux, I can use readlink -f to canonicalize every symlink, but this option does not exist on darwin. Do you have any idea how to do this on darwin? As I don't have a Mac, I can not test this myself 👎
Need support for symlinked directory too. When you try to switch into a soft linked directory from other mount point it ends in an infinite loop and the terminal hangs until pressing ctrl + C.
eg:
OS : Mac OSX
autoenv : 1.0.0
Shell : zsh
Infinite loop.
The text was updated successfully, but these errors were encountered: