Spyke

Replies

Comment on

D or d come on

Reply in thread

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?

Comment on

Solving programming exercises

Something I've been trying to cultivate is the ability to "externalize" my thoughts (even if it's just to myself). Like, more of a process-oriented approach. it's so easy to bang out some code that works, but sometimes I look back at what I wrote and think "how did I wind up here"

Comment on

The case for nushell

Reply in thread

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...

Comment on

D or d come on

Reply in thread

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

You reached the end