diff options
| author | Zach Smith <zsmith@newhopechurch.tv> | 2025-06-30 09:37:16 -0500 |
|---|---|---|
| committer | Zach Smith <zsmith@newhopechurch.tv> | 2025-06-30 09:37:16 -0500 |
| commit | 7a786c70650e6bd2b40301737cc8956842f61fc7 (patch) | |
| tree | 704a7bdd01e03e4249d867be14f1f9e57ca9a908 | |
| parent | 5d19591cc90783791a1046fdab801c0e8d7f9158 (diff) | |
Add ls eza alias for Darwin
| -rw-r--r-- | sh/aliases | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ case `uname -s` in #alias ls="ls -h $COLOR_FLAGS_GNU" alias ls="eza" ;; + "Darwin") + alias ls="eza --color" + ;; esac alias ll='ls -l' alias lt='ls -l --total-size' |
