Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-20 00:16:41 +00:00
parent 428866811b
commit 7b74e73417
8 changed files with 56 additions and 27 deletions

View File

@@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
- Set a specific login shell for the current user interactively:
`sudo chsh`
`chsh`
- Set a specific login [s]hell for the current user:
`sudo chsh --shell {{path/to/shell}}`
`chsh --shell {{path/to/shell}}`
- Set a login [s]hell for a specific user:
@@ -23,4 +23,4 @@ source: https://github.com/tldr-pages/tldr.git
- [l]ist available shells:
`sudo chsh --list-shells`
`chsh --list-shells`