Giter Site home page Giter Site logo

Comments (6)

olyckne avatar olyckne commented on July 20, 2024

Same for me on OSX El Capitan.

from git-radar.

michaeldfallen avatar michaeldfallen commented on July 20, 2024

Probably your zsh config isn't set correctly to re-execute everytime the prompt rerenders. My .zshrc prompt part is here: dotfiles/zsh/prompt.zsh#L11.

The important part is the:

export PROMPT=$'$(foo)'

part. The $' ensures that Zsh re-executes the functions on render. I think alternatively you can do:

export PROMPT="\$(foo)"

The \ would escape the $ and so prevent the function from being executed until Zsh evals the PROMPT on render.

from git-radar.

peteringram0 avatar peteringram0 commented on July 20, 2024

I was seeing this issue also. +1 for the fix above

from git-radar.

olyckne avatar olyckne commented on July 20, 2024

I just copy pasted from the readme:
export PROMPT="$PROMPT$(git-radar --zsh --fetch) "

escaping the $ did work:
export PROMPT="$PROMPT\$(git-radar --zsh --fetch) "

from git-radar.

dsandstrom avatar dsandstrom commented on July 20, 2024

Thanks the quick reply. Sounds like you have found a fix. Unfortunately,
I won't be able to confirm until Monday.

On Fri, Aug 28, 2015, 8:10 AM Mattias Lyckne [email protected]
wrote:

I just copy pasted from the readme:
export PROMPT="$PROMPT$(git-radar --zsh --fetch) "

escaping the $ did work:
export PROMPT="$PROMPT$(git-radar --zsh --fetch) "


Reply to this email directly or view it on GitHub
#28 (comment)
.

from git-radar.

michaeldfallen avatar michaeldfallen commented on July 20, 2024

@olyckne ahh, I've messed up the readme. OK, I'll close this issue and open a fresh one to describe the problem. Afk at the moment but I'll rewrite it tonight.

from git-radar.

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.