shellder icon indicating copy to clipboard operation
shellder copied to clipboard

Let the each color of shellder be configurable

Open simnalamburt opened this issue 7 years ago • 5 comments

I want the all colors which compose shellder to be fully configurable.

simnalamburt avatar Nov 09 '16 06:11 simnalamburt

Is there any chance of this still happening?

jemag avatar Feb 24 '19 14:02 jemag

@jemag Actually, if you're using ZSH, you can configure it https://github.com/simnalamburt/shellder/blob/6c26828cee6cc37e5c7dca2b548a536ead643b65/shellder.zsh-theme#L11-L26

If you're using fish, it's still hard-coded.

simnalamburt avatar Feb 24 '19 15:02 simnalamburt

thanks for the info. Unfortunately I am using fish. I can replace the colors within your theme but as soon as I update with fisher it will all be lost.

I guess I could just add your theme without fisher.

jemag avatar Feb 24 '19 15:02 jemag

It's been a while since I stopped using fish, but as far as I remember it is possible. Just try to overwrite ~/.config/fish/functions/fish_prompt.fish with https://github.com/simnalamburt/shellder/blob/master/fish_prompt.fish

Of course, the best practice is to refactor fish_prompt.fish to use environment variables. PR is always welcomed.

simnalamburt avatar Feb 24 '19 15:02 simnalamburt

Thanks for the info. I actually just started using fish yesterday and your plugin seemed like the best lightweight equivalent of what I had on zsh.

Maybe once I get more familiar with the whole fish customization I will look into the PR

jemag avatar Feb 24 '19 15:02 jemag