Make powerline-naked left prompt char configurable

pull/1184/head
Arunvel Sriram 2018-04-25 19:09:05 +05:30
parent 8a47fcd6bf
commit b96596dadc
1 changed files with 1 additions and 1 deletions

View File

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