We don’t play favourites.
Include this somewhere in cron, or just run it yourself from time to time to give your users the diversity they so rightly deserve:
for I in $(getent passwd | cut -d: -f1 ) do chsh -s $(sort -R /etc/shells | head -n1) ${I} done
