Chrysostomus / manjaro-zsh-config

Zsh configuration package for manjaro
MIT License
124 stars 52 forks source link

Several bug fixes and improvements for `/root/.zshrc` #32

Closed romkatv closed 2 years ago

romkatv commented 2 years ago

While debugging #30 I noticed that root's zsh leaks red foreground and doesn't understand comments:

image

Here the first 3 red lines is the command I've typed. export LESS=-r is the output of tail. Note that both of these are red. And then there is "bad pattern" error due to a comment in my command.

Also, my Home and End keys didn't work. I've fixed these issues and a few more that I noticed in the same file.

pheiduck commented 2 years ago

Patch is applied here: https://gitlab.manjaro.org/packages/community/manjaro-zsh-config/-/tree/patch-32 for testing, until merged.

Chrysostomus commented 2 years ago

Thank you!

yochananmarqos commented 2 years ago

0.22-1 is now pushed to the unstable branch.