diff options
Diffstat (limited to 'dot_local/lib/sh/eza')
| -rw-r--r-- | dot_local/lib/sh/eza | 8 |
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' |
