Skip to content

Commit c384efb

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ubuntu/ubuntu-node-dev.sh

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

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

0 commit comments

Comments
 (0)