feat(bash): disable more on large completions
This commit is contained in:
parent
72820b7b8f
commit
1b7fb83f9b
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user