diff .bashrc @ 182:dfb88dee52b8

tab completion fix
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 08 Sep 2023 21:42:12 +0100
parents 4cb5cc893003
children
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" ]