bnjmn
joined 1 year ago
Hmm, it didn't "just work" for me. I had to set it up recently:
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
That line needs to go in .zshrc. Maybe it's enabled by default with oh-my-zsh?
I feel you on this. I recently switched to fish, and have one or two .fish
scripts that don't really "do" anything. Everything else remotely important is still in bash, and I'll probably keep it that way
Maybe somewhere down the line...
Can’t live without oh-my-zsh, powerlevel10k and zsh autocomplete/autosuggestions plugins. It’s the first thing I install whenever I’m on a new computer.
I run this exact same setup, it's pretty much a prereq on a fresh install. I wonder if we've all been exposed to the same blog articles
I tend to always install both of them together too! Which makes it a little hard to know where things are coming from. This time I decided to start from scratch, so certain aspects of the config are still salient in my mind