fix: add ds autocomplete

This commit is contained in:
Nickolaj Jepsen 2025-02-26 19:21:59 +01:00
parent d0e1d787d0
commit 61c5b14142
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# ds autocomplete (if its installed)
if type -q ds
_DS_COMPLETE=fish_source ds | source;
end;