rivernews / iriversland2-kubernetes

Terraform provisioning K8 infra for iriversland2, my personal website, as well as other projects.
0 stars 1 forks source link

Code-server oh my zsh broken #43

Closed rivernews closed 3 years ago

rivernews commented 3 years ago

Possibly because of the change of mount path.

Zshrc is not there. Previously it was in /home/coder when mount path is /home/coder/project.

rivernews commented 3 years ago

It is because of volume mount will override the dir. After changing volume mount point and #44 #45, this issue is solved. (let env and oh my zsh use user dir depending on $HOME)