mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 04:26:30 +08:00
![Johannes Altmanninger](/assets/img/avatar_default.png)
New fish_indent does that too, so this will make any future reformatting diffs smaller. Done using either of: perl -pi -e 'undef $/; s/\n*$/\n/' share/**.fish kak -n -f '<a-/>\n*<ret>d' share/**.fish
6 lines
346 B
Fish
6 lines
346 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)'
|