You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! Firstly, this is an awesome program. For some context, I've recently decided to upgrade my Zsh configuration (MacOS), along with installing Zinit, it's essentially a default barebones configuration.
When testing, I've noticed that having eval $(thefuck --alias) in my .zshrc increases the start time by roughly 110ms. I know that doesn't sound like a lot, however, this triples the startup time, and is extremely unusual. And for reference, initializing both Starship and Zoxide only adds ~20ms.
Not a major issue, just an unreasonable overhead which definitely should not be caused here. Hopefully someone knows how to optimize it.
That's all, to anyone reading this: have a good day.
The text was updated successfully, but these errors were encountered:
Hi all! Firstly, this is an awesome program. For some context, I've recently decided to upgrade my Zsh configuration (MacOS), along with installing Zinit, it's essentially a default barebones configuration.
When testing, I've noticed that having
eval $(thefuck --alias)
in my .zshrc increases the start time by roughly 110ms. I know that doesn't sound like a lot, however, this triples the startup time, and is extremely unusual. And for reference, initializing both Starship and Zoxide only adds ~20ms.Not a major issue, just an unreasonable overhead which definitely should not be caused here. Hopefully someone knows how to optimize it.
That's all, to anyone reading this: have a good day.
The text was updated successfully, but these errors were encountered: