Open offlinemark opened 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.
config.fish
-N
https://github.com/jorgebucaran/hydro/blob/d4c107a2c99d1066950a09f605bffea61fc0efab/conf.d/hydro.fish#L68
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