Skip to content

Commit

Permalink
fixing bash_prompt path to include repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
hurtstotouchfire committed Feb 1, 2014
1 parent 632eb2a commit a3af640
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions append_to_bashrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# change this to the git repo path here where the dotfiles live.
dot_dir=~/
# change this to the git repo path here where the dotfiles live.
# i.e. ~/projects/git_config if you cloned it in ~/projects
dot_dir=~/git_config

# this will just run that file in the repo every time you open a new terminal
. ${dot_dir}/bash_prompt.sh

Expand Down

0 comments on commit a3af640

Please sign in to comment.