mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-02 07:07:18 -04:00
The _path_gen function is no longer run twice (completion is much faster now)
Former-commit-id: 996add6978d32e2a1d72b12352baa682645b3061 [formerly 2ed8b69abf]
Former-commit-id: 2e90025a3d6aaba8ff1987cb3731727a15d5b2e4
This commit is contained in:
@@ -47,4 +47,4 @@ _sshyp_completions() {
|
|||||||
|
|
||||||
esac
|
esac
|
||||||
} &&
|
} &&
|
||||||
complete -F _sshyp_completions sshyp && _path_gen
|
complete -F _sshyp_completions sshyp
|
||||||
|
|||||||
Reference in New Issue
Block a user