Added time-style format to bashrc

This commit is contained in:
jond
2018-09-08 14:36:02 -05:00
parent 7fbec71d0a
commit b85b1f74e4
10 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ fi
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 --time-style=long-iso --color' 2>/dev/null
alias l='ls -lh --color --time-style=long'
alias ll='ls -lah --color --time-style=long'
alias p='ping'