Max Baz
Max Baz
As already mentioned in another thread, I support the reasons for the move, and I disabled `-kp` in my daily usage to find some examples where the experience becomes noticeably...
I like this proposal, let's try!
Hello again 🙂 Was just writing a small script and noticed another example where I think the formatting is arguably worse without `-kp`: ```sh case "$app" in org.qutebrowser.qutebrowser) case $1...
It's also a valid formatting, but choosing between the two, in this particular example where each `case` consists of one line only, I would strongly prefer the formatting in my...
@darthdeus I'm also using this on docker-compose, this is what I've done and it works: 1. Create a new file `traefik-tls.toml` with the following contents (adjust as you want): ```...
Thanks for bringing this to my attention, much appreciated! 👍 This is [a bug in systemd](https://github.com/systemd/systemd/issues/17340), I subscribed to be notified when it is fixed. In my case the issue...
I agree with the problem but I would like to propose an alternative solution to it: how about we keep click-drag-release mode, but allow to correct it? In other words,...
I found that adding `setopt prompt_subst` before sourcing `antigen.zsh` fixes the problem.
FYI this issue is not only related to prezto themes (maybe it is related to `use prezto`?). I switched to [spaceship-zsh-theme](https://github.com/denysdovhan/spaceship-zsh-theme) and I still need to put `setopt prompt_subst` in...
For spaceship-zsh-theme this is proposed to be fixed in the theme itself: https://github.com/denysdovhan/spaceship-zsh-theme/pull/275 Perhaps it's not a problem with antigen, but the problem with other prezto prompts and each of...