Browse Source

fix indent

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

+ 2
- 2
bashrc View File

@@ -914,6 +914,6 @@ __my_set_title(){
echo -n -e "\033]0;${title}\007"
;;
esac
}
PROMPT_COMMAND="__my_set_title \${USER}@\${HOSTNAME}\:\${PWD};
}
PROMPT_COMMAND="__my_set_title \${USER}@\${HOSTNAME}\:\${PWD};
__my_set_screen_title \$(basename \"\$PWD\")/"

Loading…
Cancel
Save