fix(bash): alias completion

This commit is contained in:
ange 2024-07-02 14:26:32 +02:00
parent d4d3c1af55
commit 2d8685c8e4
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
19 changed files with 332 additions and 310 deletions

View file

@ -1,6 +1,13 @@
set colored-stats on
set show-all-if-unmodified on
set menu-complete-display-prefix on
set show-all-if-ambiguous on
"\e[A":history-search-backward
"\e[B":history-search-forward
Control-l: clear-screen
"\C-l": clear-screen
"\C-w": backward-kill-word
TAB:menu-complete
"\e[Z":menu-complete-backward