There's a fad going on right now around optimizing your shell startup time.
If you're a fish user this is how you profile your interactive shell:
```
fish --profile-startup /tmp/fish.profile -i -c exit
```
My shell starts in 0.1 seconds, while I can shave some time off that the returns are already diminished.