Comment changer le shell par défaut WSL

chsh -s /usr/bin/fish
# or
chsh -s /usr/bin/zsh
# or
chsh -s /usr/bin/<my_shell>
gdfelt