Make powerline-naked left prompt char configurable
parent
8a47fcd6bf
commit
b96596dadc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue