Fix lll on MacOS.

This commit is contained in:
Doncho Gunchev 2024-05-14 10:54:50 +03:00
parent 19f325db4c
commit 57b1404c0e

View file

@ -28,5 +28,5 @@ if [[ "$OSTYPE" != darwin* ]]; then
else
# MacOS aliases
alias ll='ls --color=auto -l'
alias lll='ls --color=auto -Al -D "+%Y-%m-%d %H:%M:%S %4Z"'
alias lll='ls --color=auto -Al -D "%Y-%m-%d %H:%M:%S %Z"'
fi