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 fixes #1186

Merged
merged 4 commits into from
Feb 3, 2024
Merged

Fish fixes #1186

merged 4 commits into from
Feb 3, 2024

Conversation

yump
Copy link
Contributor

@yump yump commented Feb 3, 2024

Doing a git-diff of my ~/.config/fish/ (on the host) , I found some mysterious additions to fish_variables (SHELL, UID, MARONNE). Thanks to the unique string "MARONNE", I was able to track down the culprit: an /etc/fish/conf.d/config.fish written (seven times) by distrobox-init.

"MARONNE" seems most likely to be the result of a find/replace with clipboard contents? The command that sets it is otherwise the same as the previous line.

And then I searched for "fish" in the bug tracker to see if this had been reported already, and found #1115, so I fixed that too.

yump added 4 commits February 2, 2024 21:05
And since we no longer need to preserve existing contents, overwrite
instead of append.
Otherwise they wind up in $XDG_CONFIG_HOME/fish/fish_variables and
pollute the environment on the host.
@89luca89
Copy link
Owner

89luca89 commented Feb 3, 2024

Thanks a lot @yump yes that was a debug string leftover 😅 thanks for the PR!

@89luca89 89luca89 merged commit 842271b into 89luca89:main Feb 3, 2024
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.

2 participants