Tagged Questions
0
votes
1answer
255 views
Ubuntu root .bashrc file
I was installing rvm
and for some reasons i changed first line on root's .bashrc
what was there?
i inserter if [[ -n "$PS1" ]]; then and see that i'm root, can't undo... What string is first like ...
6
votes
1answer
5k views
Configure gnome-terminal to start bash as a login shell, doesn't read .bashrc
I'm trying to integrate RVM with gnome-terminal.
Per default, gnome-terminal does not start bash as a login shell. I enabled run command as a login shell as suggested in this answer about the same ...