mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
582675c96a
After a fish installation is upgraded to 3.2.0, active shells could throw an error attempting to load Git completions. It's just a transient error but also easily avoidable by using the old style. See #7822
2 lines
118 B
Fish
2 lines
118 B
Fish
complete -c source -k -xa '(__fish_complete_suffix .fish)'
|
|
complete -c source -s h -l help -d 'Display help and exit'
|