#For those of you using Zsh or Oh My Zsh
1 messages · Page 1 of 1 (latest)
autosuggestions and syntax highlighting are necessities. I find shell autocompletions (e.g. zsh-autocomplete) to be often too sluggish for my taste
plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting)
(nothing in here dagger specific)
Thanks! this is the kind of fancy stuff I always see in demos and presentations!
Someone (else 😆) should make a small Dagger plugin
dc -> dagger call
dci -> dagger call -i
dcim -> dagger call -i -m etc
Much like the git plugin is just a ton of useful aliases
@merry fern I notice you have two syntax highlighting plugins in that list - are there specific use cases where one or the other is better?
ah, i believe I was testing both and left that in there. You should only need one or the other. Probably fast-syntax-highlighting is better
This is a great idea. What else would you include?
I started drafting this.