[readme] fish: send output from load_nvm to /dev/stderr

This commit is contained in:
Ponder
2022-04-01 13:00:58 -04:00
committed by Jordan Harband
parent c367d7daa0
commit 7d86701067

View File

@@ -666,7 +666,7 @@ end
# ~/.config/fish/config.fish
# You must call it on initialization or listening to directory switching won't work
load_nvm
load_nvm > /dev/stderr
```
## Running Tests