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 640c3691..93182886 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -87,6 +87,7 @@ static const char *const commands[] = { "get-state", "get-verbose", "grub-install", + "hexdump", "is-busy", "is-config", "is-dir", @@ -135,6 +136,8 @@ static const char *const commands[] = { "sfdisk", "stat", "statvfs", + "strings", + "strings-e", "sync", "tar-in", "tar-out", |