Browse Source

unexport PS1

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

+ 2
- 1
bashrc View File

@@ -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


Loading…
Cancel
Save