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

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`