Browse Source

fix PROMPT_COMMAND

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

+ 1
- 1
bashrc View File

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

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


Loading…
Cancel
Save