added icon to be able to set the end of the prompt explicitly

This commit is contained in:
Matthías Páll Gissurarson 2015-11-17 21:18:31 +01:00
commit 231cfda809
2 changed files with 4 additions and 1 deletions

View file

@ -144,7 +144,7 @@ left_prompt_end() {
else
echo -n "%k"
fi
echo -n "%f "
echo -n "%{%f%}$(print_icon 'LEFT_SEGMENT_END_SEPARATOR')"
CURRENT_BG=''
}