Welcome to the first post 0.1.0 release! zvm
v0.1.2 is all about providing you with more options. Now, you'll find a new settings.json
file in your .zvm
folder. This is your playground. Mess it up, fuck around. And if you want to start fresh just delete and re-run zvm. As more settings are added more work will go into making it a meaningful addition that'll let you totally customize your ZVM experience. Right now though, it just lets you toggle CLI colors.
{
"useColor": false
}
You can also just toggle it from the command line:
Turn on Colors
zvm --yescolor
or zvm --yescolour #British English spellings are included for each color command because why not 🤷♂️
Turn off colors
zvm --nocolor
or zvm --nocolour
Toggle color:
zvm --color
or zvm --colour
This feature was created to address an issue on my color library. While I work on that, this will work for you!
Thanks Danyil!
Got any other issues or bugs? Please make an issue here on GitHub. zvm
tracks no analytics or system information so every report helps!
Full Changelog: v0.1.0...v0.1.1