bash: fix last rc in prompt

This commit is contained in:
Loic Nageleisen 2013-12-20 15:44:04 +01:00
parent d4b90d1df8
commit 6c74dc0167
3 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,6 @@ if [ "$TERM_PROGRAM" == "Apple_Terminal" ] && [ -z "$INSIDE_EMACS" ]; then
local PWD_URL="file://$HOSTNAME${PWD//$SEARCH/$REPLACE}"
printf '\e]7;%s\a' "$PWD_URL"
}
PROMPT_COMMAND="update_terminal_cwd; $PROMPT_COMMAND"
fi
set_term_title() {