1
0
Fork 0

Remove error message

This commit is contained in:
Alex Kotov 2023-04-14 01:28:41 +04:00
parent 55c9a25823
commit 3de4e70d93
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
if which rvm >/dev/null
if which rvm >/dev/null 2>&1
rvm current
end