zsh and shell colors
Hi Kenneth,
I find your shell very productive with all these colors while you type and also in the command results, how did you do it? I see you use zsh but I have no idea about how to configure the shell colors.
Thank you and congratulations for the site, I can't wait for the next lessons.
Sorry You must be a logged in, registered user to answer a question.
Answers
I'm using an oh-my-zsh theme named "minimal". For the highlighting of commands and such, I have a plugin installed called "zsh-syntax-highlighting". I highly recommend the "zsh-history-substring-search" plugin, too, as it lets you search your history for previous lines that start with the existing content of the current command.
Thank you very much Kenneth