From 491dd92ac2b1223318dd1222126acd25139cc616 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Sat, 8 Jan 2022 20:46:54 +0800 Subject: [PATCH] Add `isatty` completion (#8609) * Add `isatty` completion * Keep order --- share/completions/isatty.fish | 1 + 1 file changed, 1 insertion(+) create mode 100644 share/completions/isatty.fish diff --git a/share/completions/isatty.fish b/share/completions/isatty.fish new file mode 100644 index 000000000..2ee644b0f --- /dev/null +++ b/share/completions/isatty.fish @@ -0,0 +1 @@ +complete -c isatty -x -k -a "stdin stdout stderr"