Skip to content

Commit 4e4db59

Browse files
author
Yuriy Bezsonov
committed
disable zsh
1 parent c6ab8b2 commit 4e4db59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • infrastructure/scripts/setup

infrastructure/scripts/setup/idp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ cd ~/tmp
2424
curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/riv24/hack/.zshrc -o .zshrc
2525
curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/riv24/hack/.p10k.zsh -o .p10k.zsh
2626
curl -sSL https://tinyurl.com/installBox | bash
27-
sudo usermod -s $(which zsh) $USER
28-
echo "exec zsh" >> ~/.bashrc
27+
# sudo usermod -s $(which zsh) $USER
28+
# echo "exec zsh" >> ~/.bashrc

0 commit comments

Comments
 (0)