Mercurial > dotfiles
comparison dot_bashrc @ 291:450e01f9d3bd
Use direxpand to expand variables into paths on tab
e.g.:
$ $FOO/bar<tab>
expands into :
$ foo_dir/bar/
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 20 Oct 2020 14:26:56 +0200 |
parents | 81e00b8647b9 |
children | 8651c133a990 |
comparison
equal
deleted
inserted
replaced
290:5f10ec5323fe | 291:450e01f9d3bd |
---|---|
108 shopt -s autocd | 108 shopt -s autocd |
109 shopt -s cdspell | 109 shopt -s cdspell |
110 shopt -s dirspell | 110 shopt -s dirspell |
111 shopt -s histverify | 111 shopt -s histverify |
112 shopt -s nocaseglob | 112 shopt -s nocaseglob |
113 shopt -s direxpand | |
113 | 114 |
114 set -o vi | 115 set -o vi |
115 | 116 |
116 # Load mercurial autocompletion | 117 # Load mercurial autocompletion |
117 if [ -f /etc/bash_completion ]; then | 118 if [ -f /etc/bash_completion ]; then |