Skip to content

Commit

Permalink
update alpine-ohmyzsh
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Apr 5, 2024
1 parent 3908c12 commit 97656d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/alpine-ohmyzsh/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-ohmyzsh",
"id": "alpine-ohmyzsh",
"version": "0.0.14",
"version": "0.0.15",
"description": "Installs ohmyzsh on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-ohmyzsh",
"installsAfter": [
Expand Down
2 changes: 2 additions & 0 deletions src/alpine-ohmyzsh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ if [[ $INITSTARSHIP == "true" ]]; then
echo $'\neval "$(starship init zsh)"' >> $_CONTAINER_USER_HOME/.zshrc
fi

sed -i "s|:/bin/ash|:/bin/zsh|g" /etc/passwd

echo 'Done!'

0 comments on commit 97656d2

Please sign in to comment.