1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
Commit graph

4 commits

Author SHA1 Message Date
Managor
3947b1c14e
chsh: remove sudo where not needed (#13746) 2024-09-19 13:09:48 +02:00
Vitor Henrique
b72acdc131
chsh, chpass: add pages; pages/linux/chsh: update page (#12160)
* chpass, chsh: add page for {Free,Net,Open}BSD and update common page

* pages.*BSD: add aliases for chpass

* chpass: add page for osx
2024-02-04 21:32:18 +05:30
Emily Grace Seville
12c37fc025
chsh: refresh page (#7998)
* Make grammar more general via using `a`

* Delete chsh.md

* Apply suggestions from code review

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

* Enhance descriptions:

- add mnemonics
- replace `Print` with `List`

* Use portable `--list-shells` counterpart

* Update pages/common/chsh.md

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-01-10 02:35:58 +10:00
Martin Pool
326cc8a262
chsh: Fix chsh -s SHELL syntax (#7801)
* It's `ch -s SHELL` to change your own shell

Fixes #7800

* rephrase

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Use -s generically, --shell on Linux

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-02-24 22:42:34 +10:00