1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 17:35:48 +02:00

set: add emacs mode (#14063)

Update set.md
This commit is contained in:
Managor 2024-10-08 19:23:42 +03:00 committed by GitHub
parent 167f3fa072
commit f4219fd1eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,10 @@
`set -o {{vi}}` `set -o {{vi}}`
- Return to default mode:
`set -o {{emacs}}`
- Exit the shell when (some) commands fail: - Exit the shell when (some) commands fail:
`set -e` `set -e`