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:
Jonas Dohse 2014-03-21 00:19:32 +01:00
parent 1ded21c10d
commit 61b44097fe

View File

@ -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