mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 08:08:00 +00:00
Revert "Remove extra git-dir call in git-info and use git_dir variable instead"
This reverts commit 3012c0984b
.
This commit is contained in:
parent
ba351df9fb
commit
d43bcb9720
@ -198,7 +198,7 @@ function git-info {
|
||||
|
||||
# Format stashed.
|
||||
zstyle -s ':prezto:module:git:info:stashed' format 'stashed_format'
|
||||
if [[ -n "$stashed_format" && -f "${git_dir}/refs/stash" ]]; then
|
||||
if [[ -n "$stashed_format" && -f "$(git-dir)/refs/stash" ]]; then
|
||||
stashed="$(git stash list 2> /dev/null | wc -l | awk '{print $1}')"
|
||||
if [[ -n "$stashed" ]]; then
|
||||
zformat -f stashed_formatted "$stashed_format" "S:$stashed"
|
||||
|
Loading…
Reference in New Issue
Block a user