hab25
hab25
`prezto`'s usage of `compinit -C` can cause hard-to-debug problems for its users, as explained by [this](https://github.com/romkatv/zsh-bench/tree/e43d9fe72a58c87f090e929ca0e083c653247dc8#cutting-corners:~:text=zim%20isn%27t%20the,low%20latency%20goals.) and [this](https://github.com/romkatv/zsh-bench/tree/e43d9fe72a58c87f090e929ca0e083c653247dc8#cutting-corners:~:text=Another%20dangerous%20optimization,completions%20don%27t%20work.) highlight of a very insightful analysis from [zsh-bench](https://github.com/romkatv/zsh-bench/tree/e43d9fe72a58c87f090e929ca0e083c653247dc8).
### Description completion does not work when: ```nix with programs.zsh; enableCompletion && ( (prezto.enable && !(builtins.elem "completion" prezto.pmodules)) || oh-my-zsh.enable # and no oh-my-zsh plugins that provide completion ) ```...
Consider a use case where we are: - installing, with nix, multiple tools for our development environment - pinning nixpkgs as described in https://nix.dev/tutorials/towards-reproducibility-pinning-nixpkgs . - using this same nix...
I.e. in `.zshrc`, using ```zsh zstyle ':z4h:direnv' enable 'yes' # Show "loading" and "unloading" notifications from direnv. zstyle ':z4h:direnv:success' notify 'yes' ``` instead of ```zsh eval "$(direnv hook zsh)" ```...
**Is your feature request related to a problem? Please describe.** I sometimes want to go back to old data which at the time of copying it I didn't know I...
From `man journalctl`, DESCRIPTION section: > If one or more match arguments are passed, the output is filtered accordingly. A match is in the format "FIELD=VALUE", e.g. "_SYSTEMD_UNIT=httpd.service", referring to...
Reproduce: ``` ❱ fish --no-config hab25@pop-os ~> abbr abc def hab25@pop-os ~ [127]> abc true Command 'abc' not found, did you mean: ... ``` Note: the output of the second...
### What did you expect to happen? I expected my echo/minibuffer shared area to not be distracting me with flashes caused by face changes. ### What actually happened? In my...
**Is your feature request related to a problem? Please describe.** I dislike losing data. [^1] [^1]:This dislike will grow further as I find more opportunities to integrate my data with...
When running `setup.sh` and `scale-up.sh` before having run `scale-down.sh`, one gets the below warning multiple times at different points in time of execution of these scripts. These warnings stop after...