소스 검색

update ls alias

pull/1/head
10sr 12 년 전
부모
커밋
7f586fabe8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      bashrc

+ 3
- 3
bashrc 파일 보기

@@ -70,10 +70,10 @@ echo
###################################
# some aliases and functions

iswindows || test "$TERM" == dumb || _coloroption=" --color=always"
test "$TERM" == dumb || _coloroption=" --color=always"

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


불러오는 중...
취소
저장