Browse Source

fix ls alias

pull/1/head
10sr 12 years ago
parent
commit
bf0157e7a1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      bashrc

+ 2
- 2
bashrc View File

@@ -71,9 +71,9 @@ echo
# some aliases and functions

test "$TERM" == dumb || _coloroption=" --color=always"
iswindows || _timeoption=" --time-style=long-iso"

alias ls="ls -hCF${_coloroption}"
iswindows || alias ls="ls --time-style=long-iso"
alias ls="ls -hCF${_coloroption}${_timeoption}"
# export GREP_OPTIONS=""
alias grep="grep -n${_coloroption}"
# alias ll="ls -l"


Loading…
Cancel
Save