From 3de4e70d93e50cf889e240b5302b7cc03e624f5d Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 14 Apr 2023 01:28:41 +0400 Subject: [PATCH] Remove error message --- fish/conf.d/rvm.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/conf.d/rvm.fish b/fish/conf.d/rvm.fish index 490a3b3..5f81197 100644 --- a/fish/conf.d/rvm.fish +++ b/fish/conf.d/rvm.fish @@ -1,3 +1,3 @@ -if which rvm >/dev/null +if which rvm >/dev/null 2>&1 rvm current end