changeset 182:dfb88dee52b8

tab completion fix
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 08 Sep 2023 21:42:12 +0100
parents 55169996c3bf
children efaa10c1e9ea
files .bashrc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Fri Jul 21 11:38:20 2023 +0100
+++ b/.bashrc	Fri Sep 08 21:42:12 2023 +0100
@@ -47,6 +47,10 @@
   # export HISTSIZE=3000
   export HISTFILESIZE=6000
   export HISTIGNORE='[ ]*:&:[fb]g:exit'
+
+ # fix $W -> \$W after tab completion
+ shopt -u progcomp
+
 fi
 
 if [ -z "$TERMINFO" ]