Skip to content

Commit 4390a9e

Browse files
authored
Update arch-node-dev.sh
Test add `exec /bin/zsh`
1 parent 613ea01 commit 4390a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arch-node-dev.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ sh -c "$(wget -qO- https://github.com/deluan/zsh-in-docker/releases/latest/downl
2828
# set zsh as default shell
2929
sudo sed -i 's/\/bin\/bash/\/bin\/zsh/g' /etc/passwd
3030
export SHELL=/bin/zsh
31+
exec /bin/zsh
3132

3233
# Install fnm and install lts node using fnm
3334
wget https://fnm.vercel.app/install -O- | sh

0 commit comments

Comments
 (0)