@@ -45,9 +45,11 @@ ln -s ~/dotfiles/vim/vimrc ~/.vimrc
mkdir -p ~/Developer
if command -v chsh &>/dev/null && command -v zsh &>/dev/null; then
echo "Change shell to zsh? [y/n]"
read shell
if [ "$shell" = "y" ]; then
chsh -s /bin/zsh
chsh -s "$(command -v zsh)"
fi
exit
The note is not visible to the blocked user.