nixos/modules/shell/fish/autocomplete.fish
2025-02-26 19:21:59 +01:00

4 lines
No EOL
97 B
Fish

# ds autocomplete (if its installed)
if type -q ds
_DS_COMPLETE=fish_source ds | source;
end;