2022-03-30 16:29:59 +00:00
|
|
|
complete -c isatty -x
|
|
|
|
|
|
|
|
if test -d /dev/fd
|
|
|
|
complete -c isatty -k -a "(string replace /dev/fd/ '' /dev/fd/*)"
|
|
|
|
end
|
|
|
|
|
2022-06-16 16:43:28 +00:00
|
|
|
complete -c isatty -k -a stderr -d 2
|
|
|
|
complete -c isatty -k -a stdout -d 1
|
|
|
|
complete -c isatty -k -a stdin -d 0
|