mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
4 lines
96 B
Fish
4 lines
96 B
Fish
# ds autocomplete (if its installed)
|
|
if type -q ds
|
|
_DS_COMPLETE=fish_source ds | source
|
|
end
|