소스 검색

unexport PS1

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

+ 2
- 1
bashrc 파일 보기

@@ -33,7 +33,8 @@ null ls --version && alias with_coreutils=true

#################################

export PS1 # PS1 is defined later
# PS1 is defined later, unexport PS1
export -n PS1
# PROMPT_COMMAND=prompt_function
if false iswindows
then


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