mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 01:12:59 +08:00
![Johannes Altmanninger](/assets/img/avatar_default.png)
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
3 lines
118 B
Fish
3 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'
|