From c562ef9aee963cbfd4b1b9a67bbf3c90c410a5a7 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 20 May 2022 21:28:26 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- pages/03.bsd/02.non-standard-shell/default.en.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/03.bsd/02.non-standard-shell/default.en.md diff --git a/pages/03.bsd/02.non-standard-shell/default.en.md b/pages/03.bsd/02.non-standard-shell/default.en.md new file mode 100644 index 0000000..dd4377f --- /dev/null +++ b/pages/03.bsd/02.non-standard-shell/default.en.md @@ -0,0 +1,8 @@ +--- +title: 'Non-Standard Shell' +--- + +When trying to use a non-standard shell, `chsh` will throw the following error: +`chsh: /usr/local/bin/zsh: non-standard shell` + +To fix this, add the shell's path you want to use to `/etc/shells` \ No newline at end of file