mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
ce245704d7
These were excluded from style.fish
6 lines
347 B
Fish
6 lines
347 B
Fish
|
|
complete -c dlocate -s S -x -d 'List records that match filenames'
|
|
complete -c dlocate -s L -d 'List all files in the package' -xa '(__fish_print_packages)'
|
|
complete -c dlocate -o ls -d 'ls -ldF all files in the package' -xa '(__fish_print_packages)'
|
|
complete -c dlocate -o du -d 'du -sck all files in the package' -xa '(__fish_print_packages)'
|
|
|