-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got several output 'grep: XXX: Is a directory' everytime after opening terminal #2360
Comments
I'm experiencing the same thing on Ubuntu 20.04.1 LTS after upgrading to NVM v0.37.1 - I had to manually roll back to v0.37.0 |
I have the same problem on archlinux with NVM v0.37.1 too |
@qomosoloto this line in @ivancevich @ArmanMazdaee for both of you as well, is it listing every directory inside your home dir with that error message? |
|
Now it is listing every directory inside any directory after excuting |
I have the same problem on mac big sur 1.0.1 (20B29) |
I found when I change it's ok. |
@zhengdai What's the output of |
TERM_SESSION_ID=w0t2p0:12B5D2DB-541F-43A2-B8C0-EBB9F752B78F |
@zhengdai Did you run I don't understand how changing the |
Hmm, I'm unable to reproduce this in my local zsh on my (pre-big-sur) Mac in zsh. |
@qomosoloto regardless, |
I've gone ahead and reverted #2347, which will be released shortly as v0.7.2. Hopefully that solves the problem. |
v0.7.2 is released. Please file a new issue if there's still problems. |
Would anyone who experienced this issue be willing to test #2368 on their machine? I want to make sure that it does not cause the same regression, but I'm having trouble reproducing the original issue. |
Operating system and version:
OpenSuse
nvm debug
output:nvm ls
output:How did you install
nvm
?install script in readme.
What steps did you perform?
I just installed as said in readme.
What happened?
Well, everything good. But everytime after opening terminal , I got these output:
These directories are under my home directory.
What did you expect to happen?
It would not happen when I was working on manjaro-linux. If I commented these lines in
.zshrc
, above outputs disappeared.So, how to hide these outputs?
Is there anything in any of your profile files that modifies the
PATH
?The text was updated successfully, but these errors were encountered: