mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-09 12:05:46 +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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue