1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:46:00 +02:00

Revert "chsh: added list chells command" (#2242)

This commit is contained in:
Agniva De Sarker 2018-08-13 10:02:37 +05:30 committed by GitHub
parent 827eb62cb3
commit 875fe63c92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,6 @@
> Change user's login shell. > Change user's login shell.
- List all installed shells:
`chsh -l`
- Change shell: - Change shell:
`chsh -s {{path/to/shell_binary}} {{username}}` `chsh -s {{path/to/shell_binary}} {{username}}`