-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Significantly slower to source paths to a different directory #92
Comments
Oh, ah!
(Changed |
OJFord
changed the title
Significantly slower during config.fish than in a running shell?
Significantly slower to source a path with interpolated env var
Nov 3, 2020
Which of course you'd think could only be a
I don't understand this..! |
Ah, of course.. 🤦 - it's not that there's a variable interpolated, it's that it's an absolute path:
|
OJFord
changed the title
Significantly slower to source a path with interpolated env var
Significantly slower to source an absolute path vs. relative
Nov 3, 2020
Wrong again..! It seems to be the presence of forward slashes, not necessarily that it's at the beginning (an absolute path). |
OJFord
changed the title
Significantly slower to source an absolute path vs. relative
Significantly slower to source paths to a different directory
Nov 3, 2020
OJFord
added a commit
to OJFord/dotfiles
that referenced
this issue
Nov 3, 2020
OJFord
added a commit
to OJFord/dotfiles
that referenced
this issue
Nov 13, 2020
OJFord
added a commit
to OJFord/dotfiles
that referenced
this issue
Nov 14, 2020
OJFord
added a commit
to OJFord/dotfiles
that referenced
this issue
Nov 14, 2020
OJFord
added a commit
to OJFord/dotfiles
that referenced
this issue
Nov 17, 2020
OJFord
added a commit
to OJFord/dotfiles
that referenced
this issue
Apr 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm hesitant to even open this, because I really don't understand what or how is happening, but it's really repeatable and badly affects my terminal start time:
With a
time bass source .profile
in myconfig.fish
:Why is it so much slower when invoked from
config.fish
? Sure, there's other stuff in there, but it's only thebass source
that I'm timing, as the combination offish
&head
outputs show.The text was updated successfully, but these errors were encountered: