diff options
| author | zsmith <zsmith@newhopechurch.tv> | 2026-04-28 15:15:47 -0500 |
|---|---|---|
| committer | zsmith <zsmith@newhopechurch.tv> | 2026-04-28 15:15:47 -0500 |
| commit | cbf55db78d24e2cfeec744b0757c6e444682109c (patch) | |
| tree | 47cad8a1eb5b4ade20c7f62d0b1ca3350acb375a | |
| parent | 4a964adf88f8a1a8b54ecd2582860d351a074bf1 (diff) | |
| parent | 2e87c13f0bf9e60c9917762c64619d4d2e1dc238 (diff) | |
Merge branch 'master' into mac
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | sh/aliases | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -88,7 +88,7 @@ guitarix/ hammerspoon/Spoons/ Hellbeast v2/ Hellbeast v2.settings -htop/htoprc +htop/ ibus/ icedtea-web/ inkscape/ @@ -143,6 +143,7 @@ mgba/ micro/buffers/ mimeapps.list minigalaxy/ +miopen/ mixbus9/ mksh/history modprobed.db @@ -20,6 +20,7 @@ case `uname -s` in "Linux") #alias ls="ls -h $COLOR_FLAGS_GNU" type eza >/dev/null && alias ls="eza" + alias ls="ls --color" ;; "Darwin") type eza >/dev/null && alias ls="eza --color" |
