We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3874d03 commit c6ab8b2Copy full SHA for c6ab8b2
1 file changed
infrastructure/scripts/setup/idp.sh
@@ -24,5 +24,5 @@ cd ~/tmp
24
curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/riv24/hack/.zshrc -o .zshrc
25
curl -sSL https://raw.githubusercontent.com/aws-samples/fleet-management-on-amazon-eks-workshop/refs/heads/riv24/hack/.p10k.zsh -o .p10k.zsh
26
curl -sSL https://tinyurl.com/installBox | bash
27
-chsh -s $(which zsh)
+sudo usermod -s $(which zsh) $USER
28
echo "exec zsh" >> ~/.bashrc
0 commit comments