diff options
Diffstat (limited to 'fish/completion.c')
-rw-r--r-- | fish/completion.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/completion.c b/fish/completion.c index 8e529810..08d44735 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -93,6 +93,7 @@ static const char *commands[] = { "lstat", "lvcreate", "lvm-remove-all", + "lvremove", "lvs", "lvs-full", "mkdir", @@ -105,6 +106,7 @@ static const char *commands[] = { "mounts", "path", "pvcreate", + "pvremove", "pvs", "pvs-full", "qemu", @@ -134,6 +136,7 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", |