From 2ed8b69abf7bb2049389cc9ca7a2f14e63769305 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) --- 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