#For those of you using Zsh or Oh My Zsh

1 messages · Page 1 of 1 (latest)

merry fern
#

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)

paper shoal
#

Thanks! this is the kind of fancy stuff I always see in demos and presentations!

sage vigil
#

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

paper shoal
#

@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?

merry fern
#

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

paper shoal
#

I started drafting this.