summaryrefslogtreecommitdiff
path: root/dot_local/lib/sh/eza
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-09-07 08:59:13 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-09-07 08:59:13 -0400
commit6af77f8827c52418c17aed8cd5cb50012e77fe85 (patch)
tree3da60c4ff73926c8120156473c58950ee940cf3d /dot_local/lib/sh/eza
parentlsd: update theme system for 1.0.0 (diff)
sh: add eza
Diffstat (limited to 'dot_local/lib/sh/eza')
-rw-r--r--dot_local/lib/sh/eza8
1 files changed, 8 insertions, 0 deletions
diff --git a/dot_local/lib/sh/eza b/dot_local/lib/sh/eza
new file mode 100644
index 0000000..f573e10
--- /dev/null
+++ b/dot_local/lib/sh/eza
@@ -0,0 +1,8 @@
+. hascmd eza || return
+alias ls=eza
+alias l='eza -l'
+alias ll='eza -l'
+alias la='eza -a'
+alias lla='eza -la'
+
+alias tree='eza -T'