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:
parent
f885aff4c9
commit
d3dff8cefb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue