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