dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

The .bashrc configuration doesn't get persisted after restart of dev space

Open jcailan opened this issue 5 years ago • 0 comments

Hi @qmacro

First of all, I really like the last hacking episode on Business Application Studio, so I jump straight into coding that same day I watched the episode.

I followed through with your dotfiles project and created my own project: https://github.com/jcailan/dotfiles and it worked like a charm.

Here's my CLI command: > curl https://raw.githubusercontent.com/jcailan/dotfiles/master/appstudiosetup | bash

And with regards to the issue I found (maybe not an issue but more or less the standard behavior of App Studio), is that when I stopped the dev space, and restarted it, it appeared that the .bashrc profile didn't get persisted at all. The .theia/settings.json did get persisted though. So what I did, is I entered the CLI command again and used: > source ~/.bashrc

to load my bash profile again. Did you encounter the same behavior?

PastedGraphic-3

jcailan avatar Oct 25 '20 16:10 jcailan