mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 11:43:37 +08: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.
3 lines
112 B
Fish
3 lines
112 B
Fish
complete source -k -xa '(__fish_complete_suffix .fish)'
|
|
complete source -s h -l help -d 'Display help and exit'
|