소스 검색

run ~/.prompt.sh in prompt

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

+ 1
- 0
.bashrc 파일 보기

@@ -306,6 +306,7 @@ prompt_function(){ # used by PS1
fi
local svn=$(type svn >/dev/null 2>&1 && safe-cmd __my_svn_ps1 [SVN:%s])
printf "${_MEMO}"
printf "$(test -f ~/.prompt.sh && bash ~/.prompt.sh)\n"
printf " [${c1}${pwd}${cdef}<${c3}${oldpwd}${cdef}]${git}${svn}\n"
printf "${c2}${USER}@${HOSTNAME}${cdef} ${date} ${BASH} ${BASH_VERSION}\n"
printf "shlv:${SHLVL} jobs:${jobnum} last:${lastreturn} "


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