mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-12 15:11:50 +00:00
Demonstrate failing path detection in zsh
nvm does currently not work in zsh, if nvm is not installed to ~/.nvm.
This commit is contained in:
parent
1ded21c10d
commit
61b44097fe
@ -0,0 +1,8 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# ~/.nvm must not be present
|
||||
. ../../nvm.sh
|
||||
|
||||
# Displays
|
||||
# find: ‘<home>/.nvm/’: No such file or directory
|
||||
# find: ‘<home>/.nvm/’: No such file or directory
|
Loading…
Reference in New Issue
Block a user