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
Branches master
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ prompt_git() {
ref="$DETACHED ${ref/.../}"
fi
prompt_segment $color $PRIMARY_FG
print -Pn " $ref"
print -n " $ref"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment