Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 304 Bytes

set_shell.md

File metadata and controls

7 lines (5 loc) · 304 Bytes

Set Your Default Shell

Sometimes you'll get bored of your current shell or a new system uses sh instead of bash by default (like in Proxmox for a new user). So you'll want to change the default shell. For example, to change to bash:

chsh -s $(which bash)