mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-03 01:27:46 +02:00
bugfix: when changing shell a password is needed
This commit is contained in:
parent
4af8c111c9
commit
2916dffc6a
@ -43,3 +43,6 @@ xargs -I{} mv {} .config-backup/{}
|
|||||||
- `:PlugInstall`
|
- `:PlugInstall`
|
||||||
- `:CocInstall`
|
- `:CocInstall`
|
||||||
- change shell to zsh: `chsh -s /bin/zsh`
|
- change shell to zsh: `chsh -s /bin/zsh`
|
||||||
|
- it is possible that you're asked for a password. If so you need to change
|
||||||
|
the line in `/etc/pam.d/chsh` from `auth required pam_shells.so` to
|
||||||
|
`auth sufficient pam_sehlls.so`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user