Merge pull request #206 from jcrypto/master

fix escapes for terminal title
master
Martin Gondermann 10 years ago
commit ba19c4134d
  1. 2
      gitprompt.sh

@ -554,7 +554,7 @@ function gp_truncate_pwd {
# Sets the window title to the given argument string # Sets the window title to the given argument string
function gp_set_window_title { function gp_set_window_title {
echo -ne "\033]0;"$@"\007" echo -ne "\[\033]0;"$@"\007\]"
} }
function prompt_callback_default { function prompt_callback_default {

Loading…
Cancel
Save