diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
| commit | 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch) | |
| tree | 3009f0564d75e3f7d1ca38507e7ebb92deaded07 /articles/2025/Thoughts-on-zsh.html | |
update
Diffstat (limited to 'articles/2025/Thoughts-on-zsh.html')
| -rwxr-xr-x | articles/2025/Thoughts-on-zsh.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/articles/2025/Thoughts-on-zsh.html b/articles/2025/Thoughts-on-zsh.html new file mode 100755 index 0000000..b0d1af6 --- /dev/null +++ b/articles/2025/Thoughts-on-zsh.html @@ -0,0 +1,40 @@ +<!doctype html> +<html lang="EN"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/style.css"> + <title>Thoughts on zsh</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/index.php">Back</a> + + </header> + +<main> +<article> +<h2>Thoughts on zsh</h2> +<h3>2025-06-22</h3> +<h4>do I need it?</h4> +<p>I kinda figured out that although youtubers attempt to make you feel a has-been if +you don't use all the bells and whistles that come with zsh, that Bash does everything I need, and I can extend it if needed.</p> +<p>Minimalism might be my aim, but it's not a do of die mantra, even so zsh appears rather flash and with esoteric possibilies that I will never use.</p> +<p>I'm also keeping my bash scripts, there seems to be little point in making them reliant on some other shell.</p> +<p>There are also a number of things that can improve your bash "experience" like Blesh - <a href="https://github.com/akinomyoga/ble.sh">Bash Line Editor</a></p> +<p>So I'm sticking to Bash for now.</p> +<p>Edit: after adding blesh I found that Midnight Commander (mc) took a few seconds to start, I fixed it with an alias:</p> +<code>alias mc="mc --nosubshell"</code> +<p>Re-Edit: sometimes typing in the termnal was non responsive, I got annoyed after a while and removed Blesh from .bashrc</p> +<p>Turns out simple is best, who would have thought it?</p> + </article> +</main> +<footer> + + <p> </p> + + <p>ยง</p> + </footer> +</body> +</html> |
