Bash settings is paused

This commit is contained in:
Martin Blazik
2022-05-16 20:49:33 +02:00
parent 7f88595be1
commit 18c973dda5

14
rc/03-bash.sh.bak Normal file
View File

@@ -0,0 +1,14 @@
# https://forum.root.cz/index.php?topic=16821.0
# Override some functionality from bash-completion
_expand() { :; }
__expand_tilde_by_ref() { :; }
_filedir_xspec () { :; }
shopt -s direxpand
#shopt -u complete_fullquote
#shopt -s direxpand
#shopt -u progcomp
#shopt -s cdable_vars