Closed philrosenberg closed 5 years ago
Hi It seems when I star JuNest my customised prompt defined in ~/.bashrc disappears and changes to [user@host pwd]$
[user@host pwd]$
Is there a way to stop this?
JuNest access via login shell. Try this:
junest -- bash
Or simply source ~/.bashrc.
source ~/.bashrc
Hi It seems when I star JuNest my customised prompt defined in ~/.bashrc disappears and changes to
[user@host pwd]$
Is there a way to stop this?