Browse Source

do not export PROMPT_COMMAND

pull/1/head
10sr 11 years ago
parent
commit
278c66793d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

@@ -630,7 +630,7 @@ __my_set_title(){
;;
esac
}
export PROMPT_COMMAND="__my_set_title \${USER}@\${HOSTNAME}\ \${PWD}"
PROMPT_COMMAND="__my_set_title \${USER}@\${HOSTNAME}\ \${PWD}"

# copied from https://wiki.archlinux.org/index.php/X_resources
invader(){


Loading…
Cancel
Save