mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 05:35:42 +02:00
parent
167f3fa072
commit
f4219fd1eb
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
|
||||
`set -o {{vi}}`
|
||||
|
||||
- Return to default mode:
|
||||
|
||||
`set -o {{emacs}}`
|
||||
|
||||
- Exit the shell when (some) commands fail:
|
||||
|
||||
`set -e`
|
||||
|
|
Loading…
Add table
Reference in a new issue