From 86b6d030af7bab1fa5e0480ecbfc2d1289dddc5a Mon Sep 17 00:00:00 2001
From: cirolosapio <lscorionjs@gmail.com>
Date: Mon, 2 Oct 2023 17:06:40 +0200
Subject: [PATCH] alpine-ohmyzsh 0.0.2

---
 src/alpine-ohmyzsh/devcontainer-feature.json | 2 +-
 src/alpine-ohmyzsh/install.sh                | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/alpine-ohmyzsh/devcontainer-feature.json b/src/alpine-ohmyzsh/devcontainer-feature.json
index 6e742a7..1dba166 100644
--- a/src/alpine-ohmyzsh/devcontainer-feature.json
+++ b/src/alpine-ohmyzsh/devcontainer-feature.json
@@ -1,7 +1,7 @@
 {
   "name": "alpine-ohmyzsh",
   "id": "alpine-ohmyzsh",
-  "version": "0.0.1",
+  "version": "0.0.2",
   "description": "Installs ohmyzsh on alpine",
   "documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-ohmyzsh",
   "options": {
diff --git a/src/alpine-ohmyzsh/install.sh b/src/alpine-ohmyzsh/install.sh
index 8cf074c..9cfd606 100644
--- a/src/alpine-ohmyzsh/install.sh
+++ b/src/alpine-ohmyzsh/install.sh
@@ -6,6 +6,7 @@ echo "Activating feature 'alpine-ohmyzsh'"
 
 apk --no-cache add git curl zsh
 curl -s https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh -s
+mv ~/.zshrc $_CONTAINER_USER_HOME/.zshrc
 
 git clone https://github.com/supercrabtree/k $_CONTAINER_USER_HOME/.oh-my-zsh/custom/plugins/k
 git clone https://github.com/zsh-users/zsh-autosuggestions $_CONTAINER_USER_HOME/.oh-my-zsh/custom/plugins/zsh-autosuggestions