akinomyoga / ble.sh

Bash Line Editor―a line editor written in pure Bash with syntax highlighting, auto suggestions, vim modes, etc. for Bash interactive sessions.
BSD 3-Clause "New" or "Revised" License
2.63k stars 83 forks source link

From last update no bash completion ( only into singularity container ) #523

Open rlanore opened 3 hours ago

rlanore commented 3 hours ago

bash version: 5.2.15(1)-release (x86_64-pc-linux-gnu) ble.sh version: 0.4.0-devel4+31f264ad

From my last update of ble.sh i have no bash completion when i'm into bash inside a singularity container.

when type 'vi ./[TAB]' the './' char is deleted from prompt.

This is same for some command like 'tar, cd, ls, cat' but not all like 'source'

No problem on host only inside container.

rlanore commented 2 hours ago

On host complete -p vi:

complete -F _fzf_path_completion vi

Inside container

complete -o bashdefault -o default -F _fzf_path_completion vi