Gabriel Nützi
Gabriel Nützi
Thanks I check again if that is the case
The web browser extension obviously not and the desktop app also not.
The file `tmux.nix` was not formatted obviously. Now it is...
@happenslol : Fully agree with all what you said. I understand @wez for wanting the stuff deleted, however I find it extremely sad when Nix tooling is gone, I am...
Fixed by #165
Hi @giggio : Thats true. We do not yet substitute envvars in the variable. But since we read in all Git config variables at startup anyway (we cache them) we...
See for a possible solution #141
Ah yeah correct. hm... The installer/updater at the moment will always overwrite the variables `githooks.installDir` and `dialog` and `runner`. So if we use #141, you can leave $HOME in the...
Could you use `GITHOOKS_RUNNER` env variable to adjust your custom run wrapper? and set this in your shell etc?
Ok. thanks for sharing the awk snippet. Honestly, I do not favor this approach. All this only to have environment variables subst in some config files: - I think changing...