From 7d86701067319c6ce866caa87c29ecd84ee9c864 Mon Sep 17 00:00:00 2001 From: Ponder Date: Fri, 1 Apr 2022 13:00:58 -0400 Subject: [PATCH] [readme] `fish`: send output from `load_nvm` to `/dev/stderr` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462e524..22afcd8 100644 --- a/README.md +++ b/README.md @@ -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