Skip to content

Commit

Permalink
forgot to say you need to change dot_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hurtstotouchfire committed Jan 19, 2014
1 parent e12a2d8 commit 1967bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git clone [email protected]: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.

Expand Down

0 comments on commit 1967bd9

Please sign in to comment.