enable bash completion
This commit is contained in:
parent
57bc5743c3
commit
61c771a961
@ -21,3 +21,5 @@ export LS_OPTIONS='--color=auto'
|
|||||||
eval `dircolors`
|
eval `dircolors`
|
||||||
alias ls='ls $LS_OPTIONS'
|
alias ls='ls $LS_OPTIONS'
|
||||||
alias ll='ls $LS_OPTIONS -l'
|
alias ll='ls $LS_OPTIONS -l'
|
||||||
|
|
||||||
|
source /usr/share/bash-completion/bash_completion
|
||||||
|
Loading…
Reference in New Issue
Block a user