feat(bash): disable more on large completions
This commit is contained in:
parent
72820b7b8f
commit
1b7fb83f9b
@ -21,7 +21,7 @@ alias ...='../..' \
|
|||||||
rm='rm -vI' \
|
rm='rm -vI' \
|
||||||
mkdir='mkdir -v' \
|
mkdir='mkdir -v' \
|
||||||
rsync='rsync -P' \
|
rsync='rsync -P' \
|
||||||
ls='ls --color=auto' \
|
ls='ls --color' \
|
||||||
ll='ls -lh' \
|
ll='ls -lh' \
|
||||||
l='ll -a' \
|
l='ll -a' \
|
||||||
la='ll -A' \
|
la='ll -A' \
|
||||||
|
3
.inputrc
3
.inputrc
@ -1,5 +1,8 @@
|
|||||||
set colored-stats on
|
set colored-stats on
|
||||||
|
|
||||||
|
set completion-query-items 0
|
||||||
set menu-complete-display-prefix on
|
set menu-complete-display-prefix on
|
||||||
|
set page-completions off
|
||||||
set show-all-if-ambiguous on
|
set show-all-if-ambiguous on
|
||||||
|
|
||||||
"\e[A":history-search-backward
|
"\e[A":history-search-backward
|
||||||
|
Loading…
Reference in New Issue
Block a user