From 3d8e181c0e9a8d655559b54e806dcf2d703598fe Mon Sep 17 00:00:00 2001 From: home Date: Tue, 24 Oct 2023 17:26:22 +0300 Subject: [PATCH] bash : try : remove old TODO. --- document/linux/config/bash/module/try.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/linux/config/bash/module/try.sh b/document/linux/config/bash/module/try.sh index 440d9e6..8eb3073 100644 --- a/document/linux/config/bash/module/try.sh +++ b/document/linux/config/bash/module/try.sh @@ -12,5 +12,5 @@ try() done } -# autocomplete. TODO: make it respect command's completion? RN it only offers programs for each arg. +# autocomplete. complete -F _autocomplete_nested try