Make powerline-naked left prompt char configurable

This commit is contained in:
Arunvel Sriram
2018-04-25 19:09:05 +05:30
parent 8a47fcd6bf
commit b96596dadc

View File

@@ -4,7 +4,7 @@ function __powerline_left_segment {
local OLD_IFS="${IFS}"; IFS="|"
local params=( $1 )
IFS="${OLD_IFS}"
local separator_char=""
local separator_char="${POWERLINE_LEFT_SEPARATOR}"
local separator=""
if [[ "${SEGMENTS_AT_LEFT}" -gt 0 ]]; then