How does bash-completion even get sourced without PS1?
t184256 opened this issue · 3 comments
t184256 commented
bash-completion has a guard condition so it won't be sourced without PS1 being set
Indeed, on my system it doesn't get sourced, while adding PS1=something
before {source}
fixes that.
scopatz commented
You generally have PS1 in your env, even if it usused by xonsh
t184256 commented
Great, but setting xonsh aside, should this library set it just in case?
scopatz commented
Yeah it probably should :)