From 1967bd968c0fe2124dd555f8eae159180944d954 Mon Sep 17 00:00:00 2001 From: hurtstotouchfire Date: Sat, 18 Jan 2014 21:20:27 -0500 Subject: [PATCH] forgot to say you need to change dot_dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00907ba..74609f7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ git clone git@github.com:CRC-BU/git_config.git ``` Add prompt configuration to your bashrc --------------------------------------- -Since nearly every machine has one already, I assumed that appending would be the easiest option for everyone. If you don't have a file at `~/.bashrc`, you can just copy `append_to_bashrc` into your home directory. Just add `#!/bin/bash` on the first line of the file. +Since nearly every machine has one already, I assumed that appending would be the easiest option for everyone. If you don't have a file at `~/.bashrc`, you can just copy `append_to_bashrc` into your home directory. Just add `#!/bin/bash` on the first line of the file. The only thing to change in this text is that you have to change `dot_dir` to the directory where you cloned this repo. After saving this, you can open a new terminal, or re-source your bashrc (run: `. ~/.bashrc`) to see the effects. This wil color your prompt, and if you cd into the git_config directory we just cloned, you should see the branch "master" listed in the prompt.