Make powerline-naked left prompt char configurable
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user