mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
comment
This commit is contained in:
parent
f120da9135
commit
5555649ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ __git_ps1_vars() {
|
||||||
# staged files
|
# staged files
|
||||||
git diff-index --cached --quiet --ignore-submodules HEAD -- || staged=1
|
git diff-index --cached --quiet --ignore-submodules HEAD -- || staged=1
|
||||||
else
|
else
|
||||||
# no current commit, we're fresh
|
# no current commit, we're a freshlt init'd repo
|
||||||
new=1
|
new=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue