diff 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
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