mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-11 12:15:47 +00:00
Fix lll on MacOS.
This commit is contained in:
parent
19f325db4c
commit
57b1404c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,5 +28,5 @@ if [[ "$OSTYPE" != darwin* ]]; then
|
||||||
else
|
else
|
||||||
# MacOS aliases
|
# MacOS aliases
|
||||||
alias ll='ls --color=auto -l'
|
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
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue