zimfw / completion

Enables and configures smart and extensive tab completion.
MIT License
37 stars 10 forks source link

Read ssh hosts from config.d/* #5

Closed rjcoelho closed 4 years ago

rjcoelho commented 4 years ago

Because I "Include config.d/*" on my .ssh/config file. Code was taken from prezto

Also omit checking for new functions for 20h on compinit, basically we check once a day. Code also taken front prezto but may need review. I ran zprof and saw compinit was the top one. Startup time drop from .06s to .04s.