From 7a22ab4aa028ec5545de1da687b15944a7178555 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 13 Jan 2022 11:24:57 +0100 Subject: rvm: silence the annoying message for PATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .rvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .rvmrc (limited to '.rvmrc') diff --git a/.rvmrc b/.rvmrc new file mode 100644 index 0000000..a495680 --- /dev/null +++ b/.rvmrc @@ -0,0 +1 @@ +rvm_silence_path_mismatch_check_flag=1 -- cgit v1.2.3