Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request : Allow specifying the separator character #284

Open
windware-ono opened this issue Jul 14, 2018 · 0 comments
Open

Feature request : Allow specifying the separator character #284

windware-ono opened this issue Jul 14, 2018 · 0 comments

Comments

@windware-ono
Copy link

There are times where I use this theme but since the server is shared among several users, I don't want to force them to use patched fonts and I want to remove those special characters from showing up.

I managed to do it by changing bullet-train.zsh-theme with,

331: if [ ! -n "${SEGMENT_SEPARATOR+1}" ]; then
332:    SEGMENT_SEPARATOR=''
333: fi

and specifying SEGMENT_SEPARATOR='' in .zshrc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant