cara mengubah shell default wsl

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