mirror of https://github.com/CrimsonTome/tldr.git
171 B
171 B
chsh
Change the user's login shell. More information: https://manned.org/chsh.
- Change the user's login shell:
chsh -s {{path/to/shell_binary}} {{username}}