DEV Community

Discussion on: Customize Git Bash shell

Collapse
 
tmomoh profile image
T-Momoh

Hi Bilkoor, I ran the following lines:

lines omitted

if test -f ~/.config/git/git-prompt.sh
then
. ~/.config/git/git-prompt.sh
else
# lines omitted
fi

and got the response:
bash: syntax error near unexpected token `fi'

Can you help with this please?