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
Actually...
I didn't pay a lot of attention when reporting that: I just deleted all aliases from my db to fix the problem, and the fortune was the obvious breakage.
But looking at the code now, it looks broken in another way: Fish alias output doesn't include a = sign, so it would just be e.g.:
alias emacs 'TERM=xterm-24bits emacs -nw --foo=bar'
alias k kubectl
(Fish allows setting them both ways though: both alias k=kubectl and alias k kubectl work)
Urgh, it's still sometimes broken now: some ASCII art contains =...
I guess maybe it could redirect the alias output to a file and read that? But that seems like a lot of effort 😞
I don't really mind having to turn off the script for the initial import, and I (only just) figured out I can just atuin dotfiles alias delete those stray "aliases", instead of messing with the database.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref #1953
Added a test case and fix
cc @rigrig, does this resolve the issue for you?
Checks