diff options
| author | 2023-09-07 08:59:13 -0400 | |
|---|---|---|
| committer | 2023-09-07 08:59:13 -0400 | |
| commit | 6af77f8827c52418c17aed8cd5cb50012e77fe85 (patch) | |
| tree | 3da60c4ff73926c8120156473c58950ee940cf3d /dot_local/lib/sh | |
| parent | lsd: update theme system for 1.0.0 (diff) | |
sh: add eza
Diffstat (limited to 'dot_local/lib/sh')
| -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' |
