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'
|
export LESS='-C -F -M -I -j 5 -R -# 4'
|
||||||
|
|
||||||
# User specific aliases and functions
|
# 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 l='ls -lh --color --time-style=long'
|
||||||
alias ll='ls -lah --color --time-style=long'
|
alias ll='ls -lah --color --time-style=long'
|
||||||
alias p='ping'
|
alias p='ping'
|
||||||
|
|||||||
Submodule vim/.vim/bundle/calendar.vim updated: 1aee272cc3...f27fcf52c8
Submodule vim/.vim/bundle/jedi-vim updated: 48af2afd3e...9a4a4f4074
Submodule vim/.vim/bundle/lightline.vim updated: 78c43c1446...0532dff598
Submodule vim/.vim/bundle/nerdtree updated: a0e49c9b11...d6032c876c
Submodule vim/.vim/bundle/syntastic updated: 2c02edd174...0dde090ed4
Submodule vim/.vim/bundle/targets.vim updated: c1732189c9...c3042dc18a
Submodule vim/.vim/bundle/vim-fugitive updated: 409b098c93...a8626a4ca4
Submodule vim/.vim/bundle/vim-surround updated: e49d6c2459...aa1f120ad3
@@ -29,7 +29,7 @@ set fileformat=unix
|
|||||||
hi cursorline cterm=none term=none ctermbg=236
|
hi cursorline cterm=none term=none ctermbg=236
|
||||||
set cursorline
|
set cursorline
|
||||||
" vertical column at 79 so you know when to wrap
|
" vertical column at 79 so you know when to wrap
|
||||||
set colorcolumn=79
|
"set colorcolumn=79
|
||||||
|
|
||||||
"enable relative line numbers
|
"enable relative line numbers
|
||||||
"set number relativenumber
|
"set number relativenumber
|
||||||
|
|||||||
Reference in New Issue
Block a user