Eric Nielsen
Eric Nielsen
I see this on your zprofile: ``` sudo -n loadkeys ${XDG_DATA_HOME:-$HOME/.local/share}/larbs/ttymaps.kmap 2>/dev/null ``` And there's much more going on in your startup files than just setting up Zim, so it...
@Bananaman, great point on the `rc` in the filename! I should have considered changing the name [when Zim 1.0 was released](https://github.com/zimfw/zimfw/pull/323). EDIT: Or maybe `.zimrc` can be interpreted as the...
An ideia for a Zim version 2.0 would be to allow users to define everything in their `.zshrc` file. I think the necessity to keep the module definitions and configurations...
You're correct in your current ideas about `.zimrc`. The action that compiles the `init.zsh` from `.zimrc` is `zimfw build` (which is also internally called in other actions -- check `zimfw...
Ideally, this should be fixed in the docker installation itself. For example, it's not standard for Docker for macOS. See https://github.com/docker/for-mac/issues/1948 Which package are you installing, @DoTheEvo?
At least the installation should give you a directory with a file named `_docker`, so you can add that to your `fpath`. Do you get that with the official docker...
Yes, Homebrew symlinks all completions in `/usr/local/share/zsh/site-functions`, so the fpath is still kept short. EDIT: It follows this advice from https://github.com/zsh-users/zsh-completions/blob/master/CONTRIBUTING.md#including-completion-functions-in-upstream-projects > Ideally, arrange for the project's build system to...
[As commented](https://github.com/zimfw/zimfw/pull/323#issuecomment-571295544) by @PatTheMav: @AtomicCoding Yeah if I'm not mistaken that kind of dynamic loading isn't really possible with new `zim` anymore as the module configuration is transpiled into an...
@AtomicCoding, moved the discussion to a new issue. Also, as a side comment, I see your're using @PatTheMav's minimal prompt that is hosted in the zimfw organization. @PatTheMav, just thinking...
@protist, the [Completion and expansion](http://zsh.sourceforge.net/Guide/zshguide06.html#l145) title in Chapter 6 of the Z-Shell Guide has: > % ls > filename1 > % ls filex > Move the cursor to the `x`...