jorgebucaran / hydro

Ultra-pure, lag-free prompt with async Git status—just for Fish
MIT License
697 stars 53 forks source link

hydro sources entire fish config on every prompt #42

Open offlinemark opened 1 year ago

offlinemark commented 1 year ago

Hi - I noticed that my config.fish was being sourced every time I hit enter and PWD was a git repo. This can slow down one's prompt. I believe the below line is missing a -N to suppress config loading.

https://github.com/jorgebucaran/hydro/blob/d4c107a2c99d1066950a09f605bffea61fc0efab/conf.d/hydro.fish#L68