Skip to content
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

fish: fix base16-fish causing startup issues with tmux #503

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

donovanglover
Copy link
Contributor

Upstream issue: tomyun/base16-fish#7

Closes #488

Tested and works as expected

@danth danth enabled auto-merge (squash) August 11, 2024 19:58
@danth danth merged commit 94d7029 into danth:master Aug 19, 2024
10 checks passed
@@ -7,6 +7,7 @@ let
in ''
source ${theme}

# See https://github.com/tomyun/base16-fish/issues/7 for why this condition exists

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think ideally the reasoning is written out in text here. What if the project eventually gets migrated off of Github or if Github goes down?

Copy link
Collaborator

@trueNAHO trueNAHO Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think ideally the reasoning is written out in text here.

Do you mean we should inline the explanation rather than delegating to an external source? I also prefer this, but I don't particularly mind in this case.

Feel free to open a PR replacing the comment with a concise and comprehensive summary of the problem.

What if the project eventually gets migrated off of Github

Hopefully, they would kindly link to the new location.

or if Github goes down?

In that case, NixOS might go down for a while 👀

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean we should inline the explanation rather than delegating to an external source?

Yes.

Hopefully, they would kindly link to the new location.

I highly doubt that would happen. Comments age like raw fish.

Anyway, just a suggestion. I probably won't make the effort to update a comment.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If base16-fish disappears / is moved we would have to migrate the entire module to a different solution anyway since users would no longer be able to fetch the flake input

trueNAHO pushed a commit to bddvlpr/stylix that referenced this pull request Aug 31, 2024
Remove the obsolete $base16_theme check which was incorrectly taken from
[1] as $base16_theme is unused in Stylix.

[1]: tomyun/base16-fish#7 (comment)

Closes: danth#538
Fixes: 94d7029 ("fish: fix base16-fish causing startup issues with tmux (danth#503)")
Link: danth#539

Tested-by: Donovan Glover <donovan@dglover.co>
Approved-by: Donovan Glover <donovan@dglover.co>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

foot + tmux + fish = frozen shell
4 participants