8 lines
237 B
Markdown
8 lines
237 B
Markdown
|
---
|
||
|
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`
|