Skip to content

Commit

Permalink
Fix __git_ps1 for newly initalized repos
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Jun 20, 2012
1 parent 604a3e1 commit e0760ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/functions/__git_ps1.fish
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function __git_ps1
if git rev-parse --quiet --verify HEAD >/dev/null
git diff-index --cached --quiet HEAD --; or set i "+"
else
i="#"
set i "#"
end
end
if not test $argv
Expand Down

0 comments on commit e0760ab

Please sign in to comment.