2022-05-20 21:28:26 +02:00
|
|
|
---
|
2023-02-23 14:48:51 +01:00
|
|
|
title: "Non-Standard Shell"
|
2022-11-19 15:25:20 +01:00
|
|
|
visible: true
|
2022-05-20 21:28:26 +02:00
|
|
|
---
|
|
|
|
|
2022-06-25 11:54:42 +02:00
|
|
|
[toc]
|
2023-02-23 14:48:51 +01:00
|
|
|
|
2022-05-20 21:28:26 +02:00
|
|
|
When trying to use a non-standard shell, `chsh` will throw the following error:
|
2023-02-23 14:48:51 +01:00
|
|
|
`chsh: /usr/local/bin/zsh: non-standard shell`
|
2022-05-20 21:28:26 +02:00
|
|
|
|
2023-02-23 14:48:51 +01:00
|
|
|
To fix this, add the shell's path you want to use to `/etc/shells`
|