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 665abd22..b2f21ff7 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -69,6 +69,8 @@ static const char *const commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", "debug", "download", "exists", @@ -108,6 +110,7 @@ static const char *const commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", "pvcreate", "pvremove", |