swathesis
swathesis copied to clipboard
Bash completion should be installed in home directory of current user, not system wide
Unfortunately, pkg-config --variable=compatdir bash-completion returns /etc/bash_completion.d instead.
patch welcome
I did not find a generic way for that using pkg-config. I just replaced the subshell in
https://github.com/krono/swathesis/blob/08dfb005c9f983c20225fddf6d968bdcb4e22641/swth#L371
with
~/bash_completion.d
but that looks odd ...
I haven't used the bash completion at all, maybe @codeZeilen has an idea…