mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-21 08:07:03 +00:00
feat(config): fish configs
This commit is contained in:
8
config/fish/completions/manp.fish
Normal file
8
config/fish/completions/manp.fish
Normal file
@@ -0,0 +1,8 @@
|
||||
# @halostatue/fish-macos/completions/manp.fish:v7.0.0
|
||||
|
||||
complete --command manp --erase
|
||||
complete --command manp --wraps man
|
||||
complete --command manp --exclusive --condition __fish_no_arguments \
|
||||
--short-option h --long-option help --description 'Show help for manp'
|
||||
complete --command manp --exclusive --condition __fish_no_arguments \
|
||||
--long-option clear-cache --description 'Clear the man page PDF cache'
|
||||
Reference in New Issue
Block a user