aboutsummaryrefslogtreecommitdiff
path: root/articles/2025/Eza.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/2025/Eza.html')
-rwxr-xr-xarticles/2025/Eza.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/articles/2025/Eza.html b/articles/2025/Eza.html
new file mode 100755
index 0000000..8709fb3
--- /dev/null
+++ b/articles/2025/Eza.html
@@ -0,0 +1,32 @@
+<!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>Eza</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+
+ </header>
+
+<main>
+<article>
+<h2>Eza</h2>
+<h3>2025-03-24</h3>
+<h4>Eza is a replacement for ls that uses symbols that are found in nerdfonts</h4>
+<p><img src="/images/blog/eza.png"></p>
+<p>I edited my .bashrc to alias ls to eza like so:</p>
+<code>alias ls="eza --icons=always"
+alias ll="eza --icons=always -l"
+alias la="eza --icons=always -la"
+</code>
+<p>Pretty</p>
+</article>
+</main>
+<footer>
+<p>&nbsp;</p><p>ยง</p></footer>
+</body></html>