Skip to content

Commit

Permalink
BIAR instructions update to suppress RVM warning on X login
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdelia committed Mar 14, 2023
1 parent e2b6b7a commit 1b57988
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion BIAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ biar@biar:~$ rvm use ruby-2.7.2
Using /home/biar/.rvm/gems/ruby-2.7.2
```

To save time, you may add this command at the end of your `.profile` file in your `$HOME` directory.
To save time, you may add the following line at the end of your `.profile` file in your `$HOME` directory:

```
shopt -q login_shell && rvm use ruby-2.7.2
```

Which will check for a login shell before loading RVM.

### Package installation
We install packages locally using `gem`:
Expand Down

0 comments on commit 1b57988

Please sign in to comment.