Giter VIP home page Giter VIP logo

Comments (4)

romani avatar romani commented on June 29, 2024

looks like it is impossible to do: http://stackoverflow.com/questions/16028904/bash-resolving-variables-in-literal-value-for-ps1, some variants exists if use PROMPT_COMMAND variable, but I failed to make them work.

from bash-git-prompt.

magicmonty avatar magicmonty commented on June 29, 2024

Fixed:
It is now possible to override PROMPT_START and PROMPT_END by exporting the variables GIT_PROMPT_START and GIT_PROMPT_END

from bash-git-prompt.

romani avatar romani commented on June 29, 2024

still a problem or I miss something, my "~/.bashrc":
export GIT_PROMPT_START="${White}${Time12a} ${Yellow}${PathShort}${ResetColor}"
export GIT_PROMPT_END=" $ "
source /home/rivanov/java/git-others/bash-git-prompt/gitprompt.sh

Detected:
[master|✔] $

Expected:
11:23 ~/java/git-others/bash-git-prompt [master|✚ 1] $

from bash-git-prompt.

magicmonty avatar magicmonty commented on June 29, 2024

You can't use the variables declared in the gitprompt.sh (like White or Time12a) because at the time you use them, they are not declared yet. You have to declare them before using it in GIT_PROMPT_START or GIT_PROMPT_END. Or you use the values directly.

from bash-git-prompt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.