Уточнил инструкцию по поиску команд в bash
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s

This commit is contained in:
2025-02-24 19:19:17 +03:00
parent 07f4c78355
commit ec2b6e13b7

View File

@@ -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
```