Added time-style format to bashrc
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user