# HG changeset patch # User zegervdv # Date 1603196816 -7200 # Node ID 450e01f9d3bdfe672997bfe745df7ed8cb0edb8c # Parent 5f10ec5323fe8845111b601ee988790be6a4117d Use direxpand to expand variables into paths on tab e.g.: $ $FOO/bar expands into : $ foo_dir/bar/ diff -r 5f10ec5323fe -r 450e01f9d3bd dot_bashrc --- 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