nvm/test/fast/Sourcing nvm.sh from another path than the default one should not show find errors
Jonas Dohse 61b44097fe Demonstrate failing path detection in zsh
nvm does currently not work in zsh, if nvm is not installed to ~/.nvm.
2014-03-21 01:05:23 +01:00

9 lines
176 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/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