Skip to content

Commit

Permalink
Even better with the repo name in green
Browse files Browse the repository at this point in the history
  • Loading branch information
Darrick Wiebe committed Aug 22, 2009
1 parent 7aa701f commit 4ec17cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/git_prompt.sh
Expand Up @@ -68,7 +68,7 @@ function prompt_func() {
}

if git_dir; then
prompt="${COLOR_NONE}\u:$(git_branch_and_user) ${base_dir}${sub_dir} \$ "
prompt="${COLOR_NONE}\u:$(git_branch_and_user) ${GREEN}${base_dir}${COLOR_NONE}${sub_dir} \$ "

if test $previous_return_value -eq 0
then
Expand Down

0 comments on commit 4ec17cc

Please sign in to comment.