changeset 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 5f10ec5323fe
children 49f6ad79b7b0
files dot_bashrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_bashrc	Tue Oct 20 14:26:36 2020 +0200
+++ b/dot_bashrc	Tue Oct 20 14:26:56 2020 +0200
@@ -110,6 +110,7 @@
 shopt -s dirspell
 shopt -s histverify
 shopt -s nocaseglob
+shopt -s direxpand
 
 set -o vi