Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 226 Bytes

default_shell.md

File metadata and controls

15 lines (10 loc) · 226 Bytes

Change default shell

To change the default shell for a user,

chsh -s $(which zsh)

Don't use sudo, that will change the shell for the root user.

You can confirm your shell,

grep $USER /etc/passwd