mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:06:49 +08:00
Add completions for github's gh tool
This commit is contained in:
parent
897bd62adf
commit
dde7ee9c7d
|
@ -122,6 +122,7 @@ Completions
|
|||
- ``dhclient``
|
||||
- ``dropdb``, ``createdb``, ``pg_restore``, ``pg_dump`` and
|
||||
``pg_dumpall``
|
||||
- ``gh``
|
||||
- ``gitk``
|
||||
- ``nc``, ``netcat``, ``nc.openbsd``, ``nc.traditional``
|
||||
- ``nmap``, ``ncat``
|
||||
|
|
1
share/completions/gh.fish
Normal file
1
share/completions/gh.fish
Normal file
|
@ -0,0 +1 @@
|
|||
gh completion --shell fish 2>/dev/null | source
|
Loading…
Reference in New Issue
Block a user