diff --git a/pages/common/chsh.md b/pages/common/chsh.md index 8b54ff366..17f776e0d 100644 --- a/pages/common/chsh.md +++ b/pages/common/chsh.md @@ -7,9 +7,13 @@ `chsh` -- Change the login shell for a given user to Zsh: +- Change the current user's login shell: -`chsh --shell {{/bin/zsh}} {{username}}` +`chsh {{path/to/shell}}` + +- Change the login shell for a given user: + +`chsh --shell {{path/to/shell}} {{username}}` - List available shells: