finalization of flies theme

This commit is contained in:
Dan Flies
2017-12-08 09:47:56 -06:00
parent 35c29349bd
commit 9b29297746
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ function __powerline_prompt_command {
[[ "${last_status}" -ne 0 ]] && __powerline_left_segment $(__powerline_last_status_prompt ${last_status})
[[ -n "${LEFT_PROMPT}" ]] && LEFT_PROMPT+="$(set_color ${LAST_SEGMENT_COLOR} -)${separator_char}${normal}"
PS1="${LEFT_PROMPT}"
PS1="${LEFT_PROMPT} "
## cleanup ##
unset LAST_SEGMENT_COLOR \