mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:37:36 +08:00
Remove unused --inherit-variable
This commit is contained in:
parent
18efd7dd48
commit
18b2a65fdc
|
@ -1,4 +1,4 @@
|
|||
function __fish_complete_proc --inherit-variable ps
|
||||
function __fish_complete_proc
|
||||
# "comm=" means "print comm field with an empty name", which causes the header to be removed.
|
||||
# On many systems, comm is truncated (e.g. on Linux it's 15 chars),
|
||||
# but that's okay since commands that accept them as argument also only use those (e.g. pgrep).
|
||||
|
|
Loading…
Reference in New Issue
Block a user