1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-08 18:20:48 +00:00

This fixes bash completion for me, though it may not be the best way.

Hopefully the pull request will go through or tell me how to do it better
This commit is contained in:
Daniel V 2020-05-09 15:39:25 -04:00
parent f885aff4c9
commit d3dff8cefb

View file

@ -86,6 +86,9 @@ in
for m in "$p/etc/bash_completion.d/"*; do
source $m
done
for m in "$p/share/bash-completion/completions/"*; do
source $m
done
done
eval "$nullglobStatus"
unset nullglobStatus p m