mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-10 20:55:46 +00:00
adjusted time format for lll
This commit is contained in:
parent
57b1404c0e
commit
2cf378980a
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ alias less='less -R'
|
|||
|
||||
if [[ "$OSTYPE" != darwin* ]]; then
|
||||
# long format with ISO dates
|
||||
alias lll='ls --color=auto -Al "--time-style=+%Y-%m-%d %H:%M:%S %4Z"'
|
||||
alias lll='ls --color=auto -Al "--time-style=+%Y-%m-%d %H:%M:%S GMT%z"'
|
||||
|
||||
# color ip route
|
||||
if ip -V | grep '^ip utility, iproute2-.*, libbpf' &>/dev/null; then
|
||||
|
|
@ -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 %Z"'
|
||||
alias lll='ls --color=auto -Al -D "%Y-%m-%d %H:%M:%S GMT%z"'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue