nixos/modules/shell/fish/autocomplete.fish

4 lines
97 B
Fish
Raw Normal View History

2025-02-26 19:21:59 +01:00
# ds autocomplete (if its installed)
if type -q ds
_DS_COMPLETE=fish_source ds | source;
end;