Results 191 comments of Manuel

@mafredri I like it :) I'd consider storing a copy of the `.envrc.recommended` that was applied (or git hash?) to be able to provide diff. But in the end, I...

Same here, and `/etc/fish/omf/pkg/fish-functions` -> `git remote show origin` shows the correct branch: > HEAD branch: main **EDIT** well... I see this issue covers a bit of a different but...

For anyone who wants to try: ```fish omf channel dev cd $OMF_PATH git remote set-url origin https://github.com/tennox/oh-my-fish.git git pull origin master omf update ```

There is an monkey-patch answer describing how to override the formatting method: https://stackoverflow.com/a/28652362/1633985 which I also put into an npm package (yes, I'm a bit ashamed myself): https://github.com/TeNNoX/chai-formatter-monkeypatch

Still relevant, albeit neither me or the dev or someone else has started working on it 😅 I might, some fine day, but currently I'm busy :/

:+1: Using alias `zc` could also work, like in [autojump](https://github.com/wting/autojump#usage)

From reading your findings I had the hunch that the "fix" is actually to have only one entry in `.gpg-id`. Tried it and that does indeed fix the error :+1:...

I just figured out the solution for my issue causing `missing key for encryption` (not sure if it's actually the same as yours): I had to import all public keys...

@nyarly this issue could thous be re-purposed (or re-opened) to add an API to check available keys, as that's why android-password-store can't do anythin about it: https://github.com/android-password-store/Android-Password-Store/issues/1835#issuecomment-1093263980