From 6af77f8827c52418c17aed8cd5cb50012e77fe85 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Thu, 7 Sep 2023 08:59:13 -0400 Subject: sh: add eza --- dot_local/lib/sh/eza | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dot_local/lib/sh/eza (limited to 'dot_local') 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' -- cgit v1.2.3