Skip to content

Commit 4e94e7f

Browse files
committed
update: readme.md
Signed-off-by: wxiwnd <[email protected]>
1 parent 0e2626a commit 4e94e7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Ensure that `bash-completion` and rust toolchains(cargo, etc.) are installed cor
1616
bash scripts/install_completion.sh
1717
```
1818

19+
And add these to your `.bashrc` file:
20+
```bash
21+
bind 'set show-all-if-ambiguous on'
22+
bind 'TAB:menu-complete'
23+
```
24+
1925
## Requirements
2026
- bash-completion
2127
- rust toolchains

0 commit comments

Comments
 (0)