From ffccc88a1de7f5244e646b84a375fa667b8b4e92 Mon Sep 17 00:00:00 2001 From: Randall Date: Sun, 4 Sep 2022 14:55:39 -0400 Subject: [PATCH] The _path_gen function is no longer run twice (completion is much faster now) Former-commit-id: 996add6978d32e2a1d72b12352baa682645b3061 [formerly 2ed8b69abf7bb2049389cc9ca7a2f14e63769305] Former-commit-id: 2e90025a3d6aaba8ff1987cb3731727a15d5b2e4 --- extra/sshyp-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/sshyp-completion.bash b/extra/sshyp-completion.bash index 4fd34cb..c77a12e 100755 --- a/extra/sshyp-completion.bash +++ b/extra/sshyp-completion.bash @@ -47,4 +47,4 @@ _sshyp_completions() { esac } && -complete -F _sshyp_completions sshyp && _path_gen +complete -F _sshyp_completions sshyp