Answers for "how to change wsl default shell"

0

how to change wsl default shell

chsh -s /usr/bin/fish
# or
chsh -s /usr/bin/zsh
# or
chsh -s /usr/bin/<my_shell>
Posted by: Guest on January-24-2022

Code answers related to "how to change wsl default shell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language