File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ prompt_geometry_git_conflicts() {
162
162
163
163
prompt_geometry_git_info () {
164
164
if git rev-parse --git-dir > /dev/null 2>&1 ; then
165
- if $PROMPT_GEOMETRY_GIT_CONFLICTS ; then
165
+ if $PROMPT_GEOMETRY_GIT_CONFLICTS ; then
166
166
conflicts=" $( prompt_geometry_git_conflicts) "
167
167
fi
168
168
@@ -208,10 +208,10 @@ prompt_geometry_set_title() {
208
208
209
209
prompt_geometry_render () {
210
210
PROMPT="
211
- %(?.$GEOMETRY_PROMPT .$GEOMETRY_EXIT_VALUE ) %F{$GEOMETRY_COLOR_DIR }%3~%f "
211
+ %1{% (?.$GEOMETRY_PROMPT .$GEOMETRY_EXIT_VALUE )%} %F{$GEOMETRY_COLOR_DIR }%3~%f "
212
212
213
213
PROMPT2=" $GEOMETRY_SYMBOL_RPROMPT "
214
- RPROMPT=" $( prompt_geometry_git_info) %{ $reset_color %} "
214
+ RPROMPT=" $( prompt_geometry_git_info) %f "
215
215
}
216
216
217
217
prompt_geometry_setup () {
You can’t perform that action at this time.
0 commit comments