Fabian Boehm
Fabian Boehm
Oh god no! That just means all kinds of trash get added, and doesn't actually help users. If you want to make "everything" installable, do something like #824 and entirely...
>That's pretty hard to guarantee. I mean, after inclusion. We don't do any version/sha1 lock nor anything else in that regard. I mean, yeah? But even just looking over it...
The issue is here: https://github.com/oh-my-fish/oh-my-fish/blob/0b1396ad7962073fa25615bf03c43b53eddc2d56/pkg/omf/functions/packages/omf.packages.name.fish#L2 Try ```fish echo forgit | sed -E 's/^(omf-)?((plugin|pkg|theme)-)?//;s/.git$//' ``` This will print "fo", because the `.git$` has the `.` as the "one character" metacharacter. It...
What `omf reload` does is re-execute fish. If that makes your $PATH bigger and bigger, then that means you're adding duplicates somewhere. Use the `fish_add_path` helper to add your paths...
Simply start fish with the `^` redirections reenabled: ```fish fish --features no-stderr-nocaret ``` Then do the update.
Unless you can reproduce this with a different theme, this should be reported to barracuda. Unfortunately the author of that has disabled the issue tracker, so I suggest just switching...
>Now fish intends to start to ignore it in v3.0, which will break our use case. It does not. We've _added_ stuff to use instead of IFS, but IFS will...
Last I tried wayland it worked for me, so this appears to be a problem with your setup. Tbh given the state of KDE on wayland you really really really...
Works for me.
So, this is possibly more complicated than it needs to be, and attempts to simplify it are very much welcome. What you currently need to do: - Make your own...