diff options
| author | zsmith <zsmith@newhopechurch.tv> | 2026-04-13 09:05:47 -0500 |
|---|---|---|
| committer | zsmith <zsmith@newhopechurch.tv> | 2026-04-13 09:05:47 -0500 |
| commit | 4a964adf88f8a1a8b54ecd2582860d351a074bf1 (patch) | |
| tree | 6580647b5a74a8f20dee62096bc45f44842e7c1d /sh | |
| parent | e668e8eb29215b2ba2beb873dc85670d13ecfe50 (diff) | |
| parent | 2418ffd3d74dde0de4487c310acc6f111f0fbe4c (diff) | |
Merge branch 'master' into macmac
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ esac alias ll='ls -l' alias lt='ls -l --total-size' alias lts='ls -l --total-size --sort size --reverse' +alias lta='ls -la --total-size --sort size --reverse' alias la='ls -a' alias lla='ls -la' alias lb='lsblk' |
