mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Basic completions for gdbserver
This commit is contained in:
parent
5b324f8ecb
commit
f5d6ea6cf6
1 changed files with 1 additions and 0 deletions
1
share/completions/gdbserver.fish
Normal file
1
share/completions/gdbserver.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete gdbserver -n 'not __fish_is_first_token' -a '(__fish_complete_subcommand --fcs-skip=2)'
|
Loading…
Reference in a new issue