Skip to content

Commit

Permalink
[bashrc] Fix setting window title in gnome-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
brantb committed Aug 2, 2012
1 parent 68980c0 commit c146ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ _set_git_prompt_string() {
fi
}
_set_title() {
printf "\033]2$1\033\\"
echo -ne "\033]2;$1\007"
}

# Paths and environment variables for non-interactive shells
Expand Down

0 comments on commit c146ed6

Please sign in to comment.