Changed date format on ls aliases (l and ll)

This commit is contained in:
jomido
2018-08-24 14:14:48 -05:00
parent bd9efcb12e
commit 7fbec71d0a
9 changed files with 10 additions and 10 deletions

View File

@@ -20,8 +20,8 @@ export LESS='-C -F -M -I -j 5 -R -# 4'
# User specific aliases and functions
alias l.='ls -lh --color' 2>/dev/null
alias l='ls -lh --color'
alias ll='ls -lh --color'
alias l='ls -lh --color --time-style=long'
alias ll='ls -lah --color --time-style=long'
alias p='ping'
alias s='sudo'
alias dmesg='dmesg -H'