noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: 837759b84327fbe51a8ff442f87ca08ff6b4ddf3
parent: 3128135aa4bc9982f98947f80888c82daaa801cb
author: Chris Noxz <chris@noxz.tech>
date:   Wed, 9 Oct 2019 20:29:53 +0200
Fix some spelling errors
Mnoxz.tech/articles.nobuild/vi_indicator_for_loksh/index.md4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/noxz.tech/articles.nobuild/vi_indicator_for_loksh/index.md b/noxz.tech/articles.nobuild/vi_indicator_for_loksh/index.md
@@ -8,12 +8,12 @@ thought that I could do it myself. I made the implementation quite simple and
 straight forward. When using vi-mode and at the same time having the string
 *'[xxx]'* somewhere in the *PS1* environment variable, the selected mode will
 be indicated between the first *'['* and *']'*. What's between the brackets
-will act as placeholder, which requires the indicators too be of the same size.
+will act as placeholder, which requires the indicators to be of the same size.
 
 {: class="center"}
 ![](usage.png)
 
-I've my own fork of (lo)ksh in my repositories together with the
+I have my own fork of (lo)ksh in my repositories together with the
 [commit](https://noxz.tech/git/loksh-noxz/commit/5ce539cb503ec38cd7f198c00a27744d12da75b4.html).
 Feel free to use it. I also have a patch available
 [here](loksh-viprompt-20190502-774e6d2.patch).