Merge remote-tracking branch 'origin/master'

Conflicts:
	tmux.conf
	vimrc
This commit is contained in:
Eryn Wells 2013-01-07 10:02:47 -08:00
commit ccfc01ef6f
5 changed files with 69 additions and 44 deletions

View file

@ -82,7 +82,11 @@ function set_prompt_info
fi
vcs_info loquacious
[[ -n "$vcs_info_msg_0_" ]] && PS1_REPO="on $vcs_info_msg_0_ "
if [[ -n "$vcs_info_msg_0_" ]]; then
PS1_REPO="on $vcs_info_msg_0_ "
else
PS1_REPO=""
fi
PS1_LINE='%# '
}