Eric Nielsen
Eric Nielsen
I've just released version 1.13.0 with two new zmodule options that make it easier to do what is being proposed here: the `--if-command` option, and the `mkdir` tool which creates...
Hi @dannysteenman. The code above defining, using and undefining zmodule-eval should be in your .zimrc instead.
Hi @fschlegelone. Currently, zimfw: 1. expects the `zimfw.zsh` file to live in `${ZIM_HOME}` 2. ~is not intended to be installed as an autoloadable function~ For installing zimfw with a package...
Hi. I've changed the code in the [use-home-in-init-zsh](https://github.com/zimfw/zimfw/tree/use-home-in-init-zsh) branch to generate the init.zsh file with `${HOME}` instead of the resolved path. I've run our benchmarks in my local Intel MacBook...
Didn't have the change to come back to this, but I tend to agree that it's better to keep the `${HOME}` variable unresolved in the init.zsh so it's more friendly...
The results of the benchmark in the GitHub Actions machine is in: https://github.com/zimfw/zsh-framework-benchmark/actions/runs/9291824609/job/25571266253 framework | mean | stddev | min | max -- | -- | -- | -- |...
@markfaine, I just realized this conflicts with #486. How are we going to allow a machine to have just one init.zsh script that can be sourced by different users if...
Fair enough, I agree this is a good convention: * If ${ZIM_HOME} is under ${HOME}, then generate init.zsh with ${HOME} unexpanded, as request in this issue. This assumes the init.zsh...
Just released zimfw v1.14.0 with this fix.
I fixed this in my fork: https://github.com/ericbn/vim-solarized Using `bg_base02` (same used by `LineNr`) instead of `bg_base03`.