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

Normalize global $_pm_active_polymer_styled variable #2

Open
Smolations opened this issue Sep 8, 2014 · 0 comments
Open

Normalize global $_pm_active_polymer_styled variable #2

Smolations opened this issue Sep 8, 2014 · 0 comments

Comments

@Smolations
Copy link
Owner

In order to call out items which are brnaches in the interface, backticks are used. These backticks should be a part of the $_pm_active_polymer_styled variable value instead of being implemented each time the branch is shown.

Affected variable: $_pm_active_polymer_styled

Example:
Instead of: echo "some string with \${_pm_active_polymer_styled}` in it"`
Do this:

    export _pm_active_polymer_styled="${SOME_COLOR}\`${active_polymer}\`${X}"
    echo "some string with ${_pm_active_polymer_styled} in it"
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