Skip to content

Commit

Permalink
chore: Update Alpine-ohmyzsh devcontainer feature version to 0.0.20 a…
Browse files Browse the repository at this point in the history
…nd set default shell to zsh
  • Loading branch information
cirolosapio committed Jun 10, 2024
1 parent 0bbd357 commit 44232e7
Show file tree
Hide file tree
Showing 2 changed files with 2 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.19",
"version": "0.0.20",
"description": "Installs ohmyzsh on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-ohmyzsh",
"installsAfter": [
Expand Down
1 change: 1 addition & 0 deletions src/alpine-ohmyzsh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ if command -v starship > /dev/null; then
fi

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

echo 'Done!'

0 comments on commit 44232e7

Please sign in to comment.