From f8d4d3911b707b7b3713bd063de74660e1027ce4 Mon Sep 17 00:00:00 2001 From: Maksim Rakitin Date: Fri, 19 Oct 2018 10:11:10 -0400 Subject: [PATCH] DOC: update installation/configuration instructions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d60f1b..2e23aa6 100644 --- a/README.md +++ b/README.md @@ -107,14 +107,13 @@ fi - Clone this repository to your home directory. ```sh -cd ~ -git clone https://github.com/magicmonty/bash-git-prompt.git .bash-git-prompt --depth=1 +git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1 ``` Add to the `~/.bashrc`: ``` - GIT_PROMPT_ONLY_IN_REPO=1 - source ~/.bash-git-prompt/gitprompt.sh +GIT_PROMPT_ONLY_IN_REPO=1 +source ~/.bash-git-prompt/gitprompt.sh ``` ### install for the fish shell