Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Wine: do not use intelligent Git prompt
Browse files Browse the repository at this point in the history
Kirill said it's too slow with Wine, and I agree.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Dec 22, 2010
1 parent a7dcdb6 commit be9fc98
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion etc/profile
Expand Up @@ -147,9 +147,16 @@ esac


. /git/contrib/completion/git-completion.bash
PS1='\[\033]0;$MSYSTEM:\w\007
if test -z "$WINELOADERNOEXEC"
then
PS1='\[\033]0;$MSYSTEM:\w\007
\033[32m\]\u@\h \[\033[33m\w$(__git_ps1)\033[0m\]
$ '
else
PS1='\[\033]0;$MSYSTEM:\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
fi

# set default options for 'less'
export LESS=-FRSX
Expand Down

0 comments on commit be9fc98

Please sign in to comment.