소스 검색

use USER instead of USERNAME

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

+ 1
- 1
.bashrc 파일 보기

@@ -113,7 +113,7 @@ prompt_function(){ # used by PS1
type __git_ps1 >/dev/null 2>&1 && local gitb=$(__git_ps1 GIT:%s)
type git >/dev/null 2>&1 && local git="[${gitb}]"
printf " [${c1}${pwd}${cdef}]${git}\n"
printf "${c2}${USERNAME}@${HOSTNAME}${cdef} ${date} ${BASH} ${BASH_VERSION}\n"
printf "${c2}${USER}@${HOSTNAME}${cdef} ${date} ${BASH} ${BASH_VERSION}\n"
printf "jobs:${jobnum} last:${lastreturn} "
}



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