caiogondim / bullet-train.zsh

:bullettrain_side: An oh-my-zsh shell theme based on the Powerline Vim plugin
MIT License
2.82k stars 383 forks source link

prompt_char can now be any length #162

Closed jzck closed 7 years ago

dawikur commented 7 years ago

@jzck can you only merge it into single line?

caiogondim commented 7 years ago

@jzck Care to resolve the conflict?

jzck commented 7 years ago

@caiogondim I'm not sure what conflict I've just resolved, PR is still the same. @dawikur I'm only adding a single line, not sure what you mean?

EDIT: I see now that you added an 's' to the variable name!

dawikur commented 7 years ago

@jzck I mean merging definition with assignment

from

local bt_prompt_chars
bt_prompt_chars="${BULLETTRAIN_PROMPT_CHAR}"

to

local bt_prompt_chars="${BULLETTRAIN_PROMPT_CHAR}"