Hello
I have windows 8.1 as host and inside VirtualBox, I am using CentOS 7.2.1511. Now from windows I use putty to log in to linux once I fire up the virtual machine. Now I want to change the prompt on permanent basis. For that purpose, I need to change
.bash_profile file. This works fine from putty. But if I open a terminal inside virtualbox, I can't seem to persist the prompt change with changes to
.bash_profile file. I need to make changes to
.bashrc file for that to happen. So why terminal inside virtualbox is behaving differently from the putty terminal ?
EDIT: Found a question on stackexchange which seems to answer my question
https://apple.stackexchange.com/ques...ile-and-bashrc
Thanks