mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
0729c2be4c
This is mildly useful when activating virtualenvs. We had remove these files earlier, but since there are no more false negatives from __fish_complete_suffix it seems safe to re-add them.
2 lines
112 B
Fish
2 lines
112 B
Fish
complete source -k -xa '(__fish_complete_suffix .fish)'
|
|
complete source -s h -l help -d 'Display help and exit'
|