Skip to content

Commit

Permalink
Respect empty GEODISIC_PROMPT_GLYPHS
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Jan 21, 2022
1 parent 8b274dd commit 857f68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/profile.d/prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function geodesic_prompt() {
else
dir_prompt+="${ROLE_PROMPT} \W "
fi
dir_prompt+=$'${GEODISIC_PROMPT_GLYPHS-$BLACK_RIGHTWARDS_ARROWHEAD} '
dir_prompt+=$'${GEODISIC_PROMPT_GLYPHS-${BLACK_RIGHTWARDS_ARROWHEAD} }'

update_terraform_prompt
local old_kube_ps1_prefix="$KUBE_PS1_PREFIX"
Expand Down

0 comments on commit 857f68e

Please sign in to comment.