Уточнил инструкцию по поиску команд в bash
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
```sh
|
||||
nano ~/.inputrc
|
||||
bind -f ~/.inputrc
|
||||
```
|
||||
|
||||
=== ".inputrc"
|
||||
@@ -17,3 +16,9 @@
|
||||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
||||
```
|
||||
|
||||
После обновления `.inputrc` нужно либо начать сеанс заново, либо выполнить команду.
|
||||
|
||||
```sh
|
||||
bind -f ~/.inputrc
|
||||
```
|
||||
Reference in New Issue
Block a user