feat(bash): disable more on large completions

This commit is contained in:
ange 2024-07-02 19:21:38 +02:00
parent 72820b7b8f
commit 1b7fb83f9b
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ alias ...='../..' \
rm='rm -vI' \
mkdir='mkdir -v' \
rsync='rsync -P' \
ls='ls --color=auto' \
ls='ls --color' \
ll='ls -lh' \
l='ll -a' \
la='ll -A' \

View File

@ -1,5 +1,8 @@
set colored-stats on
set completion-query-items 0
set menu-complete-display-prefix on
set page-completions off
set show-all-if-ambiguous on
"\e[A":history-search-backward