Ignore case on tab completion
This commit is contained in:
parent
ad9609b71c
commit
0cb255304b
1 changed files with 6 additions and 1 deletions
7
bashrc
7
bashrc
|
@ -5,8 +5,9 @@ export DOTFILES=$HOME/.dotfiles
|
|||
[ -f $DOTFILES/env ] && source $DOTFILES/env
|
||||
[ -f $DOTFILES/aliases ] && source $DOTFILES/aliases
|
||||
[ -x /usr/bin/dircolors ] && eval `dircolors $DOTFILES/dircolors`
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
[ -f $HOME/.fzf.bash ] && source $HOME/.fzf.bash
|
||||
|
||||
bind "set completion-ignore-case on"
|
||||
bind 'set show-all-if-ambiguous on'
|
||||
bind 'TAB:menu-complete'
|
||||
|
||||
|
@ -21,3 +22,7 @@ grey=$(tput setaf 244)
|
|||
PS1='
|
||||
\[$blue\]\w $(git_super_status)
|
||||
\[$grey\]\$ \[$reset\]'
|
||||
|
||||
# GIT_PROMPT_ONLY_IN_REPO=1
|
||||
# GIT_PROMPT_THEME=Solarized
|
||||
# source $HOME/.bash-git-prompt/gitprompt.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue