Merge pull request #150 from Tritlo/prompt_end

Add icon for end of left prompt.
This commit is contained in:
Ben Hilburn 2015-11-20 16:23:20 -08:00
commit 951a4956fc
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=''
}