Skip to content
Snippets Groups Projects
Commit 3ad94b65 authored by Kaleb Elwert's avatar Kaleb Elwert Committed by Isaac Wolkerstorfer
Browse files

Fix additional prompt expansion in prompt_git

parent f8ffdbfb
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ prompt_git() { ...@@ -99,7 +99,7 @@ prompt_git() {
ref="$DETACHED ${ref/.../}" ref="$DETACHED ${ref/.../}"
fi fi
prompt_segment $color $PRIMARY_FG prompt_segment $color $PRIMARY_FG
print -Pn " $ref" print -n " $ref"
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment