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

Ponder 2022-04-01 13:00:58 -04:00 committed by Jordan Harband
parent c367d7daa0
commit 7d86701067
No known key found for this signature in database
GPG Key ID: EAB0BF7B41074D78
1 changed files with 1 additions and 1 deletions

View File

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