From 72bdbb90216a15443709dab651bf3b217abfaf75 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Wed, 16 Feb 2022 20:36:58 -0800 Subject: [PATCH] chsh: page update (#7550) --- pages/common/chsh.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: