feat(bash): disable more on large completions
This commit is contained in:
parent
72820b7b8f
commit
1b7fb83f9b
2 changed files with 4 additions and 1 deletions
|
@ -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' \
|
||||
|
|
3
.inputrc
3
.inputrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue